Skip to main content

Linux Kernel EUVDEUVD-2026-64562

| CVE-2026-74625 HIGH
2026-08-22 Linux GHSA-vjwv-39q4-jxgj
7.5
CVSS 3.1 · Vendor: Linux
Share

Severity by source

Vendor (Linux) PRIMARY
7.5 HIGH
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.3 MEDIUM

Bridge operates at L2 requiring network adjacency (AV:A); non-default nftables ct zone set rule must be configured (AC:H); no privileges or user interaction needed to send non-IP frames.

3.1 AV:A/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
4.0 AV:A/AC:H/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Linux).

CVSS VectorVendor: Linux

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Aug 25, 2026 - 06:44 vuln.today
CVSS changed
Aug 25, 2026 - 06:22 NVD
7.5 (HIGH)
Patch available
Aug 22, 2026 - 16:32 EUVD
CVE Published
Aug 22, 2026 - 15:32 cve.org
HIGH 7.5
CVE Published
Aug 22, 2026 - 15:32 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

In the Linux kernel, the following vulnerability has been resolved:

netfilter: bridge: release template ct on non-IP path

A bridge nftables ct zone set rule can attach a conntrack template to an skb before nf_ct_bridge_pre() sees it. For non-IPv4 and non-IPv6 EtherTypes, nf_ct_bridge_pre() currently overwrites skb->_nfct with IP_CT_UNTRACKED without releasing the existing template reference.

That makes the per-cpu template, and any temporary templates allocated for concurrent use, unreachable and leaks memory until the host runs out of slab.

Reset the skb conntrack state before marking the frame untracked so the existing template reference is dropped on the non-IP path.

AnalysisAI

Memory exhaustion in the Linux kernel's netfilter bridge subsystem allows network-adjacent unauthenticated attackers to cause denial of service by sending non-IP Ethernet frames through a bridge host configured with nftables conntrack zone set rules. The root cause is that nf_ct_bridge_pre() overwrites skb->_nfct with IP_CT_UNTRACKED for non-IPv4/non-IPv6 EtherTypes without releasing the existing conntrack template reference, leaking slab memory indefinitely until the host exhausts kernel memory. …

Unlock full vulnerability intelligence

  • Risk assessment & exploitation conditions
  • Attack chain visualization
  • Remediation with exact patch versions
  • Threat intelligence from 22 sources
  • Personal watchlist & email alerts

Free forever · No credit card required

Attack ChainAIDerived

Hypothetical attack flow derived from CVE metadata

Access
Identify Linux bridge host with nftables ct zone set rule
Delivery
Gain Layer 2 adjacency to bridged network segment
Exploit
Flood bridge with non-IP Ethernet frames (ARP, MPLS, etc.)
Execution
Trigger conntrack template reference leak per frame in nf_ct_bridge_pre()
Persist
Exhaust kernel slab allocator
Impact
Host crashes or becomes unresponsive (DoS)

Vulnerability AssessmentAI

Exploitation Two specific conditions must both be present for exploitation: (1) a bridge nftables rule using ct zone set must be explicitly configured by a system administrator - this is a non-default deployment decision used to assign conntrack zones to bridged traffic, and (2) non-IPv4/non-IPv6 Ethernet frames (EtherTypes such as ARP 0x0806, MPLS 0x8847, or other L2 protocols) must traverse the bridge interface. … Additional conditions and limiting factors are described in the full assessment.
Risk Assessment The NVD-assigned CVSS 3.1 score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H) overstates real-world exploitability on two metrics. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in.
Exploit Scenario An attacker with Layer 2 adjacency to a network segment bridged by a vulnerable Linux host continuously floods the bridge with non-IP Ethernet frames such as ARP requests or MPLS packets. Because the host has a bridge nftables ct zone set rule configured, each frame causes nf_ct_bridge_pre() to attach and then abandon a conntrack template reference, incrementally leaking slab memory. …
Remediation Update to the appropriate patched stable kernel: 5.10.265, 5.15.216, 6.1.183, 6.6.152, 6.12.104, 6.18.45, 7.1.9, or 7.2+, depending on the branch in use. … Detailed patch versions, workarounds, and compensating controls in full report.

Recommended ActionAI

Within 24 hours, identify Linux hosts running nftables with conntrack zone rules using nft list tables | grep 'ct zone' to scope affected systems. …

Sign in for detailed remediation steps and compensating controls.

Threat intelligence, references, and detailed analysis are available after sign-in.

Share

EUVD-2026-64562 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy