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.
Published: 2026-06-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A race condition exists in the Linux kernel’s netfilter SYNPROXY hook registration when multiple users concurrently add iptables targets or nftables expressions. The conflict corrupts reference counts, which can lead to a kernel crash and thus a denial‑of‑service. This flaw corresponds to improper synchronization of access to reference counts (CWE‑820).

Affected Systems

All Linux kernels that do not contain the mutex patch introduced by the recent commit are affected, including the release candidate versions of 7.1 and earlier releases. Any distribution kernel that has not incorporated the synchronization commit is vulnerable, regardless of its specific vendor or distribution.

Risk and Exploitability

The CVSS score is 5.5 and the EPSS score is < 1%, and the vulnerability is not listed in CISA KEV. The likely attack vector is a privileged local attacker or a process with firewall‑configuration rights that can trigger concurrent SYNPROXY rule additions. Remote exploitation without such local privileges is unlikely; however, the potential for a kernel crash makes the risk moderate to high for environments that enable concurrent configuration changes. Based on the version information and description, it is inferred that earlier kernel releases lacking the mutex patch are affected, but this inference is not explicitly stated in the CVE data.

Generated by OpenCVE AI on August 13, 2026 at 18:28 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a Linux kernel that includes the mutex patch for SYNPROXY hook registration.
  • If a kernel update is not immediately possible, serialize the addition of SYNPROXY rules to avoid concurrent hook registration, for example by batching nftables/iptables commands or by scripting configuration changes to run sequentially.
  • If SYNPROXY is not required, disable it entirely in the kernel configuration or at runtime to eliminate the affected code path.

Generated by OpenCVE AI on August 13, 2026 at 18:28 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4664-1 linux security update
Debian DLA Debian DLA DLA-4665-1 linux security update
Debian DLA Debian DLA DLA-4671-1 linux-6.1 security update
History

Thu, 13 Aug 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Fri, 26 Jun 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-820
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Thu, 25 Jun 2026 12:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362

Thu, 25 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
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.
Title netfilter: synproxy: add mutex to guard hook reference counting
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-25T08:39:55.172Z

Reserved: 2026-06-09T07:44:35.395Z

Link: CVE-2026-53269

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-06-25T09:16:45.007

Modified: 2026-07-08T04:01:49.977

Link: CVE-2026-53269

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-25T00:00:00Z

Links: CVE-2026-53269 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T18:30:16Z

Weaknesses