Lucene search

K
cvelistLinuxCVELIST:CVE-2024-36947
HistoryMay 30, 2024 - 3:35 p.m.

CVE-2024-36947 qibfs: fix dentry leak

2024-05-3015:35:44
Linux
www.cve.org
linux kernel
qibfs
dentry leak
vulnerability
resolved

6.4 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.5%

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

qibfs: fix dentry leak

simple_recursive_removal() drops the pinning references to all positives
in subtree. For the cases when its argument has been kept alive by
the pinning alone that’s exactly the right thing to do, but here
the argument comes from dcache lookup, that needs to be balanced by
explicit dput().

Fucked-up-by: Al Viro <[email protected]>

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/infiniband/hw/qib/qib_fs.c"
    ],
    "versions": [
      {
        "version": "e41d23781859",
        "lessThan": "24dd9b08df71",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e41d23781859",
        "lessThan": "bd8f78c71def",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e41d23781859",
        "lessThan": "db71ca93259d",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e41d23781859",
        "lessThan": "02ee394a5d89",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "e41d23781859",
        "lessThan": "aa23317d0268",
        "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/infiniband/hw/qib/qib_fs.c"
    ],
    "versions": [
      {
        "version": "5.13",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.13",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.15.159",
        "lessThanOrEqual": "5.15.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.91",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.31",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8.10",
        "lessThanOrEqual": "6.8.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

6.4 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

15.5%