CVE-2025-21694
Last modified
CVE-2025-21694 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix softlockup in __read_vmcore (part 2) Since commit 5cbcb62dddf5 ("fs/proc: fix softlockup in __read_vmcore") the number of softlockups in __read_vmcore at kdump time have gone down, but they still happen sometimes. In a memory constrained environment like the kdump image, a softlockup is not just a harmless message, but it can interfere with things like RCU freeing memory, causing the crashdump to get stuck. The second loop in __read_vmcore has a lot more opportunities for natural sleep points, like scheduling out while waiting for a data write to happen, but apparently that is not always enough. Add a cond_resched() to the second loop in __read_vmcore to (hopefully) get rid of the softlockups.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix softlockup in __read_vmcore (part 2) Since commit 5cbcb62dddf5 ("fs/proc: fix softlockup in __read_vmcore") the number of softlockups in __read_vmcore at kdump time have gone down, but they still happen sometimes. In a memory constrained environment like the kdump image, a softlockup is not just a harmless message, but it can interfere with things like RCU freeing memory, causing the crashdump to get stuck. The second loop in __read_vmcore has a lot more opportunities for natural sleep points, like scheduling out while waiting for a data write to happen, but apparently that is not always enough. Add a cond_resched() to the second loop in __read_vmcore to (hopefully) get rid of the softlockups.
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 | >= 4.19.317, < 4.20 | — |
| Linux | Linux Kernel | >= 5.4.279, < 5.4.290 | — |
| Linux | Linux Kernel | >= 5.10.221, < 5.10.234 | — |
| Linux | Linux Kernel | >= 5.15.162, < 5.15.177 | — |
| Linux | Linux Kernel | >= 6.1.95, < 6.1.127 | — |
| Linux | Linux Kernel | >= 6.6.35, < 6.6.74 | — |
| Linux | Linux Kernel | >= 6.9.6, < 6.12.11 | — |
| Linux | Linux Kernel | 6.13 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2025-21694?
How severe is CVE-2025-21694?
How do I fix CVE-2025-21694?
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-21689In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-2169The The WPCS – WordPress Currency Switcher Professional plug…7.3
- CVE-2025-21690In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21691In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21692In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-21693In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-21695In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-21696In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21697In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-21698Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2025-21699In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2025-2170A Server-side request forgery (SSRF) vulnerability has been …7.2
Are you affected by CVE-2025-21694?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
