Lucene search
+L

281 matches found

OSV
OSV
added 2026/04/03 4:16 p.m.18 views

UBUNTU-CVE-2026-23469

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Synchronize interrupts before suspending the GPU The runtime PM suspend callback doesn't know whether the IRQ handler is in progress on a different CPU core and doesn't wait for it to finish. Depending on timing,...

4.7CVSS5.8AI score0.00089EPSS
SaveExploits0References6
CVE
CVE
added 2026/04/03 3:15 p.m.27 views

CVE-2026-23469

CVE-2026-23469 concerns the Linux kernel’s drm/imagination driver, where a race between the Runtime PM suspend callback and the IRQ handler could let the IRQ thread access GPU registers while the GPU is suspended. The description in multiple sources states that synchronize_irq() should be awaited...

4.7CVSS5.8AI score0.00089EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/04/03 3:15 p.m.7 views

CVE-2026-23469 drm/imagination: Synchronize interrupts before suspending the GPU

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Synchronize interrupts before suspending the GPU The runtime PM suspend callback doesn't know whether the IRQ handler is in progress on a different CPU core and doesn't wait for it to finish. Depending on timing,...

5.9AI score
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2026/04/03 2:16 p.m.7 views

CVE-2026-23422

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: Fix interrupt storm after receiving bad ifid in IRQ handler Commit 31a7a0bbeb00 "dpaa2-switch: add bounds check for ifid in IRQ handler" introduces a range check for ifid to avoid an out-of-bounds access. If an...

7.8CVSS5.8AI score0.00123EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/04/03 1:24 p.m.2 views

CVE-2026-23422

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: Fix interrupt storm after receiving bad ifid in IRQ handler Commit 31a7a0bbeb00 "dpaa2-switch: add bounds check for ifid in IRQ handler" introduces a range check for ifid to avoid an out-of-bounds access. If an...

5.8AI score0.00123EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/04/03 1:24 p.m.27 views

CVE-2026-23422 dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: Fix interrupt storm after receiving bad ifid in IRQ handler Commit 31a7a0bbeb00 "dpaa2-switch: add bounds check for ifid in IRQ handler" introduces a range check for ifid to avoid an out-of-bounds access. If an...

0.00123EPSS
SaveExploits0References7
CVE
CVE
added 2026/04/03 1:24 p.m.40 views

CVE-2026-23422

CVE-2026-23422 concerns the Linux kernel’s dpaa2-switch component. An out-of-bounds if_id detected in the IRQ handler could leave the interrupt status uncleared, potentially causing an interrupt storm and a DoS-like condition. The technical details in connected documents show the root cause as mi...

7.8CVSS5.8AI score0.00123EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/04/03 1:24 p.m.8 views

CVE-2026-23422 dpaa2-switch: Fix interrupt storm after receiving bad if_id in IRQ handler

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: Fix interrupt storm after receiving bad ifid in IRQ handler Commit 31a7a0bbeb00 "dpaa2-switch: add bounds check for ifid in IRQ handler" introduces a range check for ifid to avoid an out-of-bounds access. If an...

6.6AI score
SaveExploits0References12
CNNVD
CNNVD
added 2026/04/03 12:0 a.m.15 views

Linux kernel 安全漏洞

The Linux kernel is the kernel used by the Linux operating system developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the dpaa2-switch interrupt handler not clearing the interrupt state after detecting an out-of-bounds...

7.8CVSS7AI score0.00123EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/04/03 12:0 a.m.7 views

PT-2026-30036

In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: Fix interrupt storm after receiving bad if id in IRQ handler Commit 31a7a0bbeb00 "dpaa2-switch: add bounds check for if id in IRQ handler" introduces a range check for if id to avoid an out-of-bounds access. If an...

5.8AI score0.00123EPSS
SaveExploits0References7
NVD
NVD
added 2026/03/25 11:16 a.m.8 views

CVE-2026-23357

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock in error path of mcp251xopen The mcp251xopen function call freeirq in its error path with the mpclock mutex held. But if an interrupt already occurred the interrupt handler will be waiting for the mpclo...

5.5CVSS0.00099EPSS
SaveExploits0References8
OSV
OSV
added 2026/03/25 10:27 a.m.10 views

CVE-2026-23357 can: mcp251x: fix deadlock in error path of mcp251x_open

In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock in error path of mcp251xopen The mcp251xopen function call freeirq in its error path with the mpclock mutex held. But if an interrupt already occurred the interrupt handler will be waiting for the mpclo...

5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/03/14 9:51 p.m.36 views

CVE-2026-4179

CVE-2026-4179 affects the STM32 USB device driver, specifically the USB interrupt handling path in drivers/usb/device/usb_dc_stm32.c. The issue is an infinite loop (infinite while loop) in the USB interrupt handler, as described across multiple sources (Red Hat, NVD, CVE listing, CVE enrichment)....

6.1CVSS5.8AI score0.0018EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2026/03/14 9:51 p.m.9 views

CVE-2026-4179 stm32: usb: Infinite while loop in Interrupt Handler

Issues in stm32 USB device driver drivers/usb/device/usbdcstm32.c can lead to an infinite while loop...

6.1CVSS5.9AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/03/14 9:51 p.m.4 views

CVE-2026-4179 stm32: usb: Infinite while loop in Interrupt Handler

Issues in stm32 USB device driver drivers/usb/device/usbdcstm32.c can lead to an infinite while loop...

6.1CVSS5.8AI score0.0018EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2026/03/14 9:51 p.m.37 views

CVE-2026-4179 stm32: usb: Infinite while loop in Interrupt Handler

Issues in stm32 USB device driver drivers/usb/device/usbdcstm32.c can lead to an infinite while loop...

6.1CVSS0.0018EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2026/02/16 12:24 a.m.7 views

SUSE CVE-2026-23207

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect currxfer check in IRQ handler Now that all other accesses to currxfer are done under the lock, protect the currxfer NULL check in tegraqspiisrthread with the spinlock. Without this protection, the...

4.7CVSS5.2AI score0.00088EPSS
SaveExploits0References26
NVD
NVD
added 2026/02/14 5:15 p.m.12 views

CVE-2026-23202

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect currxfer in tegraqspicombinedseqxfer The currxfer field is read by the IRQ handler without holding the lock to check if a transfer is in progress. When clearing currxfer in the combined sequence transf...

5.5CVSS0.00111EPSS
SaveExploits0References6
NVD
NVD
added 2026/02/14 5:15 p.m.13 views

CVE-2026-23207

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect currxfer check in IRQ handler Now that all other accesses to currxfer are done under the lock, protect the currxfer NULL check in tegraqspiisrthread with the spinlock. Without this protection, the...

4.7CVSS0.00088EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/02/14 5:15 p.m.9 views

CVE-2026-23207

In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect currxfer check in IRQ handler Now that all other accesses to currxfer are done under the lock, protect the currxfer NULL check in tegraqspiisrthread with the spinlock. Without this protection, the...

4.7CVSS5.4AI score0.00088EPSS
SaveExploits0References8
Rows per page
Query Builder