Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2026-24147

CVE-2026-24147: NVIDIA Triton Server Info Disclosure Flaw

CVE-2026-24147 is an information disclosure vulnerability in NVIDIA Triton Inference Server. Attackers can exploit model configuration uploads to leak sensitive data or cause denial of service. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: April 10, 2026

CVE-2026-24147 Overview

NVIDIA Triton Inference Server contains a path traversal vulnerability (CWE-22) in the triton server component where an attacker may cause information disclosure by uploading a maliciously crafted model configuration. A successful exploit of this vulnerability may lead to information disclosure or denial of service, potentially exposing sensitive server-side data or disrupting AI inference operations.

Critical Impact

Attackers can exploit this vulnerability to access sensitive files outside the intended directory structure or cause service disruption in AI/ML inference environments.

Affected Products

  • NVIDIA Triton Inference Server (specific versions not disclosed)

Discovery Timeline

  • 2026-04-07 - CVE-2026-24147 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-24147

Vulnerability Analysis

This vulnerability is classified as a path traversal flaw (CWE-22), which occurs when the application fails to properly sanitize user-supplied input used in file path construction. In the context of NVIDIA Triton Inference Server, the vulnerability manifests during the model configuration upload process. When an attacker uploads a specially crafted model configuration file, they can potentially manipulate file paths to access resources outside the intended model repository directory.

The network-accessible nature of this vulnerability means that remote attackers can potentially exploit it without requiring prior authentication. The attack complexity is relatively high, indicating that certain conditions must be met for successful exploitation. The potential impacts include unauthorized access to sensitive configuration files, model weights, or other server-side resources (information disclosure), as well as the ability to disrupt the inference service (denial of service).

Root Cause

The root cause of CVE-2026-24147 lies in insufficient input validation within the model configuration parsing logic. When processing model configuration files, the Triton Inference Server does not adequately sanitize path components that could contain directory traversal sequences such as ../ or absolute paths. This allows an attacker to craft a model configuration that references files outside the designated model repository, leading to unauthorized file access or resource manipulation.

Attack Vector

The attack vector is network-based, requiring the attacker to have the ability to upload or submit model configurations to the Triton Inference Server. The attack flow involves crafting a malicious model configuration file containing path traversal sequences in file reference fields, submitting this configuration through the server's model management interface, and when the server processes the configuration, the manipulated paths cause access to unauthorized files or resources outside the model repository.

The vulnerability does not require user interaction, though the high attack complexity suggests that specific server configurations or timing conditions may need to be present for successful exploitation. For detailed technical information, refer to the NVIDIA Support Article.

Detection Methods for CVE-2026-24147

Indicators of Compromise

  • Unusual model configuration uploads containing path traversal patterns such as ../, ..\\, or absolute file paths
  • Unexpected file access events outside the designated model repository directories
  • Error logs indicating attempts to access restricted file system locations
  • Anomalous network traffic patterns to the Triton Inference Server model management endpoints

Detection Strategies

  • Implement file integrity monitoring on the Triton Inference Server installation directories and model repositories
  • Deploy network intrusion detection rules to identify model configuration uploads containing traversal sequences
  • Enable detailed audit logging for model management operations and file access events
  • Monitor for unusual patterns in model loading failures or configuration parsing errors

Monitoring Recommendations

  • Configure centralized logging for all Triton Inference Server instances to capture model management activities
  • Establish baseline metrics for normal model upload and configuration patterns to detect anomalies
  • Implement alerting for any file access attempts outside authorized directories
  • Regularly review server logs for evidence of exploitation attempts or reconnaissance activity

How to Mitigate CVE-2026-24147

Immediate Actions Required

  • Review and update NVIDIA Triton Inference Server to the latest patched version as recommended by NVIDIA
  • Restrict network access to the Triton Inference Server model management interfaces using firewall rules and network segmentation
  • Implement strict input validation on any systems that submit model configurations to the server
  • Audit existing model configurations for any suspicious path references

Patch Information

NVIDIA has published a security advisory addressing this vulnerability. Organizations should consult the NVIDIA Support Article for specific patch information and upgrade guidance. Review the NVD CVE-2026-24147 Detail page for additional technical details and updates.

Workarounds

  • Implement network-level access controls to restrict model configuration uploads to trusted sources only
  • Deploy a Web Application Firewall (WAF) or API gateway with rules to detect and block path traversal patterns in requests
  • Run Triton Inference Server in a containerized environment with strict file system isolation and read-only mounts where possible
  • Implement application-level input validation to sanitize all model configuration fields before processing
bash
# Example: Restrict model repository access using container isolation
# Run Triton with read-only model repository mount
docker run --rm \
  -p 8000:8000 -p 8001:8001 -p 8002:8002 \
  --read-only \
  -v /path/to/models:/models:ro \
  nvcr.io/nvidia/tritonserver:latest tritonserver \
  --model-repository=/models

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechNvidia Triton Inference Server

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • NVD CVE-2026-24147 Detail

  • NVIDIA Support Article

  • CVE.org Record for CVE-2026-24147
  • Related CVEs
  • CVE-2025-23333: Nvidia Triton Inference Server Flaw

  • CVE-2025-23334: Nvidia Triton Server Disclosure Flaw

  • CVE-2025-23320: Nvidia Triton Server Info Disclosure Flaw

  • CVE-2026-24173: NVIDIA Triton Server DoS Vulnerability
Default Legacy - Prefooter | 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