CVE-2023-53175
Gravedad:
Pendiente de análisis
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
15/09/2025
Última modificación:
15/09/2025
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation<br />
<br />
When a Linux VM with an assigned PCI device runs on Hyper-V, if the PCI<br />
device driver is not loaded yet (i.e. MSI-X/MSI is not enabled on the<br />
device yet), doing a VM hibernation triggers a panic in<br />
hv_pci_restore_msi_msg() -> msi_lock_descs(&pdev->dev), because<br />
pdev->dev.msi.data is still NULL.<br />
<br />
Avoid the panic by checking if MSI-X/MSI is enabled.