CVE Tools

CVE-2026-53266

netfilter: bridge: make ebt_snat ARP rewrite writable

Published: Jun 25, 2026Updated: Sep 19, 2026 Sources: CVE List NVDNVD-CWE-noinfo

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: make ebt_snat ARP rewrite writable The ebtables SNAT target keeps the Ethernet source address rewrite behind skb_ensure_writable(skb, 0). This is intentional: at the bridge ebtables hooks the Ethernet header is addressed through skb_mac_header()/eth_hdr(), while skb->data points at the Ethernet payload. Asking skb_ensure_writable() for ETH_HLEN bytes would check the payload, not the Ethernet header, and would reintroduce the small packet regression fixed by commit 63137bc5882a. However, the optional ARP sender hardware address rewrite is different. It writes through skb_store_bits() at an offset relative to skb->data: skb_store_bits(skb, sizeof(struct arphdr), info->mac, ETH_ALEN) skb_header_pointer() only safely reads the ARP header; it does not make the later sender hardware address range writable. If that range is still held in a nonlinear skb fragment backed by a splice-imported file page, skb_store_bits() maps the frag page and copies the new MAC address directly into it. Ensure the ARP SHA range is writable before reading the ARP header and before calling skb_store_bits().

In plain language

AI Act now

CVE-2026-53266 is a serious Linux kernel flaw in systems missing the 5.5 or vendor-backported fix, and small businesses with affected servers should act urgently.

Executive summary

A local low-privileged attacker can exploit an out-of-bounds write (CWE-787) in Linux kernel bridge ebtables SNAT ARP rewriting, potentially escalating to full system compromise.

If affected, business impact
Full server takeoverSensitive data exposureService outagesRansomware risk

What to do now

  1. Check each Linux server's running kernel version and whether it uses bridge ebtables SNAT rules that rewrite ARP addresses.
  2. Install your Linux distributor's security kernel update containing the fix; upstream fixes are available in 5.5, 5.9, and 5.10.
  3. If an update cannot be installed immediately, disable affected ebtables SNAT ARP-rewrite rules and restrict untrusted local user access.
  4. Restart into the updated kernel and confirm the new version is running.
Patch / advisory Usually a quick update

CVSS Vector Breakdown

AV:LAC:LPR:LUI:NS:CC:HI:HA:H
Exploitability
AV:LAttack Vector
Local
AC:LAttack Complexity
Low
PR:LPrivileges Required
Low
UI:NUser Interaction
None
Scope
S:CScope
Changed
Impact
C:HConfidentiality
High
I:HIntegrity
High
A:HAvailability
High

Weaknesses

Affected Products

Linux
oss-projectaka the linux kernel
and 1 more affected products View all →

Exploitability

CISA Known Exploited Vulnerability
Added to KEV:Sep 18, 2026
Remediation due:Sep 21, 2026

Required action: Apply mitigations in accordance with vendor instructions, ensuring compliance with CISA’s BOD 26-04 Prioritizing Security Updates Based on Risk (see URL in Notes) guidance and CISA’s “Forensics Triage Requirements” (see URL in Notes). Follow applicable BOD 26-04 guidance for cloud services or discontinue use of the product if mitigations are unavailable. Stakeholders are responsible for evaluating each asset's internet exposure and ensuring adherence to BOD 26-04 patching guidelines.

Official Patch Available

Attack Graph

Products CVE Techniques Tactics

Click technique nodes for MITRE ATT&CK details · drag to pan · Ctrl/ + scroll to zoom, or go fullscreen.

MITRE ATT&CK

2 techniques
Initial Access
Privilege Escalation
View detailed technique mapping

References

and 6 more references View all →
1

Unlock Complete Vulnerability Intelligence

Get the full picture for CVE-2026-53266 and every CVE in our database. Create a free account — no credit card required.

Create Free Account
Plain-language analysis
Impact assessment and exploitation scenario in plain English
Attack graph visualization
Interactive attack path and kill chain mapping
Exploit details & PoC links
ExploitDB, Metasploit, GitHub PoCs with direct links
Nuclei scanner templates
Ready-to-use vulnerability scanner templates
Full remediation guide
Patch instructions, workarounds, and compliance impact
Interactive AI chat
Ask questions about this vulnerability in natural language
Related vulnerabilities
Semantically similar CVEs and attack patterns
REST API & MCP access
Integrate vulnerability data into your workflows