CVE-2025-21849: drm/i915/gt: Use spin_lock_irqsave() in interruptible context
In the Linux kernel, the following vulnerability has been resolved:
drm/i915/gt: Use spin_lock_irqsave() in interruptible context
spin_lock/unlock() functions used in interrupt contexts could
result in a deadlock, as seen in GitLab issue #13399,
which occurs when interrupt comes in while holding a lock.
Try to remedy the problem by saving irq state before spin lock
acquisition.
v2: add irqs' state save/restore calls to all locks/unlocks in
signal_irq_work() execution (Maciej)
v3: use with spin_lock_irqsave() in guc_lrc_desc_unpin() instead
of other lock/unlock calls and add Fixes and Cc tags (Tvrtko);
change title and commit message
(cherry picked from commit c088387ddd6482b40f21ccf23db1125e8fa4af7e)
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel availability flaw in the Intel i915 graphics driver. A local user with access to an affected system could trigger a driver deadlock, potentially hanging GPU-related work or affecting system availability. It does not indicate data theft or privilege escalation in the provided sources.
Executive priority
Treat as a moderate availability risk. Patch through the normal kernel maintenance process, with faster handling for shared endpoints, developer workstations, and systems where local users are less trusted.
Technical view
The issue is improper lock handling in drm/i915/gt. spin_lock/unlock were used in interruptible contexts, so an interrupt arriving while a lock was held could deadlock. The upstream fix changes the relevant paths to save and restore interrupt state around spin lock acquisition.
Likely exposure
Exposure is mainly Linux systems running affected kernel versions with the Intel i915 graphics driver path present. Highest concern is shared workstations, desktop fleets, CI hosts, or systems where untrusted local users can run workloads that exercise Intel GPU functionality.
Exploitation context
The CVSS vector is local, low complexity, low privileges, no user interaction, and high availability impact. The source bundle does not cite public exploitation, and KEV status is false, so active exploitation is not established here.
Researcher notes
The provided record ties the bug to CWE-667 and a deadlock in signal_irq_work-related i915/Guc locking. Evidence supports availability impact only. Affected-version data is kernel-focused and should be reconciled with distribution backports before declaring systems vulnerable.
Mitigation direction
Apply Linux kernel updates that include the referenced stable fixes.
Check distribution or vendor advisories for backported fixed kernel packages.
Prioritize shared systems where local users can exercise Intel i915 GPU paths.
Plan required reboots after kernel updates.
If no update is available, follow vendor guidance for interim controls.
Validation and detection
Inventory Linux kernel versions across systems using Intel graphics hardware.
Confirm installed kernel packages include the CVE fix or referenced stable commits.
Check whether the i915 driver is present or active on candidate systems.
Review vendor changelogs for CVE-2025-21849 or the i915 spin_lock_irqsave fix.
After updating, monitor for recurring GPU hangs or deadlock symptoms.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-667: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.