CVE-2026-43274
Severity CVSS v4.0:
Pending analysis
Type:
CWE-125
Out-of-bounds Read
Publication date:
06/05/2026
Last modified:
08/05/2026
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
mailbox: mchp-ipc-sbi: fix out-of-bounds access in mchp_ipc_get_cluster_aggr_irq()<br />
<br />
The cluster_cfg array is dynamically allocated to hold per-CPU<br />
configuration structures, with its size based on the number of online<br />
CPUs. Previously, this array was indexed using hartid, which may be<br />
non-contiguous or exceed the bounds of the array, leading to<br />
out-of-bounds access.<br />
Switch to using cpuid as the index, as it is guaranteed to be within<br />
the valid range provided by for_each_online_cpu().
Impact
Base Score 3.x
8.40
Severity 3.x
HIGH
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.14 (including) | 6.18.16 (excluding) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (including) | 6.19.6 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



