Lucene search

K
cve416baaa9-dc9f-4396-8d5f-8c081fb06d67CVE-2024-36957
HistoryMay 30, 2024 - 4:15 p.m.

CVE-2024-36957

2024-05-3016:15:18
416baaa9-dc9f-4396-8d5f-8c081fb06d67
web.nvd.nist.gov
30
linux kernel
vulnerability resolution
octeontx2-af

AI Score

6.6

Confidence

Low

EPSS

0

Percentile

10.3%

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

octeontx2-af: avoid off-by-one read from userspace

We try to access count + 1 byte from userspace with memdup_user(buffer,
count + 1). However, the userspace only provides buffer of count bytes and
only these count bytes are verified to be okay to access. To ensure the
copied buffer is NUL terminated, we use memdup_user_nul instead.

Affected configurations

Vulners
Node
linuxlinux_kernelRange5.125.10.217
OR
linuxlinux_kernelRange5.11.05.15.159
OR
linuxlinux_kernelRange5.16.06.1.91
OR
linuxlinux_kernelRange6.2.06.6.31
OR
linuxlinux_kernelRange6.7.06.8.10
OR
linuxlinux_kernelRange6.9.0

CNA Affected

[
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "unaffected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c"
    ],
    "versions": [
      {
        "version": "dae49384d0d7",
        "lessThan": "bcdac70adceb",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3a2eb515d136",
        "lessThan": "ec697fbd38cb",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3a2eb515d136",
        "lessThan": "8f11fe3ea3fc",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3a2eb515d136",
        "lessThan": "0a0285cee11c",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3a2eb515d136",
        "lessThan": "fc3e0076c1f8",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "3a2eb515d136",
        "lessThan": "f299ee709fb4",
        "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/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c"
    ],
    "versions": [
      {
        "version": "5.12",
        "status": "affected"
      },
      {
        "version": "0",
        "lessThan": "5.12",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "5.10.217",
        "lessThanOrEqual": "5.10.*",
        "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"
      }
    ]
  }
]