CVE-2026-43274
Last modified
CVE-2026-43274 is a high-severity vulnerability rated 8.4/10 on the CVSS scale. 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().. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
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().
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.14, < 6.18.16 |
| Linux | Linux Kernel | >= 6.19, < 6.19.6 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43274?
How severe is CVE-2026-43274?
How do I fix CVE-2026-43274?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43268In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43269In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43270In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43271In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43272In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43273In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43275In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-43276In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43277In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43278In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43279In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-4328The Advanced Import plugin for WordPress is vulnerable to Se…6.4
Are you affected by CVE-2026-43274?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
