Lucene search
+L

18 matches found

UbuntuCve
UbuntuCve
added 2026/09/14 12:00 a.m.7 views

CVE-2026-89455

In the Linux kernel, the following vulnerability has been resolved: PCI: plda: Fix use-after-free of event IRQs during teardown pldapcieirqdomaindeinit removes pcie-eventdomain via irqdomainremove, but the per-event IRQs mapped from that domain are requested with devmrequestirq in...

0.002EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:43 p.m.12 views

CVE-2026-89455

CVE-2026-89455 is a use-after-free vulnerability in the Linux kernel's PCI PLDA driver . During device teardown, irq_domain_remove() frees the event IRQ domain's internal data before the deferred free_irq() calls (managed by devres) execute, causing a later dereference of the already-freed domain...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:43 p.m.8 views

EUVD-2026-76361

In the Linux kernel, the following vulnerability has been resolved: PCI: plda: Fix use-after-free of event IRQs during teardown pldapcieirqdomaindeinit removes pcie-eventdomain via irqdomainremove, but the per-event IRQs mapped from that domain are requested with devmrequestirq in...

0.002EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/03 8:26 a.m.8 views

EUVD-2026-70347

In the Linux kernel, the following vulnerability has been resolved: ASoC: xilinx: formatterpcm: pass auddrvdata to irq handlers The irq handlers take a struct device pointer and call devgetdrvdata to obtain the driver data. However, the driver data is only set at the end of probe, after...

5.8AI score0.0021EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/28 8:16 a.m.8 views

CVE-2026-80614

In the Linux kernel, the following vulnerability has been resolved: net: emac: Fix NULL pointer dereference in emacprobe Move devmrequestirq after devmplatformioremapresource so that dev-emacp is mapped before the interrupt handler can fire. An early interrupt hitting emacirq would dereference th...

7.5CVSS0.00432EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/28 8:16 a.m.8 views

UBUNTU-CVE-2026-80614

In the Linux kernel, the following vulnerability has been resolved: net: emac: Fix NULL pointer dereference in emacprobe Move devmrequestirq after devmplatformioremapresource so that dev-emacp is mapped before the interrupt handler can fire. An early interrupt hitting emacirq would dereference th...

7.5CVSS5.8AI score0.00432EPSS
SaveExploits0References6
OSV
OSV
added 2026/08/28 6:48 a.m.24 views

CVE-2026-80614 net: emac: Fix NULL pointer dereference in emac_probe

In the Linux kernel, the following vulnerability has been resolved: net: emac: Fix NULL pointer dereference in emacprobe Move devmrequestirq after devmplatformioremapresource so that dev-emacp is mapped before the interrupt handler can fire. An early interrupt hitting emacirq would dereference th...

7.5CVSS5.9AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/28 12:00 a.m.16 views

Linux Distros Unpatched Vulnerability : CVE-2026-80614

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: emac: Fix NULL pointer dereference in emacprobe Move devmrequestirq after devmplatformioremapresource so that dev-emacp is mapped before the interrupt...

7.5CVSS5.4AI score0.00432EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/15 6:21 a.m.11 views

CVE-2026-72133

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...

8.4CVSS0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 6:21 a.m.9 views

UBUNTU-CVE-2026-72133

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...

8.4CVSS5.5AI score0.00182EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2026/08/15 5:53 a.m.28 views

CVE-2026-72133 spi: uniphier: Fix completion initialization order before devm_request_irq()

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...

8.4CVSS0.00182EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:53 a.m.45 views

EUVD-2026-58891

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...

5.5AI score0.00182EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/15 5:53 a.m.18 views

CVE-2026-72133 spi: uniphier: Fix completion initialization order before devm_request_irq()

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...

8.4CVSS5.6AI score
SaveExploits0References11
OSV
OSV
added 2026/04/22 2:16 p.m.10 views

AZL-83222 CVE-2026-31506 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: net: bcmasp: fix double free of WoL irq We do not need to free wolirq since it was instantiated with devmrequestirq. So devres will free for us...

7.8CVSS6.7AI score0.00129EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/03/28 3:00 a.m.10 views

SUSE CVE-2025-21878

In the Linux kernel, the following vulnerability has been resolved: i2c: npcm: disable interrupt enable bit before devmrequestirq The customer reports that there is a soft lockup issue related to the i2c driver. After checking, the i2c module was doing a tx transfer and the bmc machine reboots in...

5.5CVSS7.5AI score0.00158EPSS
SaveExploits0References15
NVD
NVD
added 2025/03/27 3:15 p.m.25 views

CVE-2025-21878

In the Linux kernel, the following vulnerability has been resolved: i2c: npcm: disable interrupt enable bit before devmrequestirq The customer reports that there is a soft lockup issue related to the i2c driver. After checking, the i2c module was doing a tx transfer and the bmc machine reboots in...

5.5CVSS0.00158EPSS
SaveExploits0References9
OSV
OSV
added 2025/03/27 3:15 p.m.4 views

DEBIAN-CVE-2025-21878

In the Linux kernel, the following vulnerability has been resolved: i2c: npcm: disable interrupt enable bit before devmrequestirq The customer reports that there is a soft lockup issue related to the i2c driver. After checking, the i2c module was doing a tx transfer and the bmc machine reboots in...

5.5CVSS5.7AI score0.00158EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/03/27 2:57 p.m.30 views

CVE-2025-21878 i2c: npcm: disable interrupt enable bit before devm_request_irq

In the Linux kernel, the following vulnerability has been resolved: i2c: npcm: disable interrupt enable bit before devmrequestirq The customer reports that there is a soft lockup issue related to the i2c driver. After checking, the i2c module was doing a tx transfer and the bmc machine reboots in...

0.00158EPSS
SaveExploits0References7
Rows per page
Query Builder