CVE-2026-31574
MediumIn the Linux kernel, the following vulnerability has been resolved: clockevents: Add missing resets of the next_event_forced flag The prevention mechanism against timer interrupt starvation missed to reset the next_event_forced flag in a couple of places: - When the clock event state changes. That can cause the flag to be stale over a shutdown/startup sequence - When a non-forced event is armed, which then prevents rearming before that event. If that event is far out in the future this will cause missed timer interrupts. - In the suspend wakeup handler. That led to stalls which have been reported by several people. Add the missing resets, which fixes the problems for the reporters.
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
7.0
and later are affected. Fixed in
7.0.1,
7.1-rc1
and their respective stable series.
References
The following references provide additional information about CVE-2026-31574 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/4096fd0e8eaea13ebe5206700b33f49635ae18e5
-
PatchKernel patch commithttps://git.kernel.org/stable/c/9401b593fa48218d2667df1610b0ebc518554880
Frequently asked questions
-
What is CVE-2026-31574?
CVE-2026-31574 is a Medium severity Linux kernel vulnerability with a CVSS score of 5.5 out of 10 . It affects Linux kernel versions from 7.0 onward and has been patched in 7.0.1 and 7.1-rc1. CVE-2026-31574 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2026-31574?
CVE-2026-31574 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-2026-31574?
Yes — CVE-2026-31574 has been patched. Fixed versions include 7.0.1 and 7.1-rc1. If you are running Linux kernel 7.0 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2026-31574 actively exploited?
No — CVE-2026-31574 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.