๐Ÿ” CVE Alert

CVE-2026-74740

UNKNOWN 0.0

net/sched: act_api: fix TOCTOU NULL deref on a->goto_chain

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_api: fix TOCTOU NULL deref on a->goto_chain tcf_action_exec() handles TC_ACT_GOTO_CHAIN by first checking rcu_access_pointer(a->goto_chain) and then calling tcf_action_goto_chain_exec(), which does a second, independent rcu_dereference_bh(a->goto_chain) read and immediately dereferences chain->filter_chain. A concurrent tcf_action_set_ctrlact() (e.g. the gact replace path) can clear a->goto_chain between the two reads, so the second read returns NULL and tcf_action_goto_chain_exec() dereferences NULL. Fix the race by doing a single rcu_dereference_bh() read of a->goto_chain in tcf_action_exec(), checking it once for NULL, and passing the resulting chain pointer into tcf_action_goto_chain_exec(). This turns the split check/use into a single check/use on one value.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Aug 26, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
ee3bbfe806cdb46b02cda63626cb50a7a7b19fc5 < 91d55fd1fdb85c8371ca8793c788ea7d5192383a ee3bbfe806cdb46b02cda63626cb50a7a7b19fc5 < 1ec48b6715c29b20105e3485206602cff6c51ae5 ee3bbfe806cdb46b02cda63626cb50a7a7b19fc5 < abceabc4408fca6a9dd52611f5d197dec9390d63 ee3bbfe806cdb46b02cda63626cb50a7a7b19fc5 < 6b70886ebc428eed43a069c8944a931b5fb3f4e4 ee3bbfe806cdb46b02cda63626cb50a7a7b19fc5 < f60b396ee174206fe08ebf997d16cd3801b77b22
Linux / Linux
5.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/91d55fd1fdb85c8371ca8793c788ea7d5192383a git.kernel.org: https://git.kernel.org/stable/c/1ec48b6715c29b20105e3485206602cff6c51ae5 git.kernel.org: https://git.kernel.org/stable/c/abceabc4408fca6a9dd52611f5d197dec9390d63 git.kernel.org: https://git.kernel.org/stable/c/6b70886ebc428eed43a069c8944a931b5fb3f4e4 git.kernel.org: https://git.kernel.org/stable/c/f60b396ee174206fe08ebf997d16cd3801b77b22