CVE-2026-93175

Linux · Kernel

A dangling pointer vulnerability exists in the Linux kernel amdgpu display driver, specifically within the CRTC reset function, which could lead to memory corruption and potential system instability.

Executive summary

A memory management flaw in the Linux kernel amdgpu display driver creates a high-risk security vulnerability that could allow for local privilege escalation or system compromise.

Vulnerability

The vulnerability resides in the amdgpu_dm_crtc_reset_state function, where an improper order of operations during state memory allocation leads to a dangling pointer if the allocation fails. A local, authenticated attacker can leverage this memory corruption to gain unauthorized access or cause a kernel panic.

Business impact

The flaw is rated with a CVSS score of 7.8, indicating a high severity risk. Successful exploitation could allow a local attacker to escalate privileges, compromise data integrity, or cause a denial of service by crashing the host system. This poses a significant threat to environments relying on AMD graphics drivers, potentially impacting both workstation stability and server-side GPU processing availability.

Remediation

Immediate Action: Update the Linux kernel to version 7.2.6 or later, as provided in the upstream stable repository, to address the memory allocation ordering issue.

Proactive Monitoring: Monitor kernel logs for signs of memory-related faults, segmentation violations, or unexpected system reboots that may indicate exploitation attempts.

Compensating Controls: Restrict access to the system to authorized users only, as the vulnerability requires local access to trigger, and ensure that kernel hardening features such as KASLR are enabled.

Exploitation status

Public Exploit Available: Unknown

Analyst recommendation

The vulnerability represents a significant risk to systems utilizing the affected AMD display drivers, particularly in multi-user environments where local access is granted to unprivileged users. System administrators should prioritize testing and deploying the kernel update to version 7.2.6 across all affected infrastructure to eliminate the dangling pointer condition and prevent potential local privilege escalation.

More Linux CVEs all →

History

CVE Brief tracked this CVE 1 day before it had a CVSS score.

  1. Disclosed CVE record published
  2. Collected by CVE Brief No CVSS score yet; tracked as early warning
  3. CVSS score assigned 7.8 (3.1)
  4. Analyst report written

Sources