Home NVIDIA CVE-2025-33218
Back to NVIDIA

CVE-2025-33218

NVIDIA GPU Display Driver for Windows

NVIDIA CVSS 7.8 Updated March 14, 2026

Executive Risk Summary

"The NVIDIA GPU Display Driver for Windows contains a vulnerability in the kernel mode layer, which could lead to code execution, escalation of privileges, data tampering, denial of service, or information disclosure. A successful exploit of this vulnerability could have significant security implications, including unauthorized access to sensitive data and system compromise."

Operational Audit Arsenal

Target Type Driver
Target Asset nvlddmkm.sys
Standard Path %windir%System32drivers
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: nvlddmkm.sys (Driver)
$Targets = 'nvlddmkm.sys'
$SearchPaths = @("$env:windir\System32", "$env:ProgramFiles", "${env:ProgramFiles(x86)}")

Get-ChildItem -Path $SearchPaths -Include $Targets -Recurse -ErrorAction SilentlyContinue | 
Select-Object FullName, @{Name="Version";Expression={$_.VersionInfo.ProductVersion}}

Patch Impact Forecast

Reboot Required Likely

Graphics and display services may be affected

Internal Work Notes

CVE-2025-33218: NVIDIA GPU Display Driver vulnerability - potential for code execution, privilege escalation, and data tampering. Apply vendor-recommended patch to mitigate risk.

Technical Intelligence & Operational Utilities • Delivered Weekly

Intelligence Sources

Related NVIDIA Threats

Data compiled from NVD, MSRC, and CISA KEV Catalog. Intelligence synthesized via AI. Scripts provided for diagnostic purposes under MIT License.