Security readout for executives and security teams
Plain-English summary
CVE-2025-38558 is a Linux kernel crash bug in the USB video gadget feature. If an affected system creates a frame-based UVC configuration without a color matching descriptor, the kernel can dereference NULL and crash. Business urgency is highest for embedded, Android, or appliance systems that expose USB gadget configuration.
Executive priority
Prioritize affected embedded, mobile, and appliance fleets where USB gadget video is enabled. For standard infrastructure, urgency is lower unless USB gadget configfs is in use. Patch through normal kernel or vendor update channels.
Technical view
The issue is in Linux USB gadget UVC frame-based format handling. When configfs does not define color_matching, config_group_find_item() returns NULL, but cleanup still calls config_item_put(color_matching), causing a NULL pointer dereference. Stable commits initialize the frame-based color matching descriptor like uncompressed and MJPEG formats.
Likely exposure
Exposure appears limited to Linux systems using USB gadget UVC through configfs, especially embedded or Android-derived devices. General servers are unlikely to be affected unless they configure USB video gadget functionality.
Exploitation context
The source bundle provides a kernel crash trace and says the crash occurs during userspace configfs configuration. KEV is false, and no cited source states active exploitation. Treat this as a local or configuration-path denial-of-service risk based on available evidence.
Researcher notes
Affected-version data in the bundle is sparse and commit-oriented. The core signal is a resolved Linux kernel NULL pointer crash in UVC gadget frame-based format setup. No CVSS, CWE, or exploitation evidence is provided.
Mitigation direction
Update to a kernel containing the referenced stable fixes.
Check vendor kernel advisories for product-specific patched builds.
Restrict write access to USB gadget configfs configuration paths.
Avoid frame-based UVC configs without color matching descriptors until patched.
Validation and detection
Inventory systems using Linux USB gadget UVC via configfs.
Confirm whether kernels include the referenced stable commit fixes.
Review UVC gadget configs for frame-based formats and color matching descriptors.
Search crash logs for NULL dereference traces in UVC gadget streaming setup.
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-38558 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.
0CVSS vectors
3Timeline events
0ADP providers
4Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Aug 19, 2025, 17:02 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.