CVE-2024-26983Use After Free in Linux

CWE-416Use After Free15 documents8 sources
Severity
7.8HIGHNVD
OSV6.8
EPSS
0.0%
top 98.63%
CISA KEV
Not in KEV
Exploit
No known exploits
Timeline
PublishedMay 1
Latest updateJul 26

Description

In the Linux kernel, the following vulnerability has been resolved: bootconfig: use memblock_free_late to free xbc memory to buddy On the time to free xbc memory in xbc_exit(), memblock may has handed over memory to buddy allocator. So it doesn't make sense to free memory back to memblock. memblock_free() called by xbc_exit() even causes UAF bugs on architectures with CONFIG_ARCH_KEEP_MEMBLOCK disabled like x86. Following KASAN logs shows this case. This patch fixes the xbc memory free proble

CVSS vector

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:HExploitability: 1.8 | Impact: 5.9

Affected Packages15 packages

NVDlinux/linux_kernel5.156.1.88+3
Debianlinux/linux_kernel< 6.1.90-1+2
Ubuntulinux/linux_kernel< 6.8.0-38.38
CVEListV5linux/linux40caa127f3c7279c75cb0c9684559fa314ee3a661e7feb31a18c197d63a5e606025ed63c762f8918+4
debiandebian/linux< linux 6.1.90-1 (bookworm)

Patches

🔴Vulnerability Details

6
OSV
linux-oracle vulnerabilities2024-07-26
OSV
linux-aws vulnerabilities2024-07-23
OSV
linux-gke, linux-nvidia vulnerabilities2024-07-16
OSV
linux, linux-azure, linux-gcp, linux-ibm, linux-intel, linux-lowlatency, linux-oem-6.8, linux-raspi vulnerabilities2024-07-11
GHSA
GHSA-vxff-46qf-f9jx: In the Linux kernel, the following vulnerability has been resolved: bootconfig: use memblock_free_late to free xbc memory to buddy On the time to fr2024-05-01

📋Vendor Advisories

7
Ubuntu
Linux kernel vulnerabilities2024-07-26
Ubuntu
Linux kernel vulnerabilities2024-07-23
Ubuntu
Linux kernel vulnerabilities2024-07-16
Ubuntu
Linux kernel vulnerabilities2024-07-11
Microsoft
bootconfig: use memblock_free_late to free xbc memory to buddy2024-05-14

💬Community

1
Bugzilla
CVE-2024-26983 kernel: bootconfig: use memblock_free_late to free xbc memory to buddy2024-05-01
CVE-2024-26983 — Use After Free in Linux | cvebase