Junglewise Threat Intelligence

CVE-2026-64462: Linux Kernel Altera PCI resource leak on probe failure

CVE-2026-64462 · Severity: info · CVSS 0 · Published 2026-07-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's Altera PCI controller driver where system resources were not properly cleaned up if the hardware initialization failed. This could lead to a system crash or unstable behavior because the kernel might attempt to use memory that has already been released. This issue primarily affects systems using Altera PCIe hardware components.

Technical details

A resource management flaw exists in drivers/pci/controller/pcie-altera.c. The chained IRQ handler and INTx IRQ domain are initialized during the probe phase but are not torn down if pci_host_probe() fails. Because the host bridge storage is devm-managed, it is released on failure, leaving the IRQ handler with a stale data pointer (use-after-free). Additionally, interrupts are enabled before the probe completes; if it fails, the controller interrupt source remains active. The fix involves reordering the IRQ setup, ensuring interrupts are disabled during teardown, and explicitly calling teardown routines if pci_host_probe() fails.

Affected products

  • Linux Linux Kernel 5.9 to 6.10.y

Timeline

  • 2026-07-25: disclosed: CVE published and patches available in stable branches.

References

Related threats