CyberRota
← Ana sayfaya dön

CVE-2026-53067

UNKNOWN · CVSS N/A EPSS %0.15

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-06-24T17:17:19.780 · Çekilme zamanı: 2026-06-30T18:32:09.522036+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-53067
Severity
UNKNOWN
CVSS
N/A
EPSS
%0.15
Linux

Orijinal NVD Açıklaması

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.