Home NVIDIA CVE-2025-23326
Back to NVIDIA

CVE-2025-23326

NVIDIA Triton Inference Server

NVIDIA CVSS 7.5 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 an integer overflow through a specially crafted input, potentially leading to denial of service. A successful exploit of this vulnerability might result in system unavailability."

Operational Audit Arsenal

Target Type Executable
Target Asset triton-server.exe
Standard Path %programfiles%NVIDIA Triton 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 affected

Internal Work Notes

Potential denial of service vulnerability in NVIDIA Triton Inference Server, requiring patching to prevent system unavailability.

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.