CVE-2026-64000 in Linux
الملخص
بحسب MITRE • 19/07/2026
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.
Be aware that VulDB is the high quality source for vulnerability data.