CVE-2026-53085
Last modified
CVE-2026-53085 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded task_vma iterator The open-coded task_vma iterator reads task->mm locklessly and acquires mmap_read_trylock() but never calls mmget(). If the task exits concurrently, the mm_struct can be freed as it is not SLAB_TYPESAFE_BY_RCU, resulting in a use-after-free. Safely read task->mm with a trylock on alloc_lock and acquire an mm reference. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: fix mm lifecycle in open-coded task_vma iterator The open-coded task_vma iterator reads task->mm locklessly and acquires mmap_read_trylock() but never calls mmget(). If the task exits concurrently, the mm_struct can be freed as it is not SLAB_TYPESAFE_BY_RCU, resulting in a use-after-free. Safely read task->mm with a trylock on alloc_lock and acquire an mm reference. Drop the reference via bpf_iter_mmput_async() in _destroy() and error paths. bpf_iter_mmput_async() is a local wrapper around mmput_async() with a fallback to mmput() on !CONFIG_MMU. Reject irqs-disabled contexts (including NMI) up front. Operations used by _next() and _destroy() (mmap_read_unlock, bpf_iter_mmput_async) take spinlocks with IRQs disabled (pool->lock, pi_lock). Running from NMI or from a tracepoint that fires with those locks held could deadlock. A trylock on alloc_lock is used instead of the blocking task_lock() (get_task_mm) to avoid a deadlock when a softirq BPF program iterates a task that already holds its alloc_lock on the same CPU.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.7, < 6.12.91 |
| Linux | Linux Kernel | >= 6.13, < 6.18.33 |
| Linux | Linux Kernel | >= 6.19, < 7.0.10 |
References
- https://access.redhat.com/security/cve/CVE-2026-53085Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2492404Third Party Advisory
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53085.jsonThird Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53085?
How severe is CVE-2026-53085?
How do I fix CVE-2026-53085?
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-5308Mattermost versions 11.6.x <= 11.6.0, 11.5.x <= 11.5.3, 11.4…7.5
- CVE-2026-53080In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53081In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53082In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53083In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53084In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53086In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53087In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-53088In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53089In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-5309GitLab has remediated an issue in GitLab EE affecting all ve…5.4
- CVE-2026-53090In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-53085?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
