Popis
In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double alloc pci_epf_alloc_doorbell() stores the allocated doorbell message array in epf->db_msg/epf->num_db before requesting MSI vectors. If MSI allocation fails, the array is freed but the EPF state may still point to freed memory. Clear epf->db_msg and epf->num_db on the MSI allocation failure path so that later cleanup cannot double-free the array and callers can retry allocation. Also return -EBUSY when doorbells have already been allocated to prevent leaking or overwriting an existing allocation.
CVSS 7.8EPSS 0.11900000000000001%Riziko 0.79
Zobraziť zdroj- Zverejnené
- 2026-06-24 17:17:19
- Dotknuté verzie
- unknown
- Typ
- Jadro
- Posledná úprava
- 2026-07-21 17:37:33
- Vektor
- CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Operačné systémy
- Linux