CVE-2026-53067

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

History

21 Jul 2026, 17:37

Type Values Removed Values Added
First Time Linux linux Kernel
Linux
References () https://git.kernel.org/stable/c/175717cfc06cab79f84cd037d66dda1b8564cd9e - () https://git.kernel.org/stable/c/175717cfc06cab79f84cd037d66dda1b8564cd9e - Patch
References () https://git.kernel.org/stable/c/1cba96c0a795124c3229293ed7b5b5765e66f259 - () https://git.kernel.org/stable/c/1cba96c0a795124c3229293ed7b5b5765e66f259 - Patch
References () https://git.kernel.org/stable/c/3c25587fbf8797b92090b064a6d239a873e55fb1 - () https://git.kernel.org/stable/c/3c25587fbf8797b92090b064a6d239a873e55fb1 - Patch
CWE CWE-415
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 7.8
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*

24 Jun 2026, 17:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-24 17:17

Updated : 2026-07-21 17:37


NVD link : CVE-2026-53067

Mitre link : CVE-2026-53067

CVE.ORG link : CVE-2026-53067


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-415

Double Free