CVE-2025-68190
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68190 is a NULL pointer dereference vulnerability in the Linux kernel's drm/amdgpu/atom subsystem, specifically within the amdgpu_atom_execute_table_locked() function. The flaw arises when kcalloc() fails to allocate a workspace (WS) buffer: ectx.ws remains NULL while ectx.ws_size is set to a non-zero value, leading to a potential NULL pointer dereference in atom_get_src_int() when WS entries are accessed. It was published on December 16, 2025, and affects Linux kernel versions from the initial commit up to (but not including) the patched stable commits for the 6.12, 6.17, and 6.18 series (Feedly, EUVD). No CVSS base score has been assigned at this time.

Technical details

The root cause is a missing return-value check on kcalloc() (CWE-476: NULL Pointer Dereference). In amdgpu_atom_execute_table_locked(), when the WS (workspace) size is non-zero, the code allocates a buffer via kcalloc(); if this allocation fails under memory pressure, ectx.ws is left as NULL while ectx.ws_size reflects the intended size. Subsequent calls to atom_get_src_int() that index into ectx.ws will then dereference a NULL pointer, potentially causing a kernel panic. The fix adds an explicit check for allocation failure and returns -ENOMEM to the caller (Feedly, Kernel Patch 1).

Impact

Successful triggering of this vulnerability causes a kernel NULL pointer dereference, which typically results in a kernel panic (system crash), leading to a denial of service on the affected host. The vulnerability is confined to systems with AMD GPUs using the AMDGPU driver and is triggered under low-memory conditions during ATOM table execution. There is no evidence of confidentiality or integrity impact beyond the availability loss from a system crash (Feedly).

Mitigation and workarounds

The Linux kernel stable tree has released patches addressing this vulnerability in versions 6.12.58, 6.17.8, and 6.18 (and later). Users should update their Linux kernel to one of these patched versions. The relevant upstream commits are 35f3fb86bb01, cc9a8e238e42, and 997e28d3d00a (Kernel Patch 1, Kernel Patch 2, Kernel Patch 3). As a temporary workaround on systems where AMDGPU is not required, disabling or blacklisting the amdgpu kernel module can eliminate exposure to this code path.

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management