Home NVIDIA CVE-2024-0097
Back to NVIDIA

CVE-2024-0097

NVIDIA ChatRTX for Windows

NVIDIA CVSS 7.5 Updated March 14, 2026

Executive Risk Summary

"A vulnerability in NVIDIA ChatRTX for Windows allows for improper privilege management, potentially leading to information disclosure, escalation of privileges, and data tampering. Successful exploitation requires interprocess communication between different processes, which could be achieved by a user."

Operational Audit Arsenal

Target Type Executable
Target Asset ChatRTX UI
Standard Path %PROGRAMFILES%\NVIDIA Corporation\ChatRTX
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: ChatRTX UI (Executable)
$Targets = 'ChatRTX UI'
$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

ChatRTX Service

Internal Work Notes

CVE-2024-0097: NVIDIA ChatRTX for Windows vulnerability allowing for improper privilege management, potentially leading to information disclosure, escalation of privileges, and data tampering.

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.