Security readout for executives and security teams
Plain-English summary
CVE-2022-50133 is a Linux kernel bug that can crash the kernel during reboot or device removal on affected systems using the xHCI platform USB host path. The public record describes a NULL pointer dereference, not data theft or remote code execution.
Executive priority
Treat as a reliability fix, not an emergency breach response. Prioritize embedded, appliance, ARM, or USB-dependent Linux systems where failed reboots affect service availability or recovery operations.
Technical view
In xhci_plat_remove, xhci->shared_hcd may be NULL after an earlier USB host change. The removal path can still pass it into usb_remove_hcd, causing a kernel Oops. The provided trace shows the failure during shutdown/reboot on Linux 5.19-rc7-era code.
Likely exposure
Exposure is most likely on Linux systems running affected kernel versions or the named commit lineage with xHCI platform USB host hardware. The source lists Linux 5.19 through 5.19.2 and 6.0 as affected, but version range details are limited.
Exploitation context
No active exploitation is indicated by KEV, and the provided sources do not describe an attacker-triggerable path. The documented impact is availability: a kernel crash during reboot, shutdown, or platform USB host removal.
Researcher notes
Public data is sparse: no CVSS, CWE, or exploitability analysis is provided. The strongest evidence is the kernel fix description and crash trace. Avoid assuming remote reachability without additional vendor or subsystem analysis.
Mitigation direction
Update to a distro kernel that includes the referenced upstream stable fixes.
If self-building kernels, verify inclusion of the linked stable commits.
Prioritize systems where reboot reliability is operationally important.
Check Linux vendor advisories for supported fixed package versions.
Validation and detection
Inventory Linux kernel versions on systems using xHCI platform USB host controllers.
Review shutdown logs for Oops traces involving xhci_plat_remove or usb_remove_hcd.
Confirm fixed kernel builds include the referenced stable commit IDs.
Test reboot behavior in staging before broad deployment.
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-2022-50133 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
3Source 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.
Jun 18, 2025, 11:02 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.