Home NVIDIA CVE-2025-23310
Back to NVIDIA

CVE-2025-23310

NVIDIA Triton Inference Server

NVIDIA CVSS 9.8 Updated March 12, 2026

Executive Risk Summary

"The NVIDIA Triton Inference Server for Windows and Linux contains a vulnerability that could allow an attacker to cause a stack buffer overflow by sending specially crafted inputs, potentially leading to remote code execution, denial of service, information disclosure, and data tampering. A successful exploit of this vulnerability could have significant security implications, including unauthorized access to sensitive data and disruption of critical services."

Operational Audit Arsenal

Target Type Executable
Target Asset triton-server.exe
Standard Path %programfiles%NVIDIATriton Inference Server
PowerShell
# 🛠️ Senior Engineer Universal Audit
# Target: triton-server.exe (Executable)
$Targets = 'triton-server.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

Inference services may be affected

Internal Work Notes

CVE-2025-23310: Potential stack buffer overflow vulnerability in NVIDIA Triton Inference Server, requiring urgent patching to prevent remote code execution 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.