Lucene search
+L

128 matches found

Cvelist
Cvelist
added 2026/09/16 10:32 a.m.5 views

CVE-2026-89980 ALSA: harmony: initialize locks before requesting IRQ

In the Linux kernel, the following vulnerability has been resolved: ALSA: harmony: initialize locks before requesting IRQ sndharmonycreate registers the IRQ before initializing h-lock and h-mixerlock. A pending interrupt can invoke the handler while these locks are uninitialized. Initialize both...

8.4CVSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.8 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: iio: gyro: mpu3050: Fixed irq resource leak The interrupt handler is set up, but only a few lines below, if iiotriggerregister fails, the function returns without properly releasing the handler. Added a cleanup goto to resolve th...

5.5CVSS5.6AI score0.00123EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/11 8:19 p.m.5 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.4CVSS0.0014EPSS
SaveExploits0References8
NVD
NVD
added 2026/09/11 8:19 p.m.8 views

CVE-2026-80953

In the Linux kernel, the following vulnerability has been resolved: i3c: master: adi: initialize the lock before enabling interrupts adii3cmasterprobe requests the IRQ and unmasks REGIRQPENDINGCMDR before the controller's IBI state, transfer queue list and transfer queue lock are initialized. A...

8.4CVSS0.0018EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.7 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.4AI score0.0014EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:43 p.m.14 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
OSV
OSV
added 2026/09/11 7:43 p.m.7 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
CVE
CVE
added 2026/09/11 7:42 p.m.17 views

CVE-2026-80953

CVE-2026-80953 is a race condition in the Linux kernel's ADI i3c master driver . The function adi_i3c_master_probe() requests the IRQ and unmasks REG_IRQ_PENDING_CMDR before the controller's transfer queue lock (xferqueue.lock) and IBI state are initialized. A pending CMDR interrupt can therefore...

8.4CVSS5.8AI score0.0018EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.10 views

PT-2026-90185

In the Linux kernel, the following vulnerability has been resolved: power: supply: lp8727: fix use-after-free in lp8727 release irq lp8727 isr func, the threaded IRQ handler, is the only caller that arms pchg-work via schedule delayed work. lp8727 release irq currently cancels the work before...

6.4AI score0.0014EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80743

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ASoC: xilinx: formatterpcm: pass auddrvdata to irq handlers The irq handlers take a struct device pointer and call devgetdrvdata to obtain the driver data...

5.6AI score0.0021EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/03 1:06 p.m.7 views

AZL-99077 CVE-2026-80743 affecting package kernel 6.6.150.1-1

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.4AI score0.0021EPSS
SaveExploits0References1
OSV
OSV
added 2026/09/03 1:06 p.m.6 views

UBUNTU-CVE-2026-80743

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
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2026/09/03 1:06 p.m.9 views

CVE-2026-80743

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.4AI score0.0021EPSS
SaveExploits0References10
CVE
CVE
added 2026/09/03 8:26 a.m.20 views

CVE-2026-80743

CVE-2026-80743 affects the Linux kernel's ASoC xilinx formatter_pcm driver . The root cause is a race condition: IRQ handlers call dev_get_drvdata() to retrieve driver data, but that data is only assigned at the end of the probe function—after devm_request_irq(). If an interrupt fires in that win...

5.8AI score0.0021EPSS
SaveExploits0References8
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
OSV
OSV
added 2026/09/03 8:26 a.m.11 views

CVE-2026-80743 ASoC: xilinx: formatter_pcm: pass aud_drv_data to irq handlers

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.6AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/08/26 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-80562

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - gpio: ml-ioh: use rawspinlockt for the register lock iohirqtype is registered as the irqchip .irqsettype callback and takes chip-spinlock with spinlockirqsave...

5.8AI score0.00176EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.9 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: fix NULL pointer dereference in iwlpcieirqrxmsixhandler rxq can only be NULL when transpcie-rxq is NULL and entry-entry is zero. In cases where entry-entry is not equal to 0, rxq will not be NULL, even if...

5.5CVSS6AI score0.00145EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 4:16 p.m.12 views

CVE-2026-74652

In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ The RS485 trigger hrtimers are embedded in the devm-managed port and can fire after it is freed. The IRQ handler can arm a timer, so free the IRQ first and then cancel...

7.8CVSS0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/22 3:32 p.m.13 views

EUVD-2026-64589

In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ The RS485 trigger hrtimers are embedded in the devm-managed port and can fire after it is freed. The IRQ handler can arm a timer, so free the IRQ first and then cancel...

5.4AI score0.00127EPSS
SaveExploits0References3
Rows per page
Query Builder