Lucene search
+L

107 matches found

SUSE CVE
SUSE CVE
added 2026/04/03 11:27 p.m.14 views

SUSE CVE-2026-23470

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix deadlock in soft reset sequence The soft reset sequence is currently executed from the threaded IRQ handler, hence it cannot call disableirq which internally waits for IRQ handlers, i.e. itself, to complete...

5.5CVSS5.7AI score0.00094EPSS
SaveExploits0References9
RedhatCVE
RedhatCVE
added 2026/04/03 6:43 p.m.9 views

CVE-2026-23469

A flaw was found in the Linux kernel's drm/imagination driver. This vulnerability arises from a race condition where the runtime Power Management PM suspend callback does not wait for the Interrupt Request IRQ handler to complete before suspending the Graphics Processing Unit GPU. This timing iss...

4.7CVSS5.9AI score0.00089EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/03 6:31 p.m.9 views

EUVD-2026-18740

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix deadlock in soft reset sequence The soft reset sequence is currently executed from the threaded IRQ handler, hence it cannot call disableirq which internally waits for IRQ handlers, i.e. itself, to complete...

5.7AI score0.00094EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/04/03 6:31 p.m.10 views

EUVD-2026-18739

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.8AI score0.00089EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/04/03 6:26 p.m.12 views

CVE-2026-23470

A flaw was found in the Linux kernel's drm/imagination driver. A local attacker could potentially trigger a deadlock condition during the soft reset sequence. This occurs because the soft reset sequence, when executed from a threaded Interrupt Request IRQ handler, attempts to disable IRQs while...

5.5CVSS5.9AI score0.00094EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.12 views

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.7CVSS0.00089EPSS
SaveExploits0References4
NVD
NVD
added 2026/04/03 4:16 p.m.11 views

CVE-2026-23470

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix deadlock in soft reset sequence The soft reset sequence is currently executed from the threaded IRQ handler, hence it cannot call disableirq which internally waits for IRQ handlers, i.e. itself, to complete...

5.5CVSS0.00094EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.10 views

CVE-2026-23470

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix deadlock in soft reset sequence The soft reset sequence is currently executed from the threaded IRQ handler, hence it cannot call disableirq which internally waits for IRQ handlers, i.e. itself, to complete...

5.5CVSS5.3AI score0.00094EPSS
SaveExploits0References20
OSV
OSV
added 2026/04/03 4:16 p.m.11 views

UBUNTU-CVE-2026-23470

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix deadlock in soft reset sequence The soft reset sequence is currently executed from the threaded IRQ handler, hence it cannot call disableirq which internally waits for IRQ handlers, i.e. itself, to complete...

5.5CVSS5.7AI score0.00094EPSS
SaveExploits0References21
OSV
OSV
added 2026/04/03 4:16 p.m.28 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
UbuntuCve
UbuntuCve
added 2026/04/03 4:16 p.m.11 views

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
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:15 p.m.5 views

CVE-2026-23470

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix deadlock in soft reset sequence The soft reset sequence is currently executed from the threaded IRQ handler, hence it cannot call disableirq which internally waits for IRQ handlers, i.e. itself, to complete...

5.7AI score0.00094EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/04/03 3:15 p.m.10 views

CVE-2026-23470 drm/imagination: Fix deadlock in soft reset sequence

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix deadlock in soft reset sequence The soft reset sequence is currently executed from the threaded IRQ handler, hence it cannot call disableirq which internally waits for IRQ handlers, i.e. itself, to complete...

5.8AI score
SaveExploits0References7
CVE
CVE
added 2026/04/03 3:15 p.m.33 views

CVE-2026-23470

CVE-2026-23470 concerns the Linux kernel’s DRM/imagination path where the soft reset sequence can deadlock because it runs in a threaded IRQ handler and cannot call disable_irq() (which would wait on IRQ handlers). The fix is to use disable_irq_nosync() during the soft reset to avoid waiting on t...

5.5CVSS5.7AI score0.00094EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/04/03 3:15 p.m.33 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,...

0.00089EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2026/04/03 3:15 p.m.7 views

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

5.8AI score0.00089EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/04/03 3:15 p.m.36 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
Positive Technologies
Positive Technologies
added 2026/04/03 12:00 a.m.14 views

PT-2026-30164

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock issue existed within the soft reset sequence in the drm/imagination module of the Linux kernel. The soft reset sequence was executed from a threaded IRQ handler, which attempt...

5.5CVSS5.8AI score0.00094EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/03 8:07 p.m.10 views

EUVD-2025-9410

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00152EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/08/31 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-38521

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Fix kernel crash when hard resetting the GPU The GPU hard reset sequence...

7.1CVSS5.9AI score0.00147EPSS
SaveExploits0References3
Rows per page
Query Builder