In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: Use set_bit() and test_bit() at worker->flags Utilize set_bit() and test_bit() on worker->flags within io_uring/i…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: Use set_bit() and test_bit() at worker->flags Utilize set_bit() and test_bit() on worker->flags within io_uring/io-wq to address potential data races. The structure io_worker->flags may be accessed through various data paths, leading to concurrency issues. When KCSAN is enabled, it reveals data races occurring in io_worker_handle_work and io_wq_activate_free_worker functions. BUG: KCSAN: data-race in io_wo…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/1cbb0affb15470a9621267fe0a8568007553a4bf Patch
- https://git.kernel.org/stable/c/8a565304927fbd28c9f028c492b5c1714002cbab Patch
- https://git.kernel.org/stable/c/ab702c3483db9046bab9f40306f1a28b22dbbdc0 Patch
- https://git.kernel.org/stable/c/1cbb0affb15470a9621267fe0a8568007553a4bf Patch
- https://git.kernel.org/stable/c/8a565304927fbd28c9f028c492b5c1714002cbab Patch
- https://git.kernel.org/stable/c/ab702c3483db9046bab9f40306f1a28b22dbbdc0 Patch
Timeline
- nvd_ingest NVD