Lucene search
+L

2225 matches found

Debian CVE
Debian CVE
added 2026/09/11 7:47 p.m.15 views

CVE-2026-89769

In the Linux kernel, the following vulnerability has been resolved: clocksource/drivers/nxp-pit: Fix IRQ leak on cpuhpsetupstate error path When cpuhpsetupstate fails after pitclockeventpercpuinit has successfully called requestirq, the error handling jumps directly to outpitclocksourceunregister...

7.4CVSS6.2AI score0.00121EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 7:46 p.m.8 views

EUVD-2026-76637

In the Linux kernel, the following vulnerability has been resolved: media: cec: stm32: prevent out-of-bounds write on RX overflow stm32rxdone appends each received CEC byte to rxmsg.msg using rxmsg.len as the write index, incrementing it on every RXBR receive-byte-ready interrupt without checking...

6AI score0.00266EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:44 p.m.18 views

CVE-2026-89589 acpi/apei/ghes: Use raw_spinlock_t for CXL CPER work locks

In the Linux kernel, the following vulnerability has been resolved: acpi/apei/ghes: Use rawspinlockt for CXL CPER work locks The CXL CPER work registration and unregistration helpers acquire cxlcperworklock and cxlcperproterrworklock with a spinlock guard, which leaves local interrupts enabled. T...

6AI score
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:44 p.m.15 views

CVE-2026-89589

CVE-2026-89589 affects the Linux kernel in the acpi/apei/ghes subsystem, specifically the CXL CPER work registration and unregistration helpers. The root cause is a deadlock : the CXL CPER work locks are acquired with a regular spinlock guard (interrupts enabled) in register/unregister paths, whi...

5.9AI score0.00173EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:44 p.m.12 views

CVE-2026-89589

In the Linux kernel, the following vulnerability has been resolved: acpi/apei/ghes: Use rawspinlockt for CXL CPER work locks The CXL CPER work registration and unregistration helpers acquire cxlcperworklock and cxlcperproterrworklock with a spinlock guard, which leaves local interrupts enabled. T...

6AI score0.00173EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.29 views

CVE-2026-89469 power: supply: lp8727: fix use-after-free in lp8727_release_irq()

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8727: fix use-after-free in lp8727releaseirq lp8727isrfunc, the threaded IRQ handler, is the only caller that arms pchg-work via scheduledelayedwork. lp8727releaseirq currently cancels the work before freeing the...

8.4CVSS0.0014EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/11 7:43 p.m.23 views

CVE-2026-89469

CVE-2026-89469 is a use-after-free vulnerability in the Linux kernel's lp8727 power supply driver . A race condition in lp8727_release_irq() allows a delayed work item to be re-armed by a threaded IRQ handler after the associated memory has been freed by the devm layer, potentially causing memory...

8.4CVSS6.4AI score0.0014EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/09/11 7:43 p.m.9 views

EUVD-2026-76375

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8727: fix use-after-free in lp8727releaseirq lp8727isrfunc, the threaded IRQ handler, is the only caller that arms pchg-work via scheduledelayedwork. lp8727releaseirq currently cancels the work before freeing the...

6.4AI score0.0014EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:43 p.m.10 views

CVE-2026-89469 power: supply: lp8727: fix use-after-free in lp8727_release_irq()

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8727: fix use-after-free in lp8727releaseirq lp8727isrfunc, the threaded IRQ handler, is the only caller that arms pchg-work via scheduledelayedwork. lp8727releaseirq currently cancels the work before freeing the...

8.4CVSS6.5AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.12 views

CVE-2026-89469

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8727: fix use-after-free in lp8727releaseirq lp8727isrfunc, the threaded IRQ handler, is the only caller that arms pchg-work via scheduledelayedwork. lp8727releaseirq currently cancels the work before freeing the...

8.4CVSS6.5AI score0.0014EPSS
SaveExploits0
CVE
CVE
added 2026/09/11 7:43 p.m.12 views

CVE-2026-89468

This use-after-free vulnerability affects the lp8788-charger driver in the Linux kernel. During device removal, lp8788_charger_remove() flushed charger_work before unregistering IRQs, allowing an IRQ thread to queue work after the flush completed. That work could then run after devres freed the p...

6.3AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/11 7:43 p.m.8 views

EUVD-2026-76374

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788chargerremove flushes chargerwork before unregistering the IRQs. An IRQ thread can queue chargerwork after flushwork has returned. The work can then run after devr...

6.3AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:43 p.m.9 views

CVE-2026-89468 power: supply: lp8788-charger: fix use-after-free on remove

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788chargerremove flushes chargerwork before unregistering the IRQs. An IRQ thread can queue chargerwork after flushwork has returned. The work can then run after devr...

6.4AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.25 views

CVE-2026-89468 power: supply: lp8788-charger: fix use-after-free on remove

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788chargerremove flushes chargerwork before unregistering the IRQs. An IRQ thread can queue chargerwork after flushwork has returned. The work can then run after devr...

0.00168EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.14 views

CVE-2026-89468

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8788-charger: fix use-after-free on remove lp8788chargerremove flushes chargerwork before unregistering the IRQs. An IRQ thread can queue chargerwork after flushwork has returned. The work can then run after devr...

6.4AI score0.00168EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/09/11 7:43 p.m.26 views

CVE-2026-89455 PCI: plda: Fix use-after-free of event IRQs during teardown

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
CVE
CVE
added 2026/09/11 7:43 p.m.22 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...

6.3AI score0.002EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2026/09/11 7:43 p.m.14 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...

6.4AI score0.002EPSS
SaveExploits0
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...

6.3AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/11 7:43 p.m.9 views

CVE-2026-89454 PCI: plda: Fix IRQ domain leaks in the error paths of plda_init_interrupts()

In the Linux kernel, the following vulnerability has been resolved: PCI: plda: Fix IRQ domain leaks in the error paths of pldainitinterrupts pldainitinterrupts initializes IRQ domains and creates IRQ mapping but does not unwind them when later step fails. If platformgetirq or either...

5.9AI score
SaveExploits0References7
Rows per page
Query Builder