Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation When a Linux VM with an assigned PCI device runs on Hyper-V, if the PCI device driver is not loaded yet (i.e. MSI-X/MSI is not enabled on the device yet), doing a VM hibernation triggers a panic in hv_pci_restore_msi_msg() -> msi_lock_descs(&pdev->dev), because pdev->dev.msi.data is still NULL. Avoid the panic by checking if MSI-X/MSI is enabled.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 5.17, < 6.1.53 |
References
- https://git.kernel.org/stable/c/04bbe863241a9be7d57fb4cf217ee4a72f480e70Patch
- https://git.kernel.org/stable/c/223fc5352054900f70b8b5e10cfc2f297e70c512Patch
- https://git.kernel.org/stable/c/d0687755407b21d252b98dca6be459153a60c62aPatch
- https://git.kernel.org/stable/c/e32fc2168aa6b477290392ddbb73d95f012b050cPatch
FAQ
What is CVE-2023-53175?
CVE-2023-53175 is a vulnerability with a CVSS score of 5.5 (MEDIUM). In the Linux kernel, the following vulnerability has been resolved: PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation When a Linux VM with an assigned PCI device runs on Hyper-V, i...
How severe is CVE-2023-53175?
CVE-2023-53175 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-2023-53175?
Check the references section above for vendor advisories and patch information. Affected products include: Linux Linux Kernel.