CVE-2026-53067
Gravedad CVSS v3.1:
ALTA
Tipo:
CWE-415
Doble liberación
Fecha de publicación:
24/06/2026
Última modificación:
21/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
PCI: endpoint: pci-ep-msi: Fix error unwind and prevent double alloc<br />
<br />
pci_epf_alloc_doorbell() stores the allocated doorbell message array in<br />
epf->db_msg/epf->num_db before requesting MSI vectors. If MSI allocation<br />
fails, the array is freed but the EPF state may still point to freed<br />
memory.<br />
<br />
Clear epf->db_msg and epf->num_db on the MSI allocation failure path so<br />
that later cleanup cannot double-free the array and callers can retry<br />
allocation.<br />
<br />
Also return -EBUSY when doorbells have already been allocated to prevent<br />
leaking or overwriting an existing allocation.
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.17 (incluyendo) | 6.18.33 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.10 (excluyendo) |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página



