
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-40288 is a NULL pointer dereference vulnerability in the Linux kernel's AMD GPU driver (drm/amdgpu) that affects APU (Accelerated Processing Unit) platforms and other scenarios with uninitialized VRAM managers. The flaw causes a kernel OOPS when ttm_resource_manager_usage() attempts to dereference an uninitialized man->bdev pointer within the TTM (Translation Table Maps) resource management subsystem. It was published on December 6, 2025, with a CVSS v3.1 base score of 4.7 (Medium) (Red Hat CVE, MSRC). Affected products include the Linux kernel (AMD GPU driver) and Microsoft's Azure Linux 3 kernel package azl3_kernel_6.6.112.1-2 (Feedly).
The root cause is a NULL pointer dereference (CWE-476) in the amdgpu driver's VRAM management logic. On APU platforms, dedicated VRAM does not exist, so the struct ttm_resource_manager is not fully initialized — specifically, the man->bdev (backing device pointer) remains NULL. When ttm_resource_manager_usage() is called and attempts to acquire man->bdev->lru_lock, it dereferences the NULL man->bdev, triggering a kernel OOPS. The fix modifies three files — amdgpu_cs.c, amdgpu_kms.c, and amdgpu_virt.c — to add conditional checks using ttm_resource_manager_used() before accessing VRAM management structures, returning safe defaults (e.g., 0) when the manager is uninitialized (Feedly). Exploitation requires local access with low privileges and high attack complexity (MSRC).
Successful exploitation causes a kernel OOPS (system crash), resulting in a denial of service on affected systems running AMD APU hardware. The impact is limited to availability — there is no confidentiality or integrity impact — but a crash can cause unexpected system downtime and instability for any workload running on the affected host (Feedly, MSRC). The vulnerability is scoped to the local system and does not enable lateral movement or data exfiltration.
There is no public proof-of-concept exploit and no evidence of in-the-wild exploitation as of the time of publication (Feedly). The EPSS score is extremely low at 0.018%, reflecting minimal exploitation probability. The vulnerability is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog. Exploitation requires local access with low privileges and high attack complexity, further limiting practical risk.
Update to a patched Linux kernel version that includes the fix for drm/amdgpu — patches are available via the Linux stable kernel tree (commits 43aa61c, 070bdce, 883f309, 1243e39) and through vendor-specific channels (Feedly). Microsoft has released a patch for the Azure Linux 3 kernel package (azl3_kernel_6.6.112.1-2) (MSRC). Debian LTS users should apply the linux 6.1 DLA-4436-1 update. As a general practice, apply kernel updates promptly and monitor system stability on AMD APU-based systems.
Coverage has been limited to standard vulnerability tracking and patch Tuesday roundups. The vulnerability was noted in Microsoft's December 2025 Patch Tuesday summary and covered by Linux security news outlets (Feedly). No significant researcher commentary or social media discussion has been observed beyond routine CVE tracking.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."