Home NVIDIA CVE-2025-23297
Back to NVIDIA

CVE-2025-23297

NVIDIA Installer for NvAPP - FrameviewSDK

NVIDIA CVSS 7.8 Updated March 13, 2026

Executive Risk Summary

"A vulnerability in the NVIDIA Installer for NvAPP's FrameviewSDK installation process allows an attacker with local unprivileged access to modify files, potentially leading to privilege escalation. This vulnerability poses a risk to systems with the affected NVIDIA Installer for NvAPP, as it could be exploited to gain elevated privileges."

Operational Audit Arsenal

Target Type Directory
Target Asset Frameview SDK directory
Standard Path %programfiles%\NVIDIA Corporation\NvAPP\FrameviewSDK
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: Frameview SDK directory (Directory)
$Targets = 'Frameview SDK directory'
$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

Potential privilege escalation vulnerability in NVIDIA FrameviewSDK installation process, requiring patching to prevent exploitation.

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.