GHSA-wx9r-3jr7-6w2cCriticalCVSS 9.8

In the Linux kernel, the following vulnerability has been resolved: net: hsr: fix potential OOB...

Published
July 19, 2026
Last Modified
July 20, 2026

🔗 CVE IDs covered (1)

📋 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.

🔗 References (8)