Home NVIDIA CVE-2025-23277
Back to NVIDIA

CVE-2025-23277

NVIDIA Display Driver - Kernel

NVIDIA CVSS 7.3 Updated March 12, 2026

Executive Risk Summary

"A vulnerability in the NVIDIA Display Driver for Linux and Windows could allow an attacker to access memory outside of normal use cases, potentially leading to denial of service, data tampering, or information disclosure. Successful exploitation may result in significant system disruption."

Operational Audit Arsenal

Target Type Driver
Target Asset nvldumd.dll
Standard Path %windir%\System32\drivers
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 and display services

Internal Work Notes

CVE-2025-23277: NVIDIA Display Driver vulnerability may cause denial of service, data tampering, or information disclosure. 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.