Executive brief
A vulnerability exists in the Linux kernel's networking subsystem (netfilter) that could allow a local user to crash the system or potentially execute unauthorized code. The issue occurs when the system fails to properly clean up network flow tables during specific error conditions, leading to memory corruption. This affects Linux-based systems and certain industrial Siemens controllers that utilize the affected kernel versions.
Technical details
A use-after-free (UAF) vulnerability exists in net/netfilter/nf_tables_api.c within the Linux kernel. The root cause is the failure to call synchronize_rcu() during the error path of nf_tables_newflowtable when unregistering hooks. This allows a flowtable to be released while it is still being accessed by the packet path or nfnetlink_hook control plane. An attacker with local access can trigger this rare error path (e.g., by reaching maximum hook limits or forcing hardware offload failures) to cause memory corruption. The vulnerability was identified via KASAN during hook dumping operations. Patches have been released across multiple stable kernel branches to ensure proper RCU grace period synchronization.
Affected products
- Linux Linux Kernel Fixed in versions 7e3955b, adee343, c8092ed, d2632de, d73f4b5, e78a2dcc
- Siemens SIMATIC S7-1500 CPU 1518-4 PN/DP MFP V3.1.5, V3.1.6
- Siemens SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP V3.1.5, V3.1.6
- Siemens SIPLUS S7-1500 CPU 1518-4 PN/DP MFP V3.1.5, V3.1.6
Timeline
- 2026-03-17: other: Patch authored by Pablo Neira Ayuso
- 2026-03-25: advisory: Initial publication of CVE-2026-23392
- 2026-07-14: other: Siemens updated advisory with affected industrial products
References
- https://git.kernel.org/stable/c/7e3955b282eae20d61c75e499c75eade51c20060
- https://git.kernel.org/stable/c/adee3436ccd29f1e514c028899e400cbc6d84065
- https://git.kernel.org/stable/c/c8092edb9a11f20f95ccceeb9422b7dd0df337bd
- https://git.kernel.org/stable/c/d2632de96ccb066e0131ad1494241b9c281c60b8
- https://git.kernel.org/stable/c/d73f4b53aaaea4c95f245e491aa5eeb8a21874ce
- https://git.kernel.org/stable/c/e78a2dcc7cfb87b64a631441ca7681492b347ef6
- https://cert-portal.siemens.com/productcert/html/ssa-019113.html