CyberRota
← Ana sayfaya dön

CVE-2026-43274

HIGH · CVSS 8.4 EPSS %0.02

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-06T12:16:48.680 · Çekilme zamanı: 2026-06-05T12:00:34.318180+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-43274
Severity
HIGH
CVSS
8.4
EPSS
%0.02
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: mailbox: mchp-ipc-sbi: fix out-of-bounds access in mchp_ipc_get_cluster_aggr_irq() The cluster_cfg array is dynamically allocated to hold per-CPU configuration structures, with its size based on the number of online CPUs. Previously, this array was indexed using hartid, which may be non-contiguous or exceed the bounds of the array, leading to out-of-bounds access. Switch to using cpuid as the index, as it is guaranteed to be within the valid range provided by for_each_online_cpu().