In the Linux kernel, the following vulnerability has been resolved:
irqchip/irq-riscv-imsic-early: Fix fwnode leak on state setup failure
imsicearlyacpiinit() allocates a firmware node before setting up the IMSIC state. If imsicsetup_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 imsicearlyprobe() fails.
[ tglx: Use a common cleanup path instead of copying code around ]
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/72xxx/CVE-2026-72026.json",
"cna_assigner": "Linux"
}