Race condition in Linux kernel - CVE-2026-74605
Published: August 24, 2026
Vulnerability details
The vulnerability allows a local user to cause a denial of service.
The vulnerability exists due to a race condition in eventfs inode handling in fs/tracefs/event_inode.c when iterating over the SRCU-protected children list during inode freeing. A local user can trigger concurrent eventfs operations to cause a denial of service.
The issue occurs because a freed inode can be observed with its children list reused as an RCU head, causing iteration to read an invalid list target.
Affected software
openEuler
kernel
bpftool
bpftool-debuginfo
kernel-debuginfo
kernel-debugsource
kernel-devel
kernel-extra-modules
kernel-headers
kernel-source
kernel-tools
kernel-tools-debuginfo
kernel-tools-devel
perf
perf-debuginfo
python3-perf
python3-perf-debuginfo
How to mitigate CVE-2026-74605
kernel - update to 6.6.0-145.3.31.162
bpftool - update to 6.6.0-145.3.31.162
bpftool-debuginfo - update to 6.6.0-145.3.31.162
kernel-debuginfo - update to 6.6.0-145.3.31.162
kernel-debugsource - update to 6.6.0-145.3.31.162
kernel-devel - update to 6.6.0-145.3.31.162
kernel-extra-modules - update to 6.6.0-145.3.31.162
kernel-headers - update to 6.6.0-145.3.31.162
kernel-source - update to 6.6.0-145.3.31.162
kernel-tools - update to 6.6.0-145.3.31.162
kernel-tools-debuginfo - update to 6.6.0-145.3.31.162
kernel-tools-devel - update to 6.6.0-145.3.31.162
perf - update to 6.6.0-145.3.31.162
perf-debuginfo - update to 6.6.0-145.3.31.162
python3-perf - update to 6.6.0-145.3.31.162
python3-perf-debuginfo - update to 6.6.0-145.3.31.162