Home NVIDIA CVE-2024-0090
Back to NVIDIA

CVE-2024-0090

NVIDIA GPU driver for Windows and Linux

NVIDIA CVSS 7.8 Updated March 14, 2026

Executive Risk Summary

"A vulnerability in the NVIDIA GPU driver for Windows and Linux allows a user to cause an out-of-bounds write, potentially leading to code execution, denial of service, escalation of privileges, information disclosure, and data tampering. Successful exploitation of this vulnerability could have significant security implications for systems using the affected driver."

Operational Audit Arsenal

Target Type Driver
Target Asset nvldumd.dll
Standard Path %windir%System32DriverStoreFileRepository vldumd.inf_amd64_************* vldumd.dll
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: nvldumd.dll (Driver)
$Targets = 'nvldumd.dll'
$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 compute services may be affected

Internal Work Notes

CVE-2024-0090: NVIDIA GPU driver vulnerability - potential for code execution, denial of service, and privilege escalation. Apply vendor 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.