Security Advisory

CVE-2026-64000

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-07-19 14:56:18
Last updated 2026-07-20 13:42:12
Assigner Linux
CVSS score 9.8
State PUBLISHED

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.