PT-2024-28514 · Linux+5 · Linux Kernel+5

Published

2024-05-07

·

Updated

2026-05-26

·

CVE-2024-39508

CVSS v3.1

4.7

Medium

VectorAV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description The issue is related to potential data races in the io uring/io-wq component of the Linux kernel. 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. These races involve writes and reads to the same memory location by different tasks running on different CPUs. To mitigate this, the code is refactored to use atomic operations such as set bit(), test bit(), and clear bit() instead of basic "and" and "or" operations, ensuring thread-safe manipulation of worker flags.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

DoS

Time Of Check To Time Of Use

Race Condition

Weakness Enumeration

Related Identifiers

ALSA-2025_12746
ALSA-2025_12752
ALSA-2025_12753
ALSA-2025_16880
AZL-68111
BDU:2026-03318
CVE-2024-39508
ECHO-60AD-95D0-836E
INFSA-2024_9315
OESA-2024-1941
OESA-2024-1942
OESA-2024-1943
OESA-2024-2589
OESA-2024-2591
OPENSUSE-SU-2024_2947-1
RHSA-2024:9315
RHSA-2024_9315
SUSE-SU-2024:2894-1
SUSE-SU-2024:2939-1
SUSE-SU-2024:2947-1
SUSE-SU-2024:3194-1
SUSE-SU-2024:3195-1
SUSE-SU-2024:3383-1
SUSE-SU-2025:20044-1
SUSE-SU-2025:20047-1
USN-6999-1
USN-6999-2
USN-7004-1
USN-7005-1
USN-7005-2
USN-7008-1
USN-7029-1

Affected Products

Debian
Linuxmint
Linux Kernel
Red Hat
Suse
Ubuntu