CVE-2025-21694
MediumIn 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.
CVSS 3.1 score
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected versions
Linux kernel versions
5.4.279,
5.10.221,
5.15.162,
6.1.95,
6.6.35,
4.19.317,
6.9.6,
6.10
and later are affected. Fixed in
5.4.290,
5.10.234,
5.15.177,
6.1.127,
6.6.74,
6.12.11,
6.13
and their respective stable series.
References
The following references provide additional information about CVE-2025-21694 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
-
-
-
-
-
PatchKernel patch commithttps://git.kernel.org/stable/c/649b266606bc413407ce315f710c8ce8a88ee30a
-
PatchKernel patch commithttps://git.kernel.org/stable/c/65c367bd9d4f43513c7f837df5753bea9561b836
-
PatchKernel patch commithttps://git.kernel.org/stable/c/80828540dad0757b6337c6561d49c81038f38d87
Frequently asked questions
-
What is CVE-2025-21694?
CVE-2025-21694 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 5.4.279 onward and has been patched in 5.4.290, 5.10.234, 5.15.177 and others. CVE-2025-21694 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-21694?
CVE-2025-21694 has a CVSS score of 5.5 out of 10, rated Medium severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H. -
Is there a patch available for CVE-2025-21694?
Yes — CVE-2025-21694 has been patched. Fixed versions include 5.4.290, 5.10.234, 5.15.177 and others. If you are running Linux kernel 5.4.279 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-21694 actively exploited?
No — CVE-2025-21694 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.