Lucene search

K
cvelistLinuxCVELIST:CVE-2024-44994
HistorySep 04, 2024 - 7:54 p.m.

CVE-2024-44994 iommu: Restore lost return in iommu_report_device_fault()

2024-09-0419:54:40
Linux
www.cve.org
3
linux kernel vulnerability
iommu_report_device_fault
partial fault
return
crash
typo fix

EPSS

0

Percentile

9.6%

In the Linux kernel, the following vulnerability has been resolved:

iommu: Restore lost return in iommu_report_device_fault()

When iommu_report_device_fault gets called with a partial fault it is
supposed to collect the fault into the group and then return.

Instead the return was accidently deleted which results in trying to
process the fault and an eventual crash.

Deleting the return was a typo, put it back.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/iommu/io-pgfault.c"
    ],
    "versions": [
      {
        "version": "3dfa64aecbaf",
        "lessThan": "cc6bc2ab1663",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3dfa64aecbaf",
        "lessThan": "fca5b78511e9",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/iommu/io-pgfault.c"
    ],
    "versions": [
      {
        "version": "6.9",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.9",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10.7",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

9.6%