
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-39782 is a vulnerability discovered in the Linux kernel affecting the jbd2 (Journaling Block Device 2) subsystem, specifically in the jbd2logdo_checkpoint() function. The vulnerability was disclosed on September 11, 2025, and affects systems running the Linux kernel version 6.6.0+ (NVD).
The vulnerability stems from a synchronization issue between jbd2logdocheckpoint() and jbd2journalshrinkcheckpointlist() functions. Both functions periodically release jlistlock after processing buffer batches, but their combined lock contention time can be significant. While jbd2journalshrinkcheckpointlist() explicitly calls condresched() when needed, jbd2logdocheckpoint() only exits its loop on needresched(), relying on sleeping functions that may not trigger rescheduling, potentially causing kernel softlockup (NVD).
The vulnerability can result in a kernel softlockup condition, as demonstrated by a documented case where CPU#3 became stuck for 156 seconds during a workqueue operation. This can lead to system performance degradation and potential system unresponsiveness (NVD).
The fix involves explicitly calling condresched() in jbd2logdocheckpoint() to prevent softlockup conditions. This modification ensures proper CPU scheduling during extended operations (NVD).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."