
Cloud Vulnerability DB
A community-led vulnerabilities database
In the Linux kernel, a data race vulnerability was discovered in the workqueue subsystem, specifically in kernel/workqueue.c. The vulnerability was identified by the Kernel Concurrency Sanitizer (KCSAN) and involves concurrent access to pwq->stats[] in the processonework function (NVD).
The data race occurs in kernel/workqueue.c:2598 where there is concurrent access to pwq->stats[] between multiple CPU cores. KCSAN detected write and read operations to the same memory address (0xffff963d99d79998) from different CPU cores, resulting in value changes from 0x0000000000001766 to 0x000000000000176a. The issue was resolved by moving the pwq->stats[PWQSTATSTARTED]++ operation before the rawspinunlock_irq(&pool->lock) line (NVD).
The data race condition could potentially lead to memory corruption and system instability in the Linux kernel's workqueue subsystem, affecting the reliability of task scheduling and execution (NVD).
The vulnerability has been patched by relocating the pwq->stats[PWQSTATSTARTED]++ increment operation before the rawspinunlock_irq(&pool->lock) line. This modification resolves the data race without introducing any performance penalties (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."