In the Linux kernel, the following vulnerability has been...
High severity
Unreviewed
Published
Sep 11, 2025
to the GitHub Advisory Database
•
Updated May 12, 2026
Description
Published by the National Vulnerability Database
Sep 11, 2025
Published to the GitHub Advisory Database
Sep 11, 2025
Last updated
May 12, 2026
In the Linux kernel, the following vulnerability has been resolved:
usb: core: config: Prevent OOB read in SS endpoint companion parsing
usb_parse_ss_endpoint_companion() checks descriptor type before length,
enabling a potentially odd read outside of the buffer size.
Fix this up by checking the size first before looking at any of the
fields in the descriptor.
References