CVE-2024-46852 Details
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.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 14, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/79cce5e81d20fa9ad553be439d665ac3302d3c95 | kernel.org | Patch |
| https://git.kernel.org/stable/c/84175dc5b2c932266a50c04e5ce342c30f817a2f | kernel.org | Patch |
| https://git.kernel.org/stable/c/e79050882b857c37634baedbdcf7c2047c24cbff | kernel.org | Patch |
| https://git.kernel.org/stable/c/ea5ff5d351b520524019f7ff7f9ce418de2dad87 | kernel.org | Patch |
| https://git.kernel.org/stable/c/eb7fc8b65cea22f9038c52398c8b22849e9620ea | kernel.org | Patch |
| https://lists.debian.org/debian-lts-announce/2025/01/msg00001.html | CVE | Mailing ListThird Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-193 | Off-by-one Error | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| debian debian linux | 11.0 |
CPE
Remediation
| |
| linux linux kernel | >= 5.11, < 5.15.168 >= 5.16, < 6.1.111 >= 6.2, < 6.6.52 >= 6.7, < 6.10.11 6.11 rc1 6.11 rc2 6.11 rc3 6.11 rc4 6.11 rc5 6.11 rc6 6.11 rc7 |
CPE
Remediation
| |
Change History
9 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 4, 2026 | CVE Modified | kernel.org |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Jun 17, 2026 | CVE Modified | kernel.org |
| May 5, 2026 | Modified Analysis | [email protected] |
| Nov 3, 2025 | CVE Modified | CVE |
| Jun 19, 2025 | CVE Modified | kernel.org |
| Oct 17, 2024 | CVE Modified | kernel.org |
| Oct 2, 2024 | Initial Analysis | [email protected] |
| Sep 27, 2024 | New CVE Received | kernel.org |