Description
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.
Published: 2026-07-19
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Linux kernel contains a flaw in the handling of High‑Availability Seamless Redundancy (HSR) supervision frames. The code fails to fully linearize the entire Type‑Length‑Value (TLV) header before accessing it, so a truncated frame can force an out‑of‑bounds read of kernel memory. This out‑of‑bounds read may expose sensitive kernel data to an attacker. The weakness is classified as CWE‑805: Out‑of‑Bounds Read. No evidence of remote code execution is provided; the impact is limited to data leakage.

Affected Systems

All Linux kernel releases that implement the HSR interface and do not contain the recent commit are affected. Any system that parses HSR supervision frames—whether running the mainline kernel or a branch kernel—remains vulnerable until the patch is applied. Exact version ranges are not documented in the advisory, so all kernels capable of HSR operation should be examined for the presence of the fix.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity. The EPSS score of less than 1% suggests that exploitation is currently rare. The description infers that an attacker with network access can craft a malicious HSR frame and send it to the target over an untrusted network, leveraging the unprivileged kernel path that processes supervision frames. The vulnerability is not listed in the CISA KEV catalog. Even though there is no documented privilege escalation, the data leakage could aid further attacks.

Generated by OpenCVE AI on August 4, 2026 at 06:18 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a kernel update that includes the patch for HSR supervision frame handling.
  • If a kernel upgrade cannot be performed immediately, disable the HSR interface or remove all HSR configuration so the vulnerable code path is never executed.
  • Configure firewall or network segmentation to block incoming HSR supervision frames from untrusted networks.

Generated by OpenCVE AI on August 4, 2026 at 06:18 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8593-1 Linux kernel vulnerabilities
Ubuntu USN Ubuntu USN USN-8603-1 Linux kernel (Azure) vulnerabilities
Ubuntu USN Ubuntu USN USN-8618-1 Linux kernel vulnerabilities
History

Wed, 22 Jul 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-805
References
Metrics threat_severity

None

threat_severity

Moderate


Mon, 20 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Sun, 19 Jul 2026 15:30:00 +0000

Type Values Removed Values Added
Description 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.
Title net: hsr: fix potential OOB access in supervision frame handling
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-05T12:38:01.596Z

Reserved: 2026-07-19T07:54:57.026Z

Link: CVE-2026-64000

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-07-19T00:00:00Z

Links: CVE-2026-64000 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T06:30:05Z

Weaknesses
  • CWE-805

    Buffer Access with Incorrect Length Value