Junglewise Threat Intelligence

CVE-2026-53269: Linux Kernel race condition in netfilter synproxy hook registration

CVE-2026-53269 · Severity: info · CVSS 4.7 · Published 2026-06-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's networking subsystem that could allow a local user to cause system instability. The issue occurs when multiple security rules are added at the same time, potentially leading to a system crash or unpredictable behavior in the firewall. This affects systems using the SYNPROXY feature to protect against network attacks.

Technical details

A race condition exists in net/netfilter/nf_synproxy_core.c within the Linux kernel. The synproxy infrastructure registers netfilter hooks on-demand when a user adds the first iptables target or nftables expression. If multiple frontends (iptables/nftables) attempt to initialize synproxy concurrently, they can race during hook registration and reference counting. This lack of serialization can lead to incorrect reference counts or double-registration of hooks. The fix introduces a global mutex (synproxy_mutex) to serialize access to the reference counting control blocks during initialization and cleanup.

Affected products

  • Linux Linux Kernel 5.3 to 6.13

Timeline

  • 2026-05-26: patched: Initial patch authored by Fernando Fernandez Mancera
  • 2026-06-25: advisory: CVE-2026-53269 published by NVD

References

Related threats