Home NVIDIA CVE-2025-23318
Back to NVIDIA

CVE-2025-23318

NVIDIA Triton Inference Server - Python backend

NVIDIA CVSS 8.1 Updated March 12, 2026

Executive Risk Summary

"The NVIDIA Triton Inference Server for Windows and Linux contains a vulnerability in the Python backend, allowing an attacker to cause an out-of-bounds write, potentially leading to code execution, denial of service, data tampering, and information disclosure. A successful exploit could compromise the security and integrity of the system, emphasizing the need for prompt mitigation."

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

Internal Work Notes

CVE-2025-23318: NVIDIA Triton Inference Server Python backend vulnerability, potential code execution and data tampering, requires patching and reboot

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.