Security readout for executives and security teams
Plain-English summary
This is a Linux kernel AMD display-driver crash bug. On some AMD graphics hardware that lacks DMUB support, the driver can dereference a null pointer during display cursor handling. The likely business impact is local system instability or denial of service, not confirmed remote compromise.
Executive priority
Patch through normal kernel maintenance, with higher urgency for desktops, kiosks, shared workstations, or appliances where a graphics crash affects availability. There is no cited evidence of exploitation or privilege escalation in the provided sources.
Technical view
The flaw is in drm/amd/display. ctx->dmub_srv can be null when an ASIC lacks DMUB support, but dmub_hw_lock_mgr_cmd may dereference it if should_use_dmub_lock returns true. The fix adds a dmub_srv check before using the DMUB lock path.
Likely exposure
Exposure is most plausible on Linux systems using affected kernel builds with AMD display hardware on ASICs without DMUB support. The source bundle lists multiple affected and fixed Linux stable versions, but does not provide distribution-specific coverage beyond a Debian LTS advisory reference.
Exploitation context
The bundle does not show active exploitation, and KEV is false. The provided trace shows a kernel oops from a user-session graphics thread through DRM cursor/display update code. Treat this as a stability and local denial-of-service concern unless vendor advisories state otherwise.
Researcher notes
Evidence supports a null pointer dereference in the AMD display DMUB lock path. The call trace reaches DRM cursor ioctl handling, but the bundle does not provide a CVSS vector, CWE mapping, exploitability analysis, or proof of broader impact beyond kernel oops behavior.
Mitigation direction
Update to a Linux kernel containing the referenced stable fixes.
Check your distribution advisory for the exact fixed package version.
Prioritize systems with AMD GPUs and interactive desktop or kiosk workloads.
Use vendor kernel guidance where package status is unclear.
Validation and detection
Inventory Linux kernel versions on systems with AMD display hardware.
Compare installed kernels against distribution advisories and fixed stable releases.
Review crash logs for amdgpu, dmub_hw_lock_mgr_cmd, or drm_mode_cursor_ioctl traces.
Confirm the running kernel after patching, not only the installed package.
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.
cve · low confidence lookup
CVE-2025-22093 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.
0CVSS vectors
3Timeline events
1ADP providers
8Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Apr 16, 2025, 14:12 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.