CVE-2026-43274: mailbox: mchp-ipc-sbi: fix out-of-bounds access in mchp_ipc_get_cluster_aggr_irq()
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().
Security readout for executives and security teams
Plain-English summary
A Linux kernel mailbox driver can read or write beyond an allocated per-CPU array when hardware CPU identifiers are non-contiguous or unexpectedly large. Affected systems could crash or suffer memory corruption. The supplied CVSS rating indicates possible confidentiality, integrity, and availability impact, but the vulnerability requires local access and the relevant driver path.
Executive priority
Treat as a high-priority platform patch for systems using the affected driver, especially sensitive or availability-critical devices. Broad emergency action across every Linux host is not supported by the supplied evidence. Establish hardware and driver exposure first, then patch confirmed systems promptly through supported vendor channels.
Technical view
The mchp-ipc-sbi driver allocated cluster_cfg according to the number of online CPUs but indexed it with hartid. Because hart IDs need not be contiguous or bounded by that count, this could cause out-of-bounds access. The kernel fix indexes by cpuid, which for_each_online_cpu() guarantees is within the allocated range.
Likely exposure
Exposure is most likely limited to systems running an affected Linux kernel and executing the mchp-ipc-sbi mailbox driver path. The bundle reports affected versions including 6.14, 6.18.16, 6.19.6, and 7.0, but its version-range semantics are incomplete; verify distribution backports and exact kernel provenance.
Exploitation context
The CVSS vector describes a local, low-complexity issue requiring no privileges or user interaction, with potentially high impact. However, the bundle marks KEV false and provides no evidence of active exploitation, a public exploit, or demonstrated practical exploitation. Trigger prerequisites beyond reaching the affected driver are not documented.
Researcher notes
The core defect is an index-domain mismatch: allocation follows online-CPU count, while access previously used hartid. The supplied record does not identify CWE classification, affected configuration prerequisites, reproducer details, or definitive version ranges. Researchers should distinguish upstream commit presence from distribution package status and avoid inferring exploitability solely from CVSS impact metrics.
Mitigation direction
Update to a vendor-supported kernel containing the applicable upstream stable fix.
Check distribution advisories for backported fixes and corrected package versions.
Prioritize systems that load or exercise the mchp-ipc-sbi mailbox driver.
If immediate updating is impossible, consult vendor guidance for supported exposure-reduction measures.
Validation and detection
Inventory running kernel versions and identify systems using the mchp-ipc-sbi driver.
Compare kernel source or package changelogs against the three referenced fix commits.
Confirm vendor advisories identify the installed package as fixed or unaffected.
After updating, verify the intended fixed kernel is running across all affected systems.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2026-43274 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
0ADP providers
4Source links
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.