CVE-2026-74647
Last modified
CVE-2026-74647 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2419e55e532de14fdf336e09e453aa2831c73a25, < 97273624f7b356eaf8261609a75cfcb8738a165a; >= 2419e55e532de14fdf336e09e453aa2831c73a25, < fe70329055977fc1e8dc6291318d0dd75470795a; >= 2419e55e532de14fdf336e09e453aa2831c73a25, < 9bf22a7d950cec2d1efeca7f16bb20fcca84c36a; >= 2419e55e532de14fdf336e09e453aa2831c73a25, < 0beaa9bd7eb10d9b5e6352ed5161f3f3bbd4c3c5; >= 2419e55e532de14fdf336e09e453aa2831c73a25, < 6102ceb4eab845743ee57acd3863fbd06e93c927 |
| Linux | Linux | 5.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74647?
How severe is CVE-2026-74647?
How do I fix CVE-2026-74647?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-74641In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74642In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74643In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74644In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74645In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74646In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74648In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74649In the Linux kernel, the following vulnerability has been re…
- CVE-2026-7465The Spectra Gutenberg Blocks – Website Builder for the Block…8.8
- CVE-2026-74650In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74651In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74652In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-74647?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
