Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference in remove if xHC has only one roothub The remove path in xhci platform driver tries to remove and put both main and shared hcds even if only a main hcd exists (one roothub) This causes a null pointer dereference in reboot for those controllers. Check that the shared_hcd exists before trying to remove it.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.19, < 5.19.8 |
Related Weaknesses (CWE)
References
- https://git.kernel.org/stable/c/4a593a62a9e3a25ab4bc37f612e4edec144f7f43Patch
- https://git.kernel.org/stable/c/7081b2f34ff291ada012bd6abacaf7d51c4cf73fPatch
FAQ
What is CVE-2022-49962?
CVE-2022-49962 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference in remove if xHC has only one roothub The remove path in xhci platform driver tries to remove a...
How severe is CVE-2022-49962?
CVE-2022-49962 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-49962?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.