NONE · 0

CVE-2025-40161

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynqmp-ipi: Fix SGI cleanup on unbind The driver incorrectly determines SGI vs SPI interrupts by checking IRQ number < 16...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynqmp-ipi: Fix SGI cleanup on unbind The driver incorrectly determines SGI vs SPI interrupts by checking IRQ number < 16, which fails with dynamic IRQ allocation. During unbind, this causes improper SGI cleanup leading to kernel crash. Add explicit irq_type field to pdata for reliable identification of SGI interrupts (type-2) and only clean up SGI resources when appropriate.

References

FAQ

What is CVE-2025-40161?

CVE-2025-40161 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: mailbox: zynqmp-ipi: Fix SGI cleanup on unbind The driver incorrectly determines SGI vs SPI interrupts by checking IRQ number < 16...

How severe is CVE-2025-40161?

CVSS scoring is not yet available for CVE-2025-40161. Check NVD for updates.

Is there a patch for CVE-2025-40161?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.