Time-of-check Time-of-use (TOCTOU) Race Condition in Linux kernel - CVE-2026-74740

 

Time-of-check Time-of-use (TOCTOU) Race Condition in Linux kernel - CVE-2026-74740

Published: August 27, 2026


Vulnerability identifier: #VU145988
CSH Severity: Low
CVSS v4: 6.8 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-74740
CWE-ID: CWE-367
Exploitation vector: Local access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to a time-of-check time-of-use race condition leading to a NULL pointer dereference in tcf_action_exec() and tcf_action_goto_chain_exec() in net/sched/act_api.c when handling TC_ACT_GOTO_CHAIN actions. A local user can trigger concurrent action updates and execution to cause a denial of service.

The issue occurs when a->goto_chain is cleared between separate RCU reads, causing a NULL chain pointer to be dereferenced through chain->filter_chain.


Affected software

Linux kernel

How to mitigate CVE-2026-74740

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins