The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2025-23268

CVE-2025-23268: Nvidia Triton Inference Server RCE Flaw

CVE-2025-23268 is a remote code execution vulnerability in Nvidia Triton Inference Server's DALI backend caused by improper input validation. This article covers technical details, affected versions, impact, and mitigation.

Published: March 11, 2026

CVE-2025-23268 Overview

NVIDIA Triton Inference Server contains a critical improper input validation vulnerability in the DALI (Data Loading Library) backend component. This vulnerability allows attackers to exploit insufficient validation of user-supplied input, potentially leading to arbitrary code execution on affected systems. The DALI backend is commonly used for GPU-accelerated data preprocessing in machine learning inference pipelines, making this vulnerability particularly concerning for organizations running AI/ML workloads in production environments.

Critical Impact

Successful exploitation of this vulnerability may allow attackers to execute arbitrary code on systems running NVIDIA Triton Inference Server, potentially compromising AI/ML infrastructure and sensitive model data.

Affected Products

  • NVIDIA Triton Inference Server (all versions prior to patched release)
  • Systems utilizing the DALI backend for inference preprocessing
  • Containerized and bare-metal Triton deployments with DALI enabled

Discovery Timeline

  • 2025-09-17 - CVE-2025-23268 published to NVD
  • 2025-10-08 - Last updated in NVD database

Technical Details for CVE-2025-23268

Vulnerability Analysis

This vulnerability stems from improper input validation (CWE-20) within the DALI backend of NVIDIA Triton Inference Server. The DALI backend provides GPU-accelerated data loading and preprocessing capabilities, handling various input formats for inference requests. When processing specially crafted input, the backend fails to properly validate and sanitize data before processing, creating an opportunity for attackers to inject malicious payloads.

The attack is network-accessible without requiring authentication or user interaction, making it exploitable remotely by any attacker who can reach the Triton Inference Server endpoint. The vulnerability affects all three pillars of security—confidentiality, integrity, and availability—as successful exploitation grants attackers the ability to execute arbitrary code within the server context.

Root Cause

The root cause lies in insufficient input validation within the DALI backend's data processing pipeline. When the backend receives inference requests containing manipulated input data, it processes this data without adequate boundary checks or format validation. This allows attackers to bypass expected input constraints and inject payloads that ultimately lead to code execution. The lack of proper sanitization in the data loading path creates the exploitable condition.

Attack Vector

The vulnerability is exploitable over the network through the Triton Inference Server's inference API. An attacker can craft malicious inference requests targeting the DALI backend, embedding specially constructed payloads within the input data structures. Since the vulnerability requires no privileges and no user interaction, an unauthenticated remote attacker with network access to the Triton server can potentially exploit this vulnerability. The attack complexity is low, as no special conditions or timing requirements are necessary for successful exploitation.

The attack flow typically involves:

  1. Identifying a Triton Inference Server with DALI backend enabled
  2. Crafting malicious input data that exploits the validation weakness
  3. Submitting the payload via the inference API
  4. Achieving code execution within the server context

Detection Methods for CVE-2025-23268

Indicators of Compromise

  • Unusual inference requests containing malformed or oversized input data targeting DALI-enabled models
  • Unexpected process spawning or system calls originating from the Triton Inference Server process
  • Anomalous network connections initiated by the inference server to external addresses
  • Abnormal memory usage patterns or crashes in the DALI backend components

Detection Strategies

  • Monitor inference API traffic for requests with unusual payload structures or sizes targeting DALI backend models
  • Implement runtime application self-protection (RASP) to detect code injection attempts
  • Deploy network intrusion detection signatures for known exploitation patterns against Triton Server
  • Enable verbose logging on Triton Inference Server to capture detailed request information for forensic analysis

Monitoring Recommendations

  • Configure alerting for failed input validation events in Triton Server logs
  • Monitor container or process behavior for unexpected child process creation
  • Track outbound network connections from inference server instances
  • Implement anomaly detection on inference request patterns and response times

How to Mitigate CVE-2025-23268

Immediate Actions Required

  • Review the NVIDIA Security Advisory for detailed patch information
  • Identify all Triton Inference Server deployments with DALI backend enabled in your environment
  • Restrict network access to Triton Inference Server to trusted sources only
  • Consider temporarily disabling the DALI backend if not critical to operations until patching is complete
  • Implement network segmentation to isolate inference infrastructure from sensitive systems

Patch Information

NVIDIA has published a security advisory addressing this vulnerability. Organizations should consult the NVIDIA Support Answer for official patch availability and upgrade instructions. It is strongly recommended to upgrade to the latest patched version of Triton Inference Server as soon as possible given the critical severity of this vulnerability.

Workarounds

  • Implement strict network access controls limiting connectivity to the Triton Inference Server
  • Deploy a web application firewall (WAF) or API gateway with input validation rules in front of the inference endpoint
  • Disable the DALI backend if alternative preprocessing methods are available for your models
  • Run Triton Inference Server in an isolated container or VM with minimal privileges to limit blast radius
  • Enable authentication and authorization mechanisms to prevent unauthenticated access to inference APIs

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechNvidia Triton Inference Server

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-20
  • Vendor Resources
  • NVIDIA Support Answer
  • Related CVEs
  • CVE-2025-23316: Nvidia Triton Inference Server RCE Flaw

  • CVE-2024-0087: Nvidia Triton Inference Server RCE Flaw

  • CVE-2025-23319: Nvidia Triton Inference Server RCE Flaw

  • CVE-2025-23318: Nvidia Triton Inference Server RCE Flaw
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English