CVE-2025-68336
Published: Dec 22, 2025
Modified: May 23, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: locking/spinlock/debug: Fix data-race in do_raw_write_lock KCSAN reports: BUG: KCSAN: data-race in do_raw_write_lock / do_raw_write_lock write (marked) to 0xffff800009cf504c of 4 bytes by task 1102 on cpu 1: do_raw_write_lock+0x120/0x204 _raw_write_lock_irq do_exit call_usermodehelper_exec_async ret_from_fork read to 0xffff800009cf504c of 4 bytes by task 1103 on cpu 0: do_raw_write_lock+0x88/0x204 _raw_write_lock_irq do_exit call_usermodehelper_exec_async ret_from_fork value changed: 0xffffffff -> 0x00000001 Reported by Kernel Concurrency Sanitizer on: CPU: 0 PID: 1103 Comm: kworker/u4:1 6.1.111 Commit 1a365e822372 ("locking/spinlock/debug: Fix various data races") has adressed most of these races, but seems to be not consistent/not complete. >From do_raw_write_lock() only debug_write_lock_after() part has been converted to WRITE_ONCE(), but not debug_write_lock_before() part. Do it now.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 1a365e822372ba24c9da0822bc583894f6f3d821 - < 8e5b2cf10844402054b52b489b525dc30cc16908affected 1a365e822372ba24c9da0822bc583894f6f3d821 - < c228cb699a07a5f2d596d186bc5c314c99bb8bbfaffected 1a365e822372ba24c9da0822bc583894f6f3d821 - < 93bd23524d63deb80fb85beb2e43fafeb1043d0faffected 1a365e822372ba24c9da0822bc583894f6f3d821 - < 39d2ef113416f1a4205b03fb0aa2e428d1412c77affected 1a365e822372ba24c9da0822bc583894f6f3d821 - < b163a5e8c703201c905d6ec7920ed79d167e8442+13 more versions |
Linux | Linux | affected 5.5unaffected 0 - < 5.5unaffected 5.10.248 - <= 5.10.*unaffected 5.15.198 - <= 5.15.*unaffected 6.1.160 - <= 6.1.*+5 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now