CVE-2025-39760
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-09-11

Last updated on: 2025-11-03

Assigner: kernel.org

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-09-11
Last Modified
2025-11-03
Generated
2026-05-27
AI Q&A
2025-09-11
EPSS Evaluated
2026-05-25
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel 5.10.244
linux linux_kernel 6.1.153
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in the Linux kernel involves the USB core configuration where the function usb_parse_ss_endpoint_companion() checks the descriptor type before verifying the length. This can lead to an out-of-bounds (OOB) read, meaning the function might read data outside the intended buffer size, potentially causing unexpected behavior or crashes. The fix involves checking the size first before accessing any fields in the descriptor to prevent such OOB reads.


How can this vulnerability impact me? :

The vulnerability can lead to out-of-bounds reads in the USB subsystem of the Linux kernel, which may cause system instability, crashes, or potentially allow attackers to exploit the behavior for further attacks such as information disclosure or privilege escalation, depending on the context and exploitability.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart