2 matches found
EUVD-2026-48806
In the Linux kernel, the following vulnerability has been resolved: PCI: altera: Fix resource leaks on probe failure The chained IRQ handler is set during probe, but is only removed during the driver remove. If pcihostprobe fails, the handler and INTx IRQ domain remain set even though the...
CVE-2026-64241
The CVE-2026-64241 entry describes a Linux kernel GPIO driver issue for Rockchip: teardown bugs and resource leaks in the rockchip GPIO driver. Root causes include (1) a debounce clock reference leak from of_clk_get() without a corresponding clk_put(), fix requires a devm action to release on unb...