CVE-2026-74647 PUBLISHED

misc: fastrpc: Remove buffer from list prior to unmap operation

Assigner: Linux
Reserved: 15.08.2026 Published: 22.08.2026 Updated: 22.08.2026

In the Linux kernel, the following vulnerability has been resolved:

misc: fastrpc: Remove buffer from list prior to unmap operation

fastrpc_req_munmap_impl() is called to unmap any buffer. The buffer is getting removed from the list after it is unmapped from DSP. This can create potential race conditions if multiple threads invoke unmap concurrently, where one thread may remove the entry from the list while another thread's unmap operation is still ongoing.

Fix this by removing the buffer entry from the list before calling the unmap operation. If the unmap fails, the entry is re-added to the list so that userspace can retry the unmap, or alternatively, the buffer will be cleaned up during device release when the DSP process is torn down and all DSP-side mappings are freed along with remaining buffers in the list.

Product Status

Vendor Linux
Product Linux
Versions Default: unaffected
  • affected from 2419e55e532de14fdf336e09e453aa2831c73a25 to 97273624f7b356eaf8261609a75cfcb8738a165a (excl.)
  • affected from 2419e55e532de14fdf336e09e453aa2831c73a25 to fe70329055977fc1e8dc6291318d0dd75470795a (excl.)
  • affected from 2419e55e532de14fdf336e09e453aa2831c73a25 to 9bf22a7d950cec2d1efeca7f16bb20fcca84c36a (excl.)
  • affected from 2419e55e532de14fdf336e09e453aa2831c73a25 to 0beaa9bd7eb10d9b5e6352ed5161f3f3bbd4c3c5 (excl.)
  • affected from 2419e55e532de14fdf336e09e453aa2831c73a25 to 6102ceb4eab845743ee57acd3863fbd06e93c927 (excl.)
Vendor Linux
Product Linux
Versions Default: affected
  • Version 5.5 is affected
  • unaffected from 0 to 5.5 (excl.)
  • unaffected from 6.6.152 to 6.6.* (incl.)
  • unaffected from 6.12.104 to 6.12.* (incl.)
  • unaffected from 6.18.45 to 6.18.* (incl.)
  • unaffected from 7.1.9 to 7.1.* (incl.)
  • unaffected from 7.2 to * (incl.)

References