Lucene search

K
cveLinuxCVE-2024-46823
HistorySep 27, 2024 - 1:15 p.m.

CVE-2024-46823

2024-09-2713:15:14
Linux
web.nvd.nist.gov

AI Score

6.5

Confidence

Low

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

kunit/overflow: Fix UB in overflow_allocation_test

The ‘device_name’ array doesn’t exist out of the
‘overflow_allocation_test’ function scope. However, it is being used as
a driver name when calling ‘kunit_driver_create’ from
‘kunit_device_register’. It produces the kernel panic with KASAN
enabled.

Since this variable is used in one place only, remove it and pass the
device name into kunit_device_register directly as an ascii string.

Affected configurations

Vulners
Node
linuxlinux_kernelRange6.10.06.10.10
OR
linuxlinux_kernelRange6.11.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": [
      "lib/overflow_kunit.c"
    ],
    "versions": [
      {
        "version": "1da177e4c3f4",
        "lessThan": "d1207f07decc",
        "status": "affected",
        "versionType": "git"
      },
      {
        "version": "1da177e4c3f4",
        "lessThan": "92e9bac18124",
        "status": "affected",
        "versionType": "git"
      }
    ]
  },
  {
    "product": "Linux",
    "vendor": "Linux",
    "defaultStatus": "affected",
    "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
    "programFiles": [
      "lib/overflow_kunit.c"
    ],
    "versions": [
      {
        "version": "6.10.10",
        "lessThanOrEqual": "6.10.*",
        "status": "unaffected",
        "versionType": "custom"
      },
      {
        "version": "6.11",
        "lessThanOrEqual": "*",
        "status": "unaffected",
        "versionType": "original_commit_for_fix"
      }
    ]
  }
]

AI Score

6.5

Confidence

Low

Related for CVE-2024-46823