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-2024-0087

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

CVE-2024-0087 is a remote code execution vulnerability in Nvidia Triton Inference Server that allows arbitrary log file manipulation, potentially leading to code execution and privilege escalation. This article covers technical details.

Updated: January 22, 2026

CVE-2024-0087 Overview

NVIDIA Triton Inference Server for Linux contains a vulnerability where a user can set the logging location to an arbitrary file. If this file exists, logs are appended to the file. This External Control of File Name or Path vulnerability (CWE-73) allows authenticated attackers to manipulate the server's logging functionality to write to arbitrary files on the target system. A successful exploit of this vulnerability might lead to code execution, denial of service, escalation of privileges, information disclosure, and data tampering.

Critical Impact

Authenticated attackers can leverage arbitrary file write capabilities to achieve remote code execution, escalate privileges, or cause denial of service on systems running NVIDIA Triton Inference Server.

Affected Products

  • NVIDIA Triton Inference Server (all vulnerable versions)
  • Linux Kernel (as underlying operating system)

Discovery Timeline

  • May 14, 2024 - CVE-2024-0087 published to NVD
  • September 19, 2025 - Last updated in NVD database

Technical Details for CVE-2024-0087

Vulnerability Analysis

This vulnerability stems from improper validation of user-controlled input when configuring logging destinations in NVIDIA Triton Inference Server. The server fails to adequately restrict the file path that users can specify for log output, allowing authenticated users to direct log writes to arbitrary locations on the file system.

The attack can be initiated remotely over the network by authenticated users with low privileges and requires no user interaction. The impact is significant across all three security dimensions—confidentiality, integrity, and availability—as successful exploitation can lead to unauthorized data access, file tampering, and service disruption.

The vulnerability is classified under CWE-73 (External Control of File Name or Path), which occurs when software uses external input to construct a pathname for a file system operation without properly neutralizing special elements. In this case, the logging configuration mechanism accepts user-supplied file paths without sufficient validation.

Root Cause

The root cause is the lack of proper input validation and path canonicalization when processing user-specified logging file paths. The NVIDIA Triton Inference Server allows users to configure logging destinations through its API or configuration interface, but fails to implement adequate security controls to prevent path traversal or writing to sensitive system locations.

This external control of file names enables attackers to:

  • Write to configuration files that may be parsed and executed
  • Overwrite critical system files causing denial of service
  • Append malicious content to script files for code execution
  • Access or corrupt sensitive data files

Attack Vector

The attack is network-based and can be performed by any authenticated user with basic privileges on the Triton Inference Server. The attacker exploits the logging configuration functionality by specifying a malicious file path as the logging destination.

The exploitation flow typically involves:

  1. The attacker authenticates to the NVIDIA Triton Inference Server with low-privileged credentials
  2. The attacker configures the logging location to point to a sensitive file path (e.g., a cron job file, SSH authorized keys, or web server configuration)
  3. The attacker triggers actions that generate log entries containing attacker-controlled content
  4. The malicious log content is appended to the target file, potentially enabling code execution or privilege escalation

Since no verified code examples are available for this vulnerability, organizations should refer to the NVIDIA Security Advisory for detailed technical information on the vulnerability mechanics and exploitation scenarios.

Detection Methods for CVE-2024-0087

Indicators of Compromise

  • Unexpected modifications to system configuration files, scripts, or sensitive files that could be targets for log injection
  • Triton Inference Server log configuration changes pointing to non-standard or suspicious file paths
  • Unusual file write operations originating from the Triton Inference Server process to locations outside normal logging directories
  • Evidence of path traversal sequences (e.g., ../) in Triton server configuration or API requests

Detection Strategies

  • Monitor Triton Inference Server configuration changes, particularly modifications to logging destination settings
  • Implement file integrity monitoring (FIM) on critical system files and directories to detect unauthorized modifications
  • Analyze Triton server access logs for API calls that modify logging configuration with suspicious file paths
  • Deploy endpoint detection rules to alert on Triton server processes writing to sensitive system locations

Monitoring Recommendations

  • Enable comprehensive audit logging for all Triton Inference Server configuration changes
  • Configure alerts for any logging path changes that target directories outside designated log storage areas
  • Implement SentinelOne's behavioral AI to detect anomalous file write patterns from the Triton server process
  • Monitor for privilege escalation attempts or unusual process spawning following Triton server activity

How to Mitigate CVE-2024-0087

Immediate Actions Required

  • Apply the latest security patches from NVIDIA for Triton Inference Server as referenced in the vendor advisory
  • Review and restrict user permissions to the logging configuration functionality
  • Implement allowlisting for permitted logging directory paths at the operating system level
  • Audit current logging configurations to ensure they point only to intended, safe locations

Patch Information

NVIDIA has released security updates addressing this vulnerability. Detailed patch information and remediation guidance is available in the NVIDIA Security Advisory. Organizations should update to the latest patched version of NVIDIA Triton Inference Server as soon as possible.

Workarounds

  • Restrict network access to the Triton Inference Server to trusted IP ranges only using firewall rules
  • Implement strict file system permissions to prevent the Triton server process from writing outside designated log directories
  • Use containerization or sandboxing to limit the server's file system access scope
  • Disable or restrict API endpoints that allow logging configuration changes until patches can be applied
bash
# Example: Restrict Triton server log directory permissions
# Create dedicated log directory with restricted permissions
mkdir -p /var/log/triton-inference-server
chown triton:triton /var/log/triton-inference-server
chmod 750 /var/log/triton-inference-server

# Use SELinux or AppArmor to confine Triton server file access
# Example AppArmor rule to restrict write locations
# /etc/apparmor.d/local/triton-server
# /var/log/triton-inference-server/** rw,
# deny /** w,

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

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.60%

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

  • CVE-2025-23316: 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