All CVEs
Vulnerability intelligence

CVE-2026-53266

Linux Kernel Out-of-Bounds Write Vulnerability

Linux Kernel

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.

CVSS Score
8.8
High
EPSS — Exploit Probability
0.1%
Riskier than 2% of all CVEs · checked 2026-09-18
Exploitation
Confirmed in the wild
KEV since 2026-09-18
Remediation
unknown
Federal deadline 2026-09-21
CISA 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. Deadline for federal agencies: 2026-09-21.

NVD entry PoC / advisory CISA KEV

2 articles across 2 outlets · first covered Sep 18, 2026 · latest Sep 18, 2026

Coverage timeline

Related CVEs — Linux