Lucene search
+L

4363 matches found

CVE
CVE
added 2026/07/25 8:51 a.m.12 views

CVE-2026-64500

CVE-2026-64500 concerns the Linux kernel where the interrupt handler for the LPC32XX IIO ADC could race with an uninitialized completion. The description shows that in lpc32xx_adc_probe(), the code registers the IRQ via devm_request_irq() before calling init_completion() on st->completion. If ...

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

CVE-2026-64500

In the Linux kernel, the following vulnerability has been resolved: iio: adc: lpc32xx: Initialize completion before requesting IRQ In the report from Jaeyoung Chung: "lpc32xxadcprobe in drivers/iio/adc/lpc32xxadc.c registers its interrupt handler with devmrequestirq before it initializes...

5.7AI score0.00165EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 8:51 a.m.8 views

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...

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

CVE-2026-64462

Summary : CVE-2026-64462 affects the Linux kernel PCI Altera driver, causing resource leaks on probe failure due to mis-timed IRQ setup. The chained IRQ handler is installed during probe but removed only on driver remove, leaving stale data if pci_host_probe() fails. Additionally, interrupts are ...

5.8AI score0.00184EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.28 views

CVE-2026-64461 PCI: mediatek: Fix IRQ domain leak when port fails to enable

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...

0.00184EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:51 a.m.10 views

EUVD-2026-48805

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.8AI score0.00184EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:51 a.m.10 views

CVE-2026-64461 PCI: mediatek: Fix IRQ domain leak when port fails to enable

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.8AI score
SaveExploits0References11
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.8 views

CVE-2026-64438

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix VF2PF work teardown race in adfdisablesriov The VF2PF interrupt handler queues PF-side response work that stores a raw pointer to per-VF state struct adfaccelvfinfo. Currently, adfdisablesriov destroys per-VF...

5.8AI score0.00135EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/25 8:51 a.m.7 views

CVE-2026-64438 crypto: qat - fix VF2PF work teardown race in adf_disable_sriov()

In the Linux kernel, the following vulnerability has been resolved: crypto: qat - fix VF2PF work teardown race in adfdisablesriov The VF2PF interrupt handler queues PF-side response work that stores a raw pointer to per-VF state struct adfaccelvfinfo. Currently, adfdisablesriov destroys per-VF...

8.8CVSS5.7AI score
SaveExploits0References11
OSV
OSV
added 2026/07/25 8:51 a.m.10 views

CVE-2026-64430 NTB: epf: Avoid calling pci_irq_vector() from hardirq context

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid calling pciirqvector from hardirq context ntbepfvecisr calls pciirqvector in hardirq context to derive the vector number. pciirqvector calls msigetvirq that takes a mutex and can therefore trigger "scheduling whil...

7.5CVSS5.7AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.27 views

CVE-2026-64429 gpio: eic-sprd: use raw_spinlock_t in the irq startup path

In the Linux kernel, the following vulnerability has been resolved: gpio: eic-sprd: use rawspinlockt in the irq startup path sprdeicirqunmask enables the GPIO IRQ and then updates controller state through sprdeicupdate, which takes sprdeic-lock with spinlockirqsave. The callback can be reached fr...

0.00177EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:51 a.m.10 views

EUVD-2026-48774

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid calling pciirqvector from hardirq context ntbepfvecisr calls pciirqvector in hardirq context to derive the vector number. pciirqvector calls msigetvirq that takes a mutex and can therefore trigger "scheduling whil...

5.7AI score0.0049EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:51 a.m.7 views

EUVD-2026-48773

In the Linux kernel, the following vulnerability has been resolved: gpio: eic-sprd: use rawspinlockt in the irq startup path sprdeicirqunmask enables the GPIO IRQ and then updates controller state through sprdeicupdate, which takes sprdeic-lock with spinlockirqsave. The callback can be reached fr...

5.7AI score0.00177EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.14 views

CVE-2026-64429

CVE-2026-64429 : In the Linux kernel, the gpio eic-sprd driver used a sleeping lock during irq startup (spin_lock_irqsave) which could be invoked from an irq_startup path, leading to a sleeping function in an invalid context on PREEMPT_RT. The fix converts the Spreadtrum EIC controller lock to a ...

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

CVE-2026-64430

In the Linux kernel, the following vulnerability has been resolved: NTB: epf: Avoid calling pciirqvector from hardirq context ntbepfvecisr calls pciirqvector in hardirq context to derive the vector number. pciirqvector calls msigetvirq that takes a mutex and can therefore trigger "scheduling whil...

7.5CVSS5.7AI score0.0049EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 8:51 a.m.10 views

CVE-2026-64428 gpio: sch: use raw_spinlock_t in the irq startup path

In the Linux kernel, the following vulnerability has been resolved: gpio: sch: use rawspinlockt in the irq startup path schirqunmask enables the GPIO IRQ and then updates the controller state through schirqmaskunmask, which takes sch-lock with spinlockirqsave. The callback can be reached from...

5.7AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/07/25 8:51 a.m.9 views

CVE-2026-64428

In the Linux kernel, the following vulnerability has been resolved: gpio: sch: use rawspinlockt in the irq startup path schirqunmask enables the GPIO IRQ and then updates the controller state through schirqmaskunmask, which takes sch-lock with spinlockirqsave. The callback can be reached from...

5.7AI score0.00173EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.29 views

CVE-2026-64374 sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RT

In the Linux kernel, the following vulnerability has been resolved: sched/rt: Have RTPUSHIPI be default off for non PREEMPTRT RT migration is done aggressively. When a CPU schedules out a high priority RT task for a lower priority task, it will look to see if there's any RT tasks that are waiting...

7.5CVSS0.00501EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.17 views

CVE-2026-64374

CVE-2026-64374 concerns the Linux kernel’s RT scheduling path. The vulnerability stems from making RT_PUSH_IPI default off for non-PREEMPT_RT configurations, which could affect RT migration when high-priority RT tasks are scheduled across CPUs. The mechanism normally pulls RT tasks between CPUs u...

7.5CVSS5.9AI score0.00501EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.30 views

CVE-2026-64329 usb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove The threaded IRQ handler ccgirqhandler calls ucsinotifycommon, which on a connector-change event calls ucsiconnectorchange and schedules connector work. In ucsiccgremove...

0.00177EPSS
SaveExploits0References8
Rows per page
Query Builder