CVE 8.4 HIGH

mailbox: mchp-ipc-sbi: fix out-of-bounds access in mchp_ipc_get_cluster_aggr_irq()_CVE-2026-43274

8.4 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Description

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().

Basic Information

ID CVE-2026-43274
Source Linux
Published May 6, 2026 at 11:28
Modified May 8, 2026 at 12:41

Affected Product

Vendor Linux
Product Linux
Version e4b1d67e71419c4af581890ecea84b04920d4116
Affected Versions Linux Linux e4b1d67e71419c4af581890ecea84b04920d4116
Linux Linux e4b1d67e71419c4af581890ecea84b04920d4116
Linux Linux e4b1d67e71419c4af581890ecea84b04920d4116
Linux Linux 6.14

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.