CVE-2026-74646
Last modified
CVE-2026-74646 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: take fl->lock when moving mmaps on interrupted invoke When an invoke is interrupted by a signal, wait_for_completion_interruptible() returns -ERESTARTSYS and fastrpc_internal_invoke() moves every buffer from fl->mmaps onto cctx->invoke_interrupted_mmaps. This list_del()/list_add_tail() walk runs without holding fl->lock, the lock that serialises fl->mmaps in fastrpc_req_mmap() and fastrpc_req_munmap() everywhere else. Take fl->lock around the move, matching every other fl->mmaps accessor..
Description
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: take fl->lock when moving mmaps on interrupted invoke When an invoke is interrupted by a signal, wait_for_completion_interruptible() returns -ERESTARTSYS and fastrpc_internal_invoke() moves every buffer from fl->mmaps onto cctx->invoke_interrupted_mmaps. This list_del()/list_add_tail() walk runs without holding fl->lock, the lock that serialises fl->mmaps in fastrpc_req_mmap() and fastrpc_req_munmap() everywhere else. Take fl->lock around the move, matching every other fl->mmaps accessor.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 76e8e4ace1ed2c97dba3b1370e0e105e07c572bc, < 3f265e405e5ef85030c3777262e18bb556bc8724; >= 76e8e4ace1ed2c97dba3b1370e0e105e07c572bc, < a902fe1f80f58a2335b6be1131866f827ec44d1a; >= 76e8e4ace1ed2c97dba3b1370e0e105e07c572bc, < af6345159abcbaa550518f31990d2a9558c2d369; >= 76e8e4ace1ed2c97dba3b1370e0e105e07c572bc, < efd02f8d1a7449f15809bc18d3cd41aafea75d7e; >= 76e8e4ace1ed2c97dba3b1370e0e105e07c572bc, < b85a0e91d7d6cd06a53c881a46f749cfcef416a2 |
| Linux | Linux | 6.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74646?
How severe is CVE-2026-74646?
How do I fix CVE-2026-74646?
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-74640In the Linux kernel, the following vulnerability has been re…
- 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-74647In 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…
Are you affected by CVE-2026-74646?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
