๐Ÿ” CVE Alert

CVE-2026-93260

UNKNOWN 0.0

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

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

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.

Vendor linux
Product linux
Ecosystems
Industries
Technology
Published Sep 24, 2026
Stay Ahead of the Next One

Get instant alerts for linux linux

Be the first to know when new unknown vulnerabilities affecting linux linux are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

Linux / Linux
243e25112d06b348f087a6f7aba4bbc288285bdd < c554a8d376d5aea1b237ed6bef6f9fbfc550e67f 243e25112d06b348f087a6f7aba4bbc288285bdd < 411a3c016e7a95f5fa105a0587e07d0647a77727
Linux / Linux
4.12

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
git.kernel.org: https://git.kernel.org/stable/c/c554a8d376d5aea1b237ed6bef6f9fbfc550e67f git.kernel.org: https://git.kernel.org/stable/c/411a3c016e7a95f5fa105a0587e07d0647a77727