CVE-2026-53084
Last modified
CVE-2026-53084 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: return VMA snapshot from task_vma iterator Holding the per-VMA lock across the BPF program body creates a lock ordering problem when helpers acquire locks that depend on mmap_lock: vm_lock -> i_rwsem -> mmap_lock -> vm_lock Snapshot the VMA under the per-VMA lock in _next() via memcpy(), then drop the lock before returning. The BPF program accesses only the snapshot. The verifier only trusts vm_mm and vm_file pointers (see BTF_TYPE_SAFE_TRUSTED_OR_NULL in verifier.c). EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: return VMA snapshot from task_vma iterator Holding the per-VMA lock across the BPF program body creates a lock ordering problem when helpers acquire locks that depend on mmap_lock: vm_lock -> i_rwsem -> mmap_lock -> vm_lock Snapshot the VMA under the per-VMA lock in _next() via memcpy(), then drop the lock before returning. The BPF program accesses only the snapshot. The verifier only trusts vm_mm and vm_file pointers (see BTF_TYPE_SAFE_TRUSTED_OR_NULL in verifier.c). vm_file is reference- counted with get_file() under the lock and released via fput() on the next iteration or in _destroy(). vm_mm is already correct because lock_vma_under_rcu() verifies vma->vm_mm == mm. All other pointers are left as-is by memcpy() since the verifier treats them as untrusted.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
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
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53084?
How severe is CVE-2026-53084?
How do I fix CVE-2026-53084?
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-53079In the Linux kernel, the following vulnerability has been re…5.5
- 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-53085In the Linux kernel, the following vulnerability has been re…7.8
- 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
Are you affected by CVE-2026-53084?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
