Home NVIDIA CVE-2024-0150
Back to NVIDIA

CVE-2024-0150

NVIDIA GPU display driver

NVIDIA CVSS 7.1 Updated March 15, 2026

Executive Risk Summary

"A vulnerability in the NVIDIA GPU display driver for Windows and Linux allows data to be written past the end or before the beginning of a buffer, potentially leading to information disclosure, denial of service, or data tampering. Successful exploitation could compromise system integrity and confidentiality."

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 rendering service affected

Internal Work Notes

CVE-2024-0150: NVIDIA GPU display driver vulnerability - potential for info disclosure, denial of service, or data tampering. 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.