CTIPilot

Linux Kernel netfilter bridge ebtables SNAT ARP-rewrite out-of-bounds write, CISA KEV 2026-09-18, local

cve · CVE-2026-53266 single-source-national-cert

Coverage timeline
1
first 2026-09-19 → last 2026-09-19
Peak priority
notable
1 notable
Sources cited
5
2 hosts
Sections touched
1
trending-vulnerabilities
Co-occurring entities
3
see Co-occurring entities below
ATT&CK techniques
2
pinned v19.2 · see below

Hunting pivots

ATT&CK techniques
Affected products

ATT&CK techniques

2 techniques observed across 1 entry, derived from entry metadata and body evidence, never asserted without a published entry behind it · pinned to MITRE ATT&CK v19.2 · compare on the matrix · Navigator layer (JSON)

Privilege Escalation TA0004

T1068Exploitation for Privilege Escalation×1

Adversaries may exploit software vulnerabilities in an attempt to elevate privileges. Exploitation of a software vulnerability occurs when an adversary takes advantage of a programming error in a program, service, or within the operating system software or kernel itself to execute adversary-controlled code. Security constructs such as permission levels will often hinder access to information and use of certain techniques, so adversaries will likely need to perform privilege escalation to include use of software exploitation to circumvent those restrictions.

Evidence: 2026-09-19/cisa-kev-linux-kernel-ktls-af-alg-ebtables-snat · ATT&CK page ↗

Impact TA0040

T1499Endpoint Denial of Service×1

Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users. Endpoint DoS can be performed by exhausting the system resources those services are hosted on or exploiting the system to cause a persistent crash condition. Example services include websites, email services, DNS, and web-based applications. Adversaries have been observed conducting DoS attacks for political purposes and to support other malicious activities, including distraction, hacktivism, and extortion.

Evidence: 2026-09-19/cisa-kev-linux-kernel-ktls-af-alg-ebtables-snat · ATT&CK page ↗

Story timeline

  1. 2026-09-19CISA KEV adds three unrelated Linux kernel flaws in one day, kTLS receive-path logic error, AF_ALG race condition, netfilter ebtables SNAT out-of-bounds write
    trending-vulnerabilitiesCISA confirms active exploitation of three separate Linux kernel bugs with no public exploitation narrative behind any of them

Where this entity is cited

  • trending-vulnerabilities1

Source distribution

  • services.nvd.nist.gov3 (60%)
  • cisa.gov2 (40%)

Co-occurring entities

Derived: referenced by the same focused operational entries (weekly summaries and report roundups don't count); ×N counts the shared entries.

Entries about Linux Kernel netfilter bridge ebtables SNAT ARP-rewrite out-of-bounds write, CISA KEV 2026-09-18, local (1)

2026-09-19 · view entry permalink →

NOTABLECVE-2025-39682 +2exploitedNATOA2

CISA KEV adds three unrelated Linux kernel flaws in one day, kTLS receive-path logic error, AF_ALG race condition, netfilter ebtables SNAT out-of-bounds write

CISA added three unrelated Linux kernel vulnerabilities to its Known Exploited Vulnerabilities catalog on 2026-09-18, in two separate alerts (CISA, 2026-09-18; CISA, 2026-09-18), and neither alert names a ransomware campaign, an actor, or a technical account of the exploitation behind any of the three; the KEV listing itself is the only public evidence that any of them has been used against a real target. CVE-2025-39682 is a logic error in the kernel's TLS receive path (net/tls/tls_sw.c): a peer on a connection using kernel TLS offload for receive can supply a record sequence where the initial record picked up from the socket's rx_list queue is itself zero-length, a corner case the fix commit describes as previously unhandled (NVD/NIST, mirroring the kernel fix commit), reachable only on hosts that terminate TLS using CONFIG_TLS receive offload, an uncommon but real configuration on high-throughput TLS-terminating proxies and some storage or network appliances, not a default on general-purpose servers or workstations. CVE-2025-39964 is a race condition in the AF_ALG crypto user-API socket (crypto/af_alg.c): concurrent sendmsg() calls to the same socket were never given exclusive-write ownership, letting request payloads interleave and corrupt per-socket state (NVD/NIST, mirroring the kernel fix commit); this requires local access to an AF_ALG socket, which is often restricted or entirely unloaded. CVE-2026-53266 is an out-of-bounds write in the netfilter bridge ebt_snat target: the optional ARP sender-hardware-address rewrite calls skb_store_bits() without first confirming the target range is writable, and when that range sits in a nonlinear socket-buffer fragment backed by a splice-imported file page, the write lands directly on the underlying page rather than a copy (NVD/NIST, mirroring the kernel fix commit); this requires a bridge configured with ebtables SNAT ARP-rewrite rules, plus local low-privilege access to trigger it. Fixed kernel builds: 6.1.149 / 6.6.103 / 6.12.44 / 6.16.4 / 6.17 for CVE-2025-39682; 5.10.245 / 5.15.194 / 6.1.154 / 6.6.108 / 6.12.49 / 6.16.9 for CVE-2025-39964; 5.10.259 / 5.15.210 / 6.1.176 / 6.6.143 / 6.12.94 / 6.18.36 for CVE-2026-53266.

CISA has added one new vulnerability to its

based on evidence of active exploitation

CISA 2026-09-18

The corner case we missed is when the initial record comes from rx_list, and it's zero length.

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.

NVD/NIST 2026-09-19
vulnerability19 Sep 04:33Zsingle-source · national CERTOpen finding ↗
Sources: CISA · NVD/NIST