Lucene search

K
cveLinuxCVE-2024-26612
HistoryMar 11, 2024 - 6:15 p.m.

CVE-2024-26612

2024-03-1118:15:19
Linux
web.nvd.nist.gov
4837
cve-2024-26612
linux kernel
netfs
fscache
vulnerability
security fix

AI Score

6.3

Confidence

Low

EPSS

0

Percentile

15.5%

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

netfs, fscache: Prevent Oops in fscache_put_cache()

This function dereferences “cache” and then checks if it’s
IS_ERR_OR_NULL(). Check first, then dereference.

Affected configurations

Vulners
Node
linuxlinux_kernelRange5.176.1.76
OR
linuxlinux_kernelRange6.2.06.6.15
OR
linuxlinux_kernelRange6.7.06.7.3
OR
linuxlinux_kernelRange6.8.0
VendorProductVersionCPE
linuxlinux_kernel*cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "fs/netfs/fscache_cache.c"
    ],
    "versions": [
      {
        "version": "9549332df4ed",
        "lessThan": "82a9bc343ba0",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "9549332df4ed",
        "lessThan": "1c45256e5990",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "9549332df4ed",
        "lessThan": "4200ad3e46ce",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "9549332df4ed",
        "lessThan": "3be0b3ed1d76",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "fs/netfs/fscache_cache.c"
    ],
    "versions": [
      {
        "version": "5.17",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.17",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.1.76",
        "lessThanOrEqual": "6.1.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.6.15",
        "lessThanOrEqual": "6.6.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.7.3",
        "lessThanOrEqual": "6.7.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.8",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.3

Confidence

Low

EPSS

0

Percentile

15.5%