← All CVEs

CVE-2026-53266

high · 8.8Actively exploited

On the CISA Known Exploited Vulnerabilities catalog

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.

Added 2026-09-18Remediation due 2026-09-21

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().

8.8
CVSS
0.1%
EPSS (exploit prob.)
2nd
EPSS percentile
2026-06-25
Published

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H

Weaknesses

CWE-787

Affected products

VendorProductAffected versions
linuxlinux_kernel>= 5.4.73, < 5.5
linuxlinux_kernel>= 5.8.17, < 5.9
linuxlinux_kernel>= 5.9.2, < 5.10.259
linuxlinux_kernel>= 5.11, < 5.15.210
linuxlinux_kernel>= 5.16, < 6.1.176
linuxlinux_kernel>= 6.2, < 6.6.143
linuxlinux_kernel>= 6.7, < 6.12.94
linuxlinux_kernel>= 6.13, < 6.18.36
linuxlinux_kernel>= 6.19, < 7.0.13
linuxlinux_kernel7.1
linuxlinux_kernel7.1
linuxlinux_kernel7.1
linuxlinux_kernel7.1
linuxlinux_kernel7.1
linuxlinux_kernel7.1

Check a specific version with /api/v1/cve/match.

References

Query this programmatically:

curl https://evil-db.io/api/v1/cve/CVE-2026-53266