CVE-2024-46852
Published: Sep 27, 2024
Modified: May 11, 2026
Description
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 | Product | Versions |
|---|---|---|
Linux | Linux | affected a5d2d29e24be8967ef78a1b1fb2292413e3b3df9 - < 79cce5e81d20fa9ad553be439d665ac3302d3c95affected a5d2d29e24be8967ef78a1b1fb2292413e3b3df9 - < 84175dc5b2c932266a50c04e5ce342c30f817a2faffected a5d2d29e24be8967ef78a1b1fb2292413e3b3df9 - < eb7fc8b65cea22f9038c52398c8b22849e9620eaaffected a5d2d29e24be8967ef78a1b1fb2292413e3b3df9 - < e79050882b857c37634baedbdcf7c2047c24cbffaffected a5d2d29e24be8967ef78a1b1fb2292413e3b3df9 - < ea5ff5d351b520524019f7ff7f9ce418de2dad87 |
Linux | Linux | affected 5.11unaffected 0 - < 5.11unaffected 5.15.168 - <= 5.15.*unaffected 6.1.111 - <= 6.1.*unaffected 6.6.52 - <= 6.6.*+2 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now