Home NVIDIA CVE-2025-23331
Back to NVIDIA

CVE-2025-23331

NVIDIA Triton Inference Server

NVIDIA CVSS 7.5 Updated March 12, 2026

Executive Risk Summary

"A vulnerability in NVIDIA Triton Inference Server for Windows and Linux allows a user to cause a memory allocation with excessive size value, leading to a segmentation fault, by providing an invalid request. A successful exploit of this vulnerability might lead to denial of service."

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-23331: Potential denial of service vulnerability in NVIDIA Triton Inference Server, requiring patching to prevent service disruption.

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.