CVE-2025-39760: usb: core: config: Prevent OOB read in SS endpoint companion parsing
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.
Security readout for executives and security teams
Plain-English summary
CVE-2025-39760 is a Linux kernel USB parsing flaw. The kernel could read past the provided buffer while handling a SuperSpeed endpoint companion descriptor. The public record does not provide CVSS, confirmed impact, or active exploitation evidence, so urgency depends on USB exposure and kernel update posture.
Executive priority
Treat as a kernel maintenance priority, not an emergency based on current evidence. Accelerate remediation for systems exposed to untrusted USB devices or appliances covered by vendor advisories.
Technical view
In usb_parse_ss_endpoint_companion(), the Linux kernel checked descriptor type before validating descriptor length. That order could allow an out-of-bounds read when parsing malformed USB configuration data. Stable kernel commits change the logic to check size before accessing descriptor fields.
Likely exposure
Systems running affected Linux kernel versions are potentially exposed when the kernel parses USB device configuration descriptors. Risk is higher where untrusted physical USB devices, pass-through USB, lab equipment, kiosks, or industrial/embedded Linux systems are present.
Exploitation context
The bundle does not cite active exploitation, public exploit code, or KEV listing. The plausible attack surface is malformed USB descriptor parsing, but the sources do not establish practical exploitability, privilege impact, or remote reachability.
Researcher notes
Evidence supports an out-of-bounds read caused by field access before length validation. Public data lacks CVSS, CWE, proof of exploitability, or detailed impact. Avoid assuming code execution or active exploitation without additional vendor evidence.
Mitigation direction
Update Linux kernels to vendor-supported fixed versions when available.
Apply Debian LTS or other distribution kernel advisories where applicable.
Restrict untrusted USB device attachment on sensitive systems.
Review vendor guidance for embedded or appliance Linux products.
Prioritize systems with physical, kiosk, lab, or pass-through USB exposure.
Validation and detection
Inventory Linux kernel versions across servers, endpoints, appliances, and embedded systems.
Check distribution advisories for backported fixes, not only upstream version numbers.
Confirm whether systems allow untrusted USB or USB pass-through.
Verify kernel packages include the referenced stable fixes.
Track vendor advisories for Siemens or other downstream products.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2025-39760 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.