Home Cyber Security News NVIDIA Triton Server Flaw Enables Authentication Bypass Attacks

NVIDIA Triton Server Flaw Enables Authentication Bypass Attacks

0
NVIDIA Triton Server Flaw Enables Authentication Bypass Attacks

NVIDIA has issued an emergency security bulletin patching eight vulnerabilities in its widely deployed Triton Inference Server, including a critical 9.8 CVSS authentication bypass that allows unauthenticated remote attackers to execute code.

The update, released May 18, 2026, follows a growing pattern of high-severity flaws targeting the platform over the past two years.

Security researchers have previously uncovered exploitable vulnerability chains in the platform that enabled unauthenticated remote code execution.

Multiple NVIDIA Triton Server Vulnerabilities

The most severe flaw, CVE-2026-24207 (CVSS 9.8, CWE-288), requires no authentication, no user interaction, and is network-exploitable with low complexity, effectively a zero-barrier intrusion point.

Successful exploitation could lead to code execution, privilege escalation, data tampering, denial-of-service, and information disclosure in a single attack chain.

A second authentication bypass, CVE-2026-24206 (CVSS 7.3), shares the same CWE-288 classification and remote attack vector, primarily enabling privilege escalation and information disclosure. Researcher Hyeonjun Ahn reported both flaws.

Three additional vulnerabilities affect Triton’s DALI (Data Augmentation Library for Inference) backend, a component that handles data pre-processing pipelines for inference workloads:

  • CVE-2026-24213 (CVSS 8.0, CWE-125) — Out-of-bounds read enabling code execution, Denial-of-Service, data tampering, and information disclosure
  • CVE-2026-24214 (CVSS 8.0, CWE-190) — Integer overflow with code execution and data tampering potential
  • CVE-2026-24215 (CVSS 5.7, CWE-400) — Uncontrolled resource consumption leading to denial of service

Researcher Navtej Kathuria responsibly disclosed all three DALI backend vulnerabilities.These flaws are consistent with prior patterns; the researcher previously identified out-of-bounds write and shared memory abuse chains in Triton’s Python backend (CVE-2025-23319 through CVE-2025-23334) that similarly enabled full server takeover.

Rounding out the bulletin are four additional network-exploitable flaws. CVE-2026-24209 (CVSS 7.5) and CVE-2026-24208 (CVSS 5.3) are path-traversal issues (CWE-22) exploitable by unauthenticated attackers to cause denial-of-service.

Both affect core Triton server components and were reported by Sarvesh Patil and Mauritaniacoder, respectively. 

CVE-2026-24210 (CVSS 7.5, CWE-190), an integer overflow reported by deayzl, can similarly be triggered without credentials to crash the server, a tactic consistent with previously documented integer overflow DoS patterns in Triton.

CVE IDCVSSSeverityTypeImpact
CVE-2026-242079.8CriticalAuth Bypass (CWE-288)RCE, privesc, DoS, data tampering, info disclosure
CVE-2026-242138.0HighOOB Read (CWE-125)RCE, data tampering, DoS, info disclosure
CVE-2026-242148.0HighInteger Overflow (CWE-190)RCE, data tampering, DoS
CVE-2026-242097.5HighPath Traversal (CWE-22)DoS
CVE-2026-242107.5HighInteger Overflow (CWE-190)DoS
CVE-2026-242067.3HighAuth Bypass (CWE-288)Privesc, DoS, info disclosure
CVE-2026-242155.7MediumResource Exhaustion (CWE-400)DoS
CVE-2026-242085.3MediumPath Traversal (CWE-22)DoS

Patch and Mitigations

NVIDIA has addressed all eight CVEs in Triton Inference Server r26.03 for Linux. Organizations should update immediately via the official GitHub repository. Security teams should also apply these additional hardening measures drawn from prior Triton incident guidance:

  • Restrict network exposure — Limit Triton HTTP/gRPC inference ports to trusted networks using firewall ACLs
  • Deploy an API gateway — Place Triton behind a reverse proxy to validate and sanitize incoming inference requests
  • Enforce authentication — Implement mTLS or API-key controls on all inference and management endpoints
  • Enable monitoring — Alert on shared memory errors, malformed requests, and high-volume anomalous traffic

No active exploitation has been observed in the wild at the time of publication. Given that PoC code for prior Triton vulnerabilities was publicly released shortly after disclosure, security teams should treat patching for CVE-2026-24207 as a critical-priority action.

Follow us on Google News , LinkedIn and X to Get More Instant UpdatesSet Cyberpress as a Preferred Source in Google.

NO COMMENTS

LEAVE A REPLY

Please enter your comment!
Please enter your name here