CVE-2025-68336

Linux Kernel - Data Race in do_raw_write_lock

Title source: llm
STIX 2.1

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.

Scores

EPSS 0.0004
EPSS Percentile 13.2%

Details

Status published
Products (35)
linux/Kernel 5.11.0 - 5.15.198linux
linux/Kernel 5.16.0 - 6.1.160linux
linux/Kernel 5.5.0 - 5.10.248linux
linux/Kernel 6.13.0 - 6.17.12linux
linux/Kernel 6.18.0 - 6.18.1linux
linux/Kernel 6.2.0 - 6.6.120linux
linux/Kernel 6.7.0 - 6.12.62linux
Linux/Linux < 5.5
Linux/Linux 09226e5c38639437565af01e6009a9286a351d04
Linux/Linux 1a365e822372ba24c9da0822bc583894f6f3d821 - 16b3590c0e1e615757dade098c8fbc0d4f040c76
... and 25 more
Published Dec 22, 2025
Tracked Since Feb 18, 2026