Lucene search
+L

111 matches found

NVD
NVD
added 6 hours ago2 views

CVE-2026-72324

In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: free generic chips on unbind irqallocdomaingenericchips allocates generic chip data that must be freed via irqdomainremovegenericchips. The devres action mvebugpioremoveirqdomain only called irqdomainremove, which on...

SaveExploits0References4
Positive Technologies
Positive Technologies
added 12 hours ago2 views

PT-2026-72512

In the Linux kernel, the following vulnerability has been resolved: gpio: mvebu: free generic chips on unbind irq alloc domain generic chips allocates generic chip data that must be freed via irq domain remove generic chips. The devres action mvebu gpio remove irq domain only called irq domain...

5.3AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/29 12:33 p.m.8 views

CVE-2026-64461

A flaw was found in the Linux kernel's MediaTek PCIe driver. When a Peripheral Component Interconnect Express PCIe port fails to enable, the associated Interrupt Request IRQ domains are not properly released. This resource leak can accumulate over time, potentially leading to a denial of service...

5.8AI score0.00184EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 10:17 a.m.7 views

UBUNTU-CVE-2026-64461

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtkpcieenableport fails, mtkpcieportfree removes the port from pcie-ports and frees the port structure. However, the IRQ domains set up earlier by...

5.7AI score0.00184EPSS
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.10 views

CVE-2026-64461

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtkpcieenableport fails, mtkpcieportfree removes the port from pcie-ports and frees the port structure. However, the IRQ domains set up earlier by...

5.7AI score0.00184EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/07/25 8:51 a.m.23 views

CVE-2026-64461

The CVE-2026-64461 entry concerns a Linux kernel PCIe Mediatek issue where IRQ domains are leaked when a port fails to enable. The fix refactors IRQ teardown into a per-port helper (mtk_pcie_irq_teardown_port()) and invokes it from the setup path when mtk_pcie_enable_port() fails. This ensures IR...

5.8AI score0.00184EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.11 views

CVE-2026-64461

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtkpcieenableport fails, mtkpcieportfree removes the port from pcie-ports and frees the port structure. However, the IRQ domains set up earlier by...

5.7AI score0.00184EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-64241

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - gpio: rockchip: teardown bugs and resource leaks Address several teardown issues and resource leaks in the driver's remove path and error handling: 1. Debounce...

5.5CVSS6AI score0.00114EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/24 3:27 p.m.27 views

CVE-2026-64241

CVE-2026-64241 – linux kernel : In the Rockchip GPIO driver, multiple teardown/resource-leak issues were fixed in the remove path and error handling. Specifically, a debounce clock reference leak was addressed by adding a managed release (devm) of the clock; an unregistered chained IRQ handler wa...

5.5CVSS5.9AI score0.00114EPSS
SaveExploits0References4Affected Software1
SUSE CVE
SUSE CVE
added 2026/07/19 5:35 p.m.9 views

SUSE CVE-2026-63798

In the Linux kernel, the following vulnerability has been resolved: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe and sets up chained handlers using...

5.5CVSS5.5AI score0.00126EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 12:16 p.m.11 views

CVE-2026-63798

In the Linux kernel, the following vulnerability has been resolved: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe and sets up chained handlers using...

5.5CVSS0.00126EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 12:2 p.m.9 views

CVE-2026-63798

In the Linux kernel, the following vulnerability has been resolved: irqchip/imgpdc: Fix resource leak, add missing chained handler cleanup on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe and sets up chained handlers using...

5.3AI score0.00126EPSS
SaveExploits0References9Affected Software1
CVE
CVE
added 2026/07/19 12:2 p.m.39 views

CVE-2026-63798

This CVE concerns the Linux kernel IRQ subsystem for the irqchip/imgpdc driver. The vulnerability arises because, during probe, the driver allocates domain generic chips and installs chained interrupt handlers, but on removal these resources may not be cleaned up: generic chips stay on the global...

5.5CVSS5.5AI score0.00126EPSS
SaveExploits0References8Affected Software1
UbuntuCve
UbuntuCve
added 2026/06/25 9:16 a.m.10 views

CVE-2026-53226

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: fix generic IRQ chip leak on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe. However, on driver remove/teardown, the generic chips are not automatically freed when t...

5.5CVSS6AI score0.00119EPSS
SaveExploits0References5
CVE
CVE
added 2026/06/25 8:39 a.m.45 views

CVE-2026-53226

The CVE-2026-53226 issue affects the Linux kernel GPIO Rockchip driver: generic IRQ chips allocated via irq_alloc_domain_generic_chips() are not freed on driver removal, leaving domain generic chips and the global gc_list leaked and potentially visited later by suspend/resume/shutdown callbacks, ...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/06/25 8:39 a.m.12 views

CVE-2026-53226

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: fix generic IRQ chip leak on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe. However, on driver remove/teardown, the generic chips are not automatically freed when t...

5.5CVSS5.7AI score0.00119EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/06/25 8:39 a.m.8 views

CVE-2026-53226 gpio: rockchip: fix generic IRQ chip leak on remove

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: fix generic IRQ chip leak on remove The driver allocates domain generic chips using irqallocdomaingenericchips during probe. However, on driver remove/teardown, the generic chips are not automatically freed when t...

5.8AI score
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/06/19 11:10 a.m.6 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: Fixed a memory leak caused by incorrect chipdata lookups. The reported memory leak involves the following objects: Unreferenced object 0xc0000002a7fbc640 size 64: comm “kworker/8:1”, pid 540, jiffies 4294937872 Hex...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/05/29 1:16 a.m.12 views

SUSE CVE-2026-46141

In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: fix kmemleak caused by incorrect chipdata lookup The kmemleak reports the following memory leak: Unreferenced object 0xc0000002a7fbc640 size 64: comm "kworker/8:1", pid 540, jiffies 4294937872 hex dump first 32 byte...

5.5CVSS5.8AI score0.00121EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/28 10:16 a.m.10 views

UBUNTU-CVE-2026-46141

In the Linux kernel, the following vulnerability has been resolved: powerpc/xive: fix kmemleak caused by incorrect chipdata lookup The kmemleak reports the following memory leak: Unreferenced object 0xc0000002a7fbc640 size 64: comm "kworker/8:1", pid 540, jiffies 4294937872 hex dump first 32 byte...

5.5CVSS5.7AI score0.00121EPSS
SaveExploits0References12
Rows per page
Query Builder