CVE & CISA-KEV Catalog

CVE-2026-53266

HIGHCISA KEV
8.8
CVSS v3
NVD

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

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.176-1CVE-2026-53266
Fixed in:6.12.94-1CVE-2026-53266
Fixed in:7.0.13-1CVE-2026-53266
bpftoolRocky
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
bpftoolRed Hat / RHEL
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
bpftool-debuginfoRocky
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
kernelRed Hat / RHEL
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernelRocky
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:4.18.0-553.143.1.el8_10RHSA-2026:39083
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64kRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64kRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-coreRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debugRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debugRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-coreRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-debuginfoRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-develRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-devel-matchedRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-modulesRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-modules-coreRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-modules-extraRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debuginfoRocky
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645
kernel-64k-develRed Hat / RHEL
Fixed in:0:5.14.0-687.23.1.el9_8RHSA-2026:36645

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeChanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

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

Exploit Intelligence

0.12%probability of exploitation in 30 days
2ndpercentile

Low risk: more likely to be exploited than 2% of all known CVEs.

Known Exploited Vulnerability (CISA KEV)

Remediation due: 2026-09-21

References

Related Vulnerabilities

Other CWE-787 (Out-of-bounds Write) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2025-22457Critical9.0100%KEV + RansomFix
CVE-2025-0282Critical9.0100%KEV + Ransom-
CVE-2023-4863High8.8100%KEVFix
CVE-2015-3113Critical9.8100%KEVFix
CVE-2021-20038Critical9.8100%KEV + Ransom-
CVE-2019-11043High8.7100%KEV + RansomFix

Common questions

How do I fix CVE-2026-53266?

Published advisories record a fix for 217 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-53266 being actively exploited?

Yes. CVE-2026-53266 is listed in the CISA Known Exploited Vulnerabilities catalog, which means exploitation has been observed in the wild. US federal agencies were required to remediate it by 2026-09-21. Treat it as a priority whatever its CVSS score says.

How severe is CVE-2026-53266?

CVE-2026-53266 has a CVSS v3 base score of 8.8, rated high. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-53266 affect?

Published advisories record a fix for linux (Debian), bpftool (Rocky), bpftool (Red Hat / RHEL), bpftool-debuginfo (Red Hat / RHEL), and 213 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-53266
CVE-2026-53266 severity badge

Markdown

[![CVE-2026-53266](https://tridentstack.com/cve/badge/CVE-2026-53266.svg)](https://tridentstack.com/cve/CVE-2026-53266)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-53266"><img src="https://tridentstack.com/cve/badge/CVE-2026-53266.svg" alt="CVE-2026-53266"></a>

Find and fix vulnerabilities across your fleet

TridentStack Control continuously scans your Windows, macOS, and Linux fleet for known vulnerabilities, prioritizes them by severity and active exploitation, and patches them automatically.

See how it worksStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-09-18.