CVE-2025-39760
BaseFortify
Publication date: 2025-09-11
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 5.10.244 |
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| 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.