CVE-2025-68250
HighIn the Linux kernel, the following vulnerability has been resolved: hung_task: fix warnings caused by unaligned lock pointers The blocker tracking mechanism assumes that lock pointers are at least 4-byte aligned to use their lower bits for type encoding. However, as reported by Eero Tamminen, some architectures like m68k only guarantee 2-byte alignment of 32-bit values. This breaks the assumption and causes two related WARN_ON_ONCE checks to trigger. To fix this, the runtime checks are adjusted to silently ignore any lock that is not 4-byte aligned, effectively disabling the feature in such cases and avoiding the related warnings. Thanks to Geert Uytterhoeven for bisecting!
CVSS 3.1 score
8.2
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
Affected versions
Linux kernel versions
6.16
and later are affected. Fixed in
6.17.6,
6.18
and their respective stable series.
References
2 totalFrequently asked questions
-
What is CVE-2025-68250?
CVE-2025-68250 is a High severity Linux kernel vulnerability with a CVSS score of 8.2 out of 10 . It affects Linux kernel versions from 6.16 onward and has been patched in 6.17.6 and 6.18. CVE-2025-68250 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-68250?
CVE-2025-68250 has a CVSS score of 8.2 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H. -
Is there a patch available for CVE-2025-68250?
Yes. CVE-2025-68250 has been patched. Fixed versions include 6.17.6 and 6.18. If you are running Linux kernel 6.16 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-68250 actively exploited?
No. CVE-2025-68250 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.