NONE · 0

CVE-2026-72026

In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-riscv-imsic-early: Fix fwnode leak on state setup failure imsic_early_acpi_init() allocates a firmware node before set...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-riscv-imsic-early: Fix fwnode leak on state setup failure imsic_early_acpi_init() allocates a firmware node before setting up the IMSIC state. If imsic_setup_state() fails, the function returns without freeing the allocated fwnode. Free the fwnode and clear the global pointer on this error path, matching the cleanup already done when imsic_early_probe() fails. [ tglx: Use a common cleanup path instead of copying code around ]

References

FAQ

What is CVE-2026-72026?

CVE-2026-72026 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: irqchip/irq-riscv-imsic-early: Fix fwnode leak on state setup failure imsic_early_acpi_init() allocates a firmware node before set...

How severe is CVE-2026-72026?

CVSS scoring is not yet available for CVE-2026-72026. Check NVD for updates.

Is there a patch for CVE-2026-72026?

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