CVE-2026-93260
Last modified
CVE-2026-93260 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: propagate IPI init errors to prevent use-after-free When xive_init_ipis() fails (e.g. irq_domain_alloc_irqs() fails), the error path frees the global xive_ipis array.
Description
In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: propagate IPI init errors to prevent use-after-free When xive_init_ipis() fails (e.g. irq_domain_alloc_irqs() fails), the error path frees the global xive_ipis array. However, xive_smp_probe() previously ignored this failure and proceeded to call xive_setup_cpu_ipi(), which dereferences the already-freed xive_ipis pointer -- a use-after-free. Now that xive_smp_probe() returns int (previous patch), propagate the error from xive_init_ipis() and xive_setup_cpu_ipi() through xive_smp_probe(). Check the return value in both pnv_smp_probe() and pSeries_smp_probe() so that IPI setup is aborted cleanly on failure, avoiding the use-after-free.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 243e25112d06b348f087a6f7aba4bbc288285bdd, < c554a8d376d5aea1b237ed6bef6f9fbfc550e67f; >= 243e25112d06b348f087a6f7aba4bbc288285bdd, < 411a3c016e7a95f5fa105a0587e07d0647a77727 |
| Linux | Linux | 4.12 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93260?
How severe is CVE-2026-93260?
How do I fix CVE-2026-93260?
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-93254In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93255In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93256In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93257In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93259In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93261In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93262In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93263In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93264In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93265In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-93266In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93260?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
