PT-2026-30164 · Linux+1 · Linux Kernel+1
Published
2026-04-03
·
Updated
2026-04-20
·
CVE-2026-23470
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
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 attempted to call
disable irq(). This function internally waits for IRQ handlers, including itself, to complete, leading to a deadlock. The issue was resolved by using disable irq nosync() during the soft reset sequence.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel
Drm/Imagination