CVE-2025-21853
Last modified
CVE-2025-21853 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: bpf: avoid holding freeze_mutex during mmap operation We use map->freeze_mutex to prevent races between map_freeze() and memory mapping BPF map contents with writable permissions. The way we naively do this means we'll hold freeze_mutex for entire duration of all the mm and VMA manipulations, which is completely unnecessary. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: bpf: avoid holding freeze_mutex during mmap operation We use map->freeze_mutex to prevent races between map_freeze() and memory mapping BPF map contents with writable permissions. The way we naively do this means we'll hold freeze_mutex for entire duration of all the mm and VMA manipulations, which is completely unnecessary. This can potentially also lead to deadlocks, as reported by syzbot in [0]. So, instead, hold freeze_mutex only during writeability checks, bump (proactively) "write active" count for the map, unlock the mutex and proceed with mmap logic. And only if something went wrong during mmap logic, then undo that "write active" counter increment. [0] https://lore.kernel.org/bpf/678dcbc9.050a0220.303755.0066.GAE@google.com/
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 | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.5, < 6.6.80 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.17 | — |
| Linux | Linux Kernel | >= 6.13, < 6.13.5 | — |
| Linux | Linux Kernel | 6.14 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-21853?
How severe is CVE-2025-21853?
How do I fix CVE-2025-21853?
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 2025
- CVE-2025-21848In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21849In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-2185ALBEDO Telecom Net.Time - PTP/NTP clock (Serial No. NBC0081P…8.5
- CVE-2025-21850In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21851In the Linux kernel, the following vulnerability has been re…3.3
- CVE-2025-21852In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21854In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21855In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-21856In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-21857In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21858In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-21859In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2025-21853?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
