CVE-2026-23295
published 2026-03-25CVE-2026-23295: In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query…
PriorityP418medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.09%
0.4th percentile
In the Linux kernel, the following vulnerability has been resolved:
accel/amdxdna: Fix dead lock for suspend and resume
When an application issues a query IOCTL while auto suspend is running,
a deadlock can occur. The query path holds dev_lock and then calls
pm_runtime_resume_and_get(), which waits for the ongoing suspend to
complete. Meanwhile, the suspend callback attempts to acquire dev_lock
and blocks, resulting in a deadlock.
Fix this by releasing dev_lock before calling pm_runtime_resume_and_get()
and reacquiring it after the call completes. Also acquire dev_lock in the
resume callback to keep the locking consistent.
Affected
8 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 6.19.8-1 (forky) | linux 6.19.8-1 (forky) |
| linux | linux | — | — |
| linux | linux | >= 063db451832b8849faf1b0b8404b3a6a39995b29 < ac24537478dd8eb2fd3984b4652bb19461e5e74c | ac24537478dd8eb2fd3984b4652bb19461e5e74c |
| linux | linux | >= 063db451832b8849faf1b0b8404b3a6a39995b29 < 1aa82181a3c285c7351523d587f7981ae4c015c8 | 1aa82181a3c285c7351523d587f7981ae4c015c8 |
| linux | linux_kernel | — | — |
| linux | linux_kernel | >= 0 < 6.19.8-1 | 6.19.8-1 |
| linux | linux_kernel | >= 6.19 < 6.19.7 | 6.19.7 |
| linux | linux_kernel | >= 6.19.0 < 6.19.7 | 6.19.7 |
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: accel/amdxdna: Fix dead lock for suspend and resume
vendor_redhat·2026-03-25
CVE-2026-23295 CWE-413 kernel: accel/amdxdna: Fix dead lock for suspend and resume
kernel: accel/amdxdna: Fix dead lock for suspend and resume
In the Linux kernel, the following vulnerability has been resolved:
accel/amdxdna: Fix dead lock for suspend and resume
When an application issues a query IOCTL while auto suspend is running,
a deadlock can occur. The query path holds dev_lock and then calls
pm_runtime_resume_and_get(), which waits for the ongoing suspend to
complete. Meanwhile, the suspend callback attempts to acquire dev_lock
and blocks, resulting in a deadlock.
Fix this by releasing dev_lock before calling pm_runtime_resume_and_get()
and reacquiring it after the call completes. Also acquire dev_lock in the
resume callback to keep the locking consistent.
A flaw was found in the Linux kernel's accel/amdxdna driver. A local application can trigger a deadlock by
Debian
CVE-2026-23295: linux - In the Linux kernel, the following vulnerability has been resolved: accel/amdxd...
vendor_debian·2026
CVE-2026-23295 [LOW] CVE-2026-23295: linux - In the Linux kernel, the following vulnerability has been resolved: accel/amdxd...
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds dev_lock and then calls pm_runtime_resume_and_get(), which waits for the ongoing suspend to complete. Meanwhile, the suspend callback attempts to acquire dev_lock and blocks, resulting in a deadlock. Fix this by releasing dev_lock before calling pm_runtime_resume_and_get() and reacquiring it after the call completes. Also acquire dev_lock in the resume callback to keep the locking consistent.
Scope: local
bookworm: resolved
bullseye: resolved
forky: resolved (fixed in 6.19.8-1)
sid: resolved (fixed in 6.19.8-1)
trixie: resolved
VulDB
Linux Kernel up to 6.19.6/7.0-rc1 amdxdna pm_runtime_resume_and_get deadlock (Nessus ID 304112 / WID-SEC-2026-0861)
vuldb·2026-06-01·CVSS 5.5
CVE-2026-23295 [MEDIUM] Linux Kernel up to 6.19.6/7.0-rc1 amdxdna pm_runtime_resume_and_get deadlock (Nessus ID 304112 / WID-SEC-2026-0861)
A vulnerability, which was classified as critical, was found in Linux Kernel up to 6.19.6/7.0-rc1. This impacts the function pm_runtime_resume_and_get of the component amdxdna. Such manipulation leads to deadlock.
This vulnerability is traded as CVE-2026-23295. Access to the local network is required for this attack to succeed. There is no exploit available.
You should upgrade the affected component.
OSV
accel/amdxdna: Fix dead lock for suspend and resume
osv·2026-03-25
CVE-2026-23295 accel/amdxdna: Fix dead lock for suspend and resume
accel/amdxdna: Fix dead lock for suspend and resume
In the Linux kernel, the following vulnerability has been resolved:
accel/amdxdna: Fix dead lock for suspend and resume
When an application issues a query IOCTL while auto suspend is running,
a deadlock can occur. The query path holds dev_lock and then calls
pm_runtime_resume_and_get(), which waits for the ongoing suspend to
complete. Meanwhile, the suspend callback attempts to acquire dev_lock
and blocks, resulting in a deadlock.
Fix this by releasing dev_lock before calling pm_runtime_resume_and_get()
and reacquiring it after the call completes. Also acquire dev_lock in the
resume callback to keep the locking consistent.
OSV
CVE-2026-23295: In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a q
osv·2026-03-25
CVE-2026-23295 CVE-2026-23295: In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a q
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix dead lock for suspend and resume When an application issues a query IOCTL while auto suspend is running, a deadlock can occur. The query path holds dev_lock and then calls pm_runtime_resume_and_get(), which waits for the ongoing suspend to complete. Meanwhile, the suspend callback attempts to acquire dev_lock and blocks, resulting in a deadlock. Fix this by releasing dev_lock before calling pm_runtime_resume_and_get() and reacquiring it after the call completes. Also acquire dev_lock in the resume callback to keep the locking consistent.
GHSA
GHSA-g6hh-758m-xq4q: In the Linux kernel, the following vulnerability has been resolved:
accel/amdxdna: Fix dead lock for suspend and resume
When an application issues a
ghsa_unreviewed·2026-03-25
CVE-2026-23295 GHSA-g6hh-758m-xq4q: In the Linux kernel, the following vulnerability has been resolved:
accel/amdxdna: Fix dead lock for suspend and resume
When an application issues a
In the Linux kernel, the following vulnerability has been resolved:
accel/amdxdna: Fix dead lock for suspend and resume
When an application issues a query IOCTL while auto suspend is running,
a deadlock can occur. The query path holds dev_lock and then calls
pm_runtime_resume_and_get(), which waits for the ongoing suspend to
complete. Meanwhile, the suspend callback attempts to acquire dev_lock
and blocks, resulting in a deadlock.
Fix this by releasing dev_lock before calling pm_runtime_resume_and_get()
and reacquiring it after the call completes. Also acquire dev_lock in the
resume callback to keep the locking consistent.
No detection rules found.
No public exploits indexed.
2026-03-25
Published