Skip to main content

Linux Kernel EUVDEUVD-2026-45573

| CVE-2026-64000 CRITICAL
2026-07-19 Linux GHSA-wx9r-3jr7-6w2c
Critical
Disputed · 9.8 Vendor: Linux
Share

Severity by source

Sources disagree (Medium–Critical)
Vendor (Linux) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
7.1 HIGH

HSR is a link-local L2 protocol so AV:A not AV:N; unauthenticated frame injection (PR:N); OOB read yields DoS (A:H) and possible minor info leak (C:L), no integrity impact.

3.1 AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:H
4.0 AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
CRITICAL
qualitative
Red Hat
7.0 MEDIUM
qualitative

vuln.today treats the vendor’s rating as authoritative. A higher third-party CVSS (e.g. CISA-ADP) is shown for transparency but does not drive the headline severity.

CVSS VectorVendor: Linux

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 20, 2026 - 16:45 vuln.today
CVSS changed
Jul 20, 2026 - 15:22 NVD
9.8 (CRITICAL)
Patch available
Jul 19, 2026 - 17:19 EUVD
CVE Published
Jul 19, 2026 - 14:56 cve.org
CRITICAL 9.8
CVE Published
Jul 19, 2026 - 14:56 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

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

net: hsr: fix potential OOB access in supervision frame handling

Ensure the entire TLV header is linearized before access by adding sizeof(struct hsr_sup_tlv) to the pskb_may_pull() calls. Without this, a truncated frame could cause an out-of-bounds access.

AnalysisAI

Out-of-bounds memory access in the Linux kernel's HSR (High-availability Seamless Redundancy) networking subsystem allows a crafted, truncated supervision frame to trigger an OOB read when the code accesses a TLV header that was not fully linearized into the socket buffer. The flaw affects systems running the net/hsr driver across numerous stable kernel branches (fixed in 6.1.176, 6.6.143, 6.12.93, 6.18.35 and others). No public exploit identified at time of analysis, and EPSS is low (0.17%, 7th percentile), consistent with a niche, protocol-specific attack surface rather than broad exploitation.

Technical ContextAI

HSR is an IEC 62439-3 layer-2 redundancy protocol used mainly in industrial/OT and substation-automation networks; the Linux net/hsr driver processes HSR supervision frames that carry TLV (type-length-value) structures. The bug is a classic missing-bounds-check pattern (CWE-125 out-of-bounds read / CWE-119 improper restriction of buffer operations): the code called pskb_may_pull() without including sizeof(struct hsr_sup_tlv), so when a supervision frame is truncated the TLV header data may reside beyond the linear (pulled) portion of the skb, and subsequent dereferences read past the valid buffer. The fix adds sizeof(struct hsr_sup_tlv) to the pskb_may_pull() calls, ensuring the entire TLV header is linearized before any field is accessed. Affected CPE is cpe:2.3:a:linux:linux across all versions prior to the patched stable releases; the introducing commit range references eafaa88b3eb7 as the base.

RemediationAI

Vendor-released patch: upgrade to a fixed stable kernel - 6.1.176, 6.6.143, 6.12.93, or 6.18.35 (or later) matching your branch, as published in the kernel.org stable commits (https://git.kernel.org/stable/c/fbd0662f9c9a66e8cc3df3099cca8ed6d3837cc7 and related). Apply your distribution's corresponding kernel update once available. If patching must be deferred and HSR is not required, unload or blacklist the hsr kernel module (rmmod hsr / blacklist hsr) to eliminate the attack surface entirely - the trade-off is loss of HSR ring redundancy, so only do this on hosts that do not depend on it. Where HSR is required, restrict the redundancy ring to trusted, physically secured switch ports and segment it from general-purpose LANs so untrusted devices cannot inject crafted supervision frames; the trade-off is stricter network topology management. These controls reduce exposure but do not remove the code defect, so schedule the kernel upgrade.

Vendor StatusVendor

SUSE

Severity: Critical
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

EUVD-2026-45573 vulnerability details – vuln.today

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