
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-68336 is a data race vulnerability in the Linux kernel's spinlock debug mechanism, specifically within the do_raw_write_lock() function. The flaw stems from an incomplete fix in a prior commit (1a365e822372), which converted debug_write_lock_after() to use WRITE_ONCE() but left debug_write_lock_before() unprotected, allowing concurrent tasks to create inconsistent locking state. It was disclosed on December 22, 2025, and affects Linux kernel versions from commit 1a365e822372 onward until the respective stable-branch fixes. It carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat CVE, Feedly).
The root cause is a concurrent read/write data race (CWE not formally assigned by NVD) in the kernel's spinlock debug path. When two tasks simultaneously enter do_raw_write_lock(), one task performs an unprotected read of the lock's debug field while another performs a marked write, as detected by the Kernel Concurrency Sanitizer (KCSAN). The fix requires converting the debug_write_lock_before() call to use WRITE_ONCE(), consistent with the already-corrected debug_write_lock_after() path. Exploitation requires local access with low privileges and no user interaction, as the race is triggered by concurrent kernel-level locking operations (Red Hat CVE, kernel.org patches).
Successful triggering of this race condition can lead to kernel instability, including potential kernel panics or unexpected behavior in multithreaded workloads, resulting in a denial-of-service condition. The vulnerability has no confidentiality or integrity impact; the primary risk is availability loss on affected systems. Affected assets include any Linux kernel deployment with spinlock debug enabled (typically debug/development builds or distributions that enable CONFIG_DEBUG_SPINLOCK) running kernel versions between commit 1a365e822372 and the respective patched stable releases (Red Hat CVE, Feedly).
The fix has been backported to multiple stable Linux kernel branches. Patched commits are available for kernel versions 6.12.62, 6.17.12, 6.18.1, 6.19-rc1, and 6.1.x series (Debian oldstable: linux 6.1.162-1, Debian LTS: linux 5.10.249-1). Ubuntu has issued security notices USN-8094-1 through USN-8094-5, USN-8179-1 through USN-8179-4, USN-8184-1, USN-8185-1/2, USN-8203-1, USN-8258-1, USN-8260-1, USN-8265-1, and related advisories. The recommended remediation is to update to a patched kernel version; as a temporary measure on systems where patching is not immediately possible, disabling CONFIG_DEBUG_SPINLOCK (if feasible in the environment) reduces exposure (Ubuntu USN-8094-1, Debian LTS, Microsoft MSRC).
The vulnerability received routine coverage from Linux distribution security teams, with Red Hat, Ubuntu, Debian, and Microsoft (Azure Linux) all issuing advisories or patch updates. No notable independent researcher commentary or significant social media discussion beyond automated CVE tracking feeds has been observed. The issue is considered a low-severity kernel hardening fix rather than a critical security event.
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."