CVE-2026-53269
Received Received - Intake
Synproxy Hook Reference Counting Race Condition in Linux Kernel

Publication date: 2026-06-25

Last updated on: 2026-06-25

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: netfilter: synproxy: add mutex to guard hook reference counting As the synproxy infrastructure register netfilter hooks on-demand when a user adds the first iptables target or nftables expression, if done concurrently they can race each other. Introduce a mutex to serialize the refcount control blocks access from both frontends. While a per namespace mutex might be more efficient, it is not needed for target/expression like SYNPROXY.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-25
Last Modified
2026-06-25
Generated
2026-06-25
AI Q&A
2026-06-25
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel *
linux_kernel linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's netfilter synproxy component. The issue arises because the synproxy infrastructure registers netfilter hooks on-demand when a user adds the first iptables target or nftables expression. If multiple such registrations happen concurrently, they can race each other, leading to potential inconsistencies.

To fix this, a mutex was introduced to serialize access to the reference counting control blocks from both frontends, preventing race conditions during hook registration.

Impact Analysis

This vulnerability can lead to race conditions during the registration of netfilter hooks in the Linux kernel. Such race conditions might cause instability or unexpected behavior in the kernel's packet filtering mechanisms, potentially affecting network security or system reliability.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53269. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart