Lucene search

K
cvelistLinuxCVELIST:CVE-2024-41016
HistoryJul 29, 2024 - 6:37 a.m.

CVE-2024-41016 ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()

2024-07-2906:37:02
Linux
www.cve.org
8
linux kernel
vulnerability
ocfs2
strict bound check
memcmp
xattr
non-indexed
out of bound
crafted
poisonous images

EPSS

0

Percentile

9.4%

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

ocfs2: strict bound check before memcmp in ocfs2_xattr_find_entry()

xattr in ocfs2 maybe ‘non-indexed’, which saved with additional space
requested. It’s better to check if the memory is out of bound before
memcmp, although this possibility mainly comes from crafted poisonous
images.

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "fs/ocfs2/xattr.c"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "af77c4fc1871",
        "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/ocfs2/xattr.c"
    ],
    "versions": [
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

EPSS

0

Percentile

9.4%