CVE-2024-46852
HIGHLinux Kernel 5.11-6.110, 5.15.0-167, 5.16.0-6.110, 6.2.0-6.6.51, 6.7.0-6.10.10 - CMA Heap Off-by-one Error
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: dma-buf: heaps: Fix off-by-one in CMA heap fault handler Until VM_DONTEXPAND was added in commit 1c1914d6e8c6 ("dma-buf: heaps: Don't track CMA dma-buf pages under RssFile") it was possible to obtain a mapping larger than the buffer size via mremap and bypass the overflow check in dma_buf_mmap_internal. When using such a mapping to attempt to fault past the end of the buffer, the CMA heap fault handler also checks the fault offset against the buffer size, but gets the boundary wrong by 1. Fix the boundary check so that we don't read off the end of the pages array and insert an arbitrary page in the mapping.
References (6)
Core 6
Core References
Scores
CVSS v3
7.8
EPSS
0.0022
EPSS Percentile
11.8%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
total
Details
CWE
CWE-193
Status
published
Products (19)
debian/debian_linux
11.0
linux/Kernel
5.11.0 - 5.15.168linux
linux/Kernel
5.16.0 - 6.1.111linux
linux/Kernel
6.2.0 - 6.6.52linux
linux/Kernel
6.7.0 - 6.10.11linux
Linux/Linux
< 5.11
Linux/Linux
5.11
Linux/Linux
5.15.168 - 5.15.*
Linux/Linux
6.1.111 - 6.1.*
Linux/Linux
6.10.11 - 6.10.*
... and 9 more
Published
Sep 27, 2024
Tracked Since
Feb 18, 2026