Lucene search

K
cvelistLinuxCVELIST:CVE-2024-41029
HistoryJul 29, 2024 - 2:31 p.m.

CVE-2024-41029 nvmem: core: limit cell sysfs permissions to main attribute ones

2024-07-2914:31:45
Linux
www.cve.org
5
nvmem
cell
sysfs
permissions
linux kernel
vulnerability
access

EPSS

0

Percentile

9.4%

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

nvmem: core: limit cell sysfs permissions to main attribute ones

The cell sysfs attribute should not provide more access to the nvmem
data than the main attribute itself.
For example if nvme_config::root_only was set, the cell attribute
would still provide read access to everybody.

Mask out permissions not available on the main attribute.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/nvmem/core.c"
    ],
    "versions": [
      {
        "version": "0331c611949f",
        "lessThan": "aa066afaaac3",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "0331c611949f",
        "lessThan": "6bef98bafd82",
        "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/nvmem/core.c"
    ],
    "versions": [
      {
        "version": "6.8",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "6.8",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.9.10",
        "lessThanOrEqual": "6.9.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.10",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

9.4%

Related for CVELIST:CVE-2024-41029