CVE-2026-93260: powerpc/xive: propagate IPI init errors to prevent use-after-free

Published Sep 24, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

powerpc/xive: propagate IPI init errors to prevent use-after-free

When xiveinitipis() fails (e.g. irqdomainallocirqs() fails), the error path frees the global xiveipis array. However, xivesmpprobe() previously ignored this failure and proceeded to call xivesetupcpuipi(), which dereferences the already-freed xiveipis pointer -- a use-after-free.

Now that xivesmpprobe() returns int (previous patch), propagate the error from xiveinitipis() and xivesetupcpuipi() through xivesmpprobe(). Check the return value in both pnvsmpprobe() and pSeriessmpprobe() so that IPI setup is aborted cleanly on failure, avoiding the use-after-free.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    Propagate errors from xive_init_ipis() and xive_setup_cpu_ipi() through xive_smp_probe() and pSeries_smp_probe(), checking the return values and aborting IPI setup cleanly to prevent use-after-free of the freed xive_ipis array.

Event History

Sep 24, 2026
CVE Published
via MITRE·03:51 PM
Data Sourced
via MITRE·03:51 PM
Description
Data Sourced
via NVD·04:17 PM
Description

Frequently Asked Questions

1

Which systems are affected by this issue?

The affected code is in the Linux kernel powerpc XIVE interrupt-controller path. The failure handling explicitly involves both pnv_smp_probe() and pSeries_smp_probe(), so systems using those XIVE SMP probe paths are relevant.

2

What condition is required to trigger the use-after-free?

IPI initialization must fail, such as when irq_domain_alloc_irqs() fails. Previously, the probe path could ignore that failure and continue into CPU IPI setup after the global xive_ipis array had been freed.

3

What happens after IPI initialization fails in the corrected code?

The initialization error is propagated through xive_smp_probe() and checked by the pnv and pSeries SMP probe paths. IPI setup is then aborted rather than dereferencing the freed xive_ipis pointer.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203