CVE-2024-46852

Summary

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.

Affected Software

VendorProductVersion RangeStatus
LinuxLinuxa5d2d29e24be8967ef78a1b1fb2292413e3b3df9 < 79cce5e81d20fa9ad553be439d665ac3302d3c95affected
LinuxLinuxa5d2d29e24be8967ef78a1b1fb2292413e3b3df9 < 84175dc5b2c932266a50c04e5ce342c30f817a2faffected
LinuxLinuxa5d2d29e24be8967ef78a1b1fb2292413e3b3df9 < eb7fc8b65cea22f9038c52398c8b22849e9620eaaffected
LinuxLinuxa5d2d29e24be8967ef78a1b1fb2292413e3b3df9 < e79050882b857c37634baedbdcf7c2047c24cbffaffected
LinuxLinuxa5d2d29e24be8967ef78a1b1fb2292413e3b3df9 < ea5ff5d351b520524019f7ff7f9ce418de2dad87affected
LinuxLinux5.11affected
LinuxLinux0 < 5.11unaffected
LinuxLinux5.15.168 <= 5.15.*unaffected
LinuxLinux6.1.111 <= 6.1.*unaffected
LinuxLinux6.6.52 <= 6.6.*unaffected
LinuxLinux6.10.11 <= 6.10.*unaffected
LinuxLinux6.11 <= *unaffected

Weaknesses

ADP Enrichment

CISA ADP Vulnrichment

  • SSVC:
  • Exploitation: none
    • Automatable: no
    • Technical Impact: total

CVE Program Container

Additional References

References