Home NVIDIA CVE-2025-23358
Back to NVIDIA

CVE-2025-23358

NVIDIA NVApp for Windows - Installer

NVIDIA CVSS 8.2 Updated March 13, 2026

Executive Risk Summary

"A local attacker can exploit a vulnerability in the NVIDIA NVApp for Windows installer, potentially leading to code execution and escalation of privileges. This vulnerability poses a significant risk to system security, as it could allow an attacker to gain elevated access to the system."

Operational Audit Arsenal

Target Type Executable
Target Asset nvapp.exe
Standard Path %programfiles%\NVIDIA Corporation\NVApp
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: nvapp.exe (Executable)
$Targets = 'nvapp.exe'
$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-2025-23358: NVIDIA NVApp installer vulnerability, potential code execution and privilege escalation, requires patching and reboot

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.