๐Ÿ” CVE Alert

CVE-2024-46852

UNKNOWN 0.0

dma-buf: heaps: Fix off-by-one in CMA heap fault handler

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 27, 2024
Last Updated May 11, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
a5d2d29e24be8967ef78a1b1fb2292413e3b3df9 < 79cce5e81d20fa9ad553be439d665ac3302d3c95 a5d2d29e24be8967ef78a1b1fb2292413e3b3df9 < 84175dc5b2c932266a50c04e5ce342c30f817a2f a5d2d29e24be8967ef78a1b1fb2292413e3b3df9 < eb7fc8b65cea22f9038c52398c8b22849e9620ea a5d2d29e24be8967ef78a1b1fb2292413e3b3df9 < e79050882b857c37634baedbdcf7c2047c24cbff a5d2d29e24be8967ef78a1b1fb2292413e3b3df9 < ea5ff5d351b520524019f7ff7f9ce418de2dad87
Linux / Linux
5.11

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/79cce5e81d20fa9ad553be439d665ac3302d3c95 git.kernel.org: https://git.kernel.org/stable/c/84175dc5b2c932266a50c04e5ce342c30f817a2f git.kernel.org: https://git.kernel.org/stable/c/eb7fc8b65cea22f9038c52398c8b22849e9620ea git.kernel.org: https://git.kernel.org/stable/c/e79050882b857c37634baedbdcf7c2047c24cbff git.kernel.org: https://git.kernel.org/stable/c/ea5ff5d351b520524019f7ff7f9ce418de2dad87 lists.debian.org: https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html