CVE-2026-90247
Last modified
CVE-2026-90247 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: bpf: Fix mmap_lock leak in irq_work path stack_map_get_build_id_offset() introduced a per-CPU irq_work to defer mmap_read_unlock() from NMI context, and bpf_find_vma() later reused the same mmap_unlock_work. Both callers only check whether the work is busy before taking mmap_lock, so a nested caller can reuse the slot before the first caller queues it.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix mmap_lock leak in irq_work path stack_map_get_build_id_offset() introduced a per-CPU irq_work to defer mmap_read_unlock() from NMI context, and bpf_find_vma() later reused the same mmap_unlock_work. Both callers only check whether the work is busy before taking mmap_lock, so a nested caller can reuse the slot before the first caller queues it. Two read locks may then be acquired while only one deferred unlock runs, leaking a read lock and blocking exit_mmap(). Reserve the per-CPU slot before mmap_read_trylock(). Use the same wrapper in stackmap and bpf_find_vma() so both callers release the reservation on trylock failure. Keep rejecting the slot while the irq_work remains busy. Release it after the irq_work callback unlocks the mm.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= eac9153f2b584c702cea02c1f1a57d85aa9aea42, < a052ad5edccf5319f50ed955de4368f8318a9f20; >= eac9153f2b584c702cea02c1f1a57d85aa9aea42, < 051f2da26ce377f683b938a3382e0f16d02f3139; >= eac9153f2b584c702cea02c1f1a57d85aa9aea42, < fa9dcacdcdf487f0ffef64bf67622f1caed509f1; a7f4da875c16f3b8bef0d9ec67528111045bfcd8; f1838da73cccb238b8be4ef464fce0168dc7ba84; >= 4.19.92, < 4.20; >= 5.4.7, < 5.5 |
| Linux | Linux | 5.5 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90247?
How severe is CVE-2026-90247?
How do I fix CVE-2026-90247?
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-90241In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-90242In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90243In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-90244In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90245In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90246In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2026-90248In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90249In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90250In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90251In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90252In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90253In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90247?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
