A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-24217

CVE-2026-24217: NVIDIA BioNeMo Path Traversal Flaw

CVE-2026-24217 is a path traversal vulnerability in NVIDIA BioNeMo Core for Linux that enables attackers to load malicious files. This post covers the technical details, affected versions, potential impact, and mitigation.

Published: May 21, 2026

CVE-2026-24217 Overview

NVIDIA BioNeMo Core for Linux contains a path traversal vulnerability triggered when a user loads a malicious file. An attacker who convinces a victim to load a crafted file can escape intended directory boundaries and write or access files outside the expected scope. Successful exploitation may lead to code execution, denial of service, information disclosure, and data tampering. The flaw is tracked under CWE-29: Path Traversal: '..\filename' and affects BioNeMo Core, NVIDIA's framework for building and deploying generative AI models for drug discovery and computational biology workloads.

Critical Impact

Loading a malicious file into NVIDIA BioNeMo Core can result in arbitrary code execution, data tampering, denial of service, and disclosure of sensitive model or research data.

Affected Products

  • NVIDIA BioNeMo Core for Linux
  • Refer to the NVIDIA Security Bulletin for specific affected versions
  • Hosts running BioNeMo workloads that process untrusted model or data files

Discovery Timeline

  • 2026-05-20 - CVE-2026-24217 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-24217

Vulnerability Analysis

The vulnerability resides in BioNeMo Core's file loading logic. When the application processes a user-supplied file, it fails to properly canonicalize or validate path components contained within the file or its references. An attacker can craft a file that embeds traversal sequences such as ..\ or ../ to escape the intended working directory. Because BioNeMo is commonly used to load model checkpoints, configuration files, and dataset archives, the attack surface is broad. The classification under [CWE-29] specifically targets Windows-style backslash traversal sequences, though Linux-based deployments are explicitly listed as affected by NVIDIA's advisory.

Root Cause

The root cause is insufficient input validation on file paths supplied through loaded content. BioNeMo Core does not normalize relative path segments before resolving destinations on disk. This allows files referenced inside an archive or model artifact to point outside the extraction root.

Attack Vector

Exploitation requires user interaction. An attacker hosts or distributes a malicious model artifact, dataset, or configuration file. A researcher or automated pipeline loads the file into BioNeMo Core. The application then writes or reads files at attacker-controlled paths. The network attack vector reflects that the malicious file can be delivered remotely, for example via a compromised model registry or shared dataset repository.

No verified proof-of-concept code is publicly available. Refer to the NVIDIA Support Response for vendor-confirmed technical context.

Detection Methods for CVE-2026-24217

Indicators of Compromise

  • File system writes by BioNeMo processes to paths outside the configured workspace, model cache, or dataset directories
  • Presence of traversal sequences such as ..\, ..%5c, or ../ inside loaded .tar, .zip, .ckpt, or configuration files
  • Unexpected child processes spawned by BioNeMo Python interpreters following a model load operation
  • Modification of system binaries, cron files, or SSH keys shortly after BioNeMo file ingestion

Detection Strategies

  • Inspect archives and model artifacts before loading by enumerating member paths and rejecting any containing .. segments
  • Monitor process telemetry for BioNeMo workloads that touch directories outside their declared working set
  • Log all file load operations with full resolved paths to enable retrospective hunts for traversal attempts
  • Apply behavioral identification rules that flag deserialization or extraction routines writing to sensitive system paths

Monitoring Recommendations

  • Forward host file integrity monitoring events from BioNeMo servers into a centralized data lake for correlation
  • Alert on writes to /etc, /root, ~/.ssh, or other privileged paths originating from Python or BioNeMo CLI processes
  • Track outbound network connections initiated by BioNeMo after a model load to detect post-exploitation activity

How to Mitigate CVE-2026-24217

Immediate Actions Required

  • Apply the fixed BioNeMo Core release identified in the NVIDIA security bulletin
  • Restrict BioNeMo Core to load only files from trusted, integrity-verified sources
  • Run BioNeMo workloads under a dedicated unprivileged service account with constrained filesystem access
  • Audit existing model caches and dataset directories for files placed outside expected paths

Patch Information

NVIDIA has published a customer support response for this vulnerability. Administrators should consult the NVIDIA Support Response for the fixed version and download links. Full CVE record details are available from the NVD CVE-2026-24217 Details and the CVE.org Record.

Workarounds

  • Validate every archive or model artifact with a pre-load script that rejects entries containing .., absolute paths, or symbolic links
  • Execute BioNeMo Core inside a container or sandbox with read-only root filesystem and bind-mounted data directories
  • Restrict network egress from BioNeMo hosts to approved model registries to prevent retrieval of attacker-controlled files
  • Enforce mandatory access controls such as AppArmor or SELinux profiles that limit BioNeMo write access to its working directory
bash
# Configuration example: validate archive paths before loading
python3 -c "import tarfile,sys
t=tarfile.open(sys.argv[1])
for m in t.getmembers():
    if m.name.startswith('/') or '..' in m.name.split('/'):
        print('REJECT:', m.name); sys.exit(1)
print('OK')" suspicious_model.tar

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechNvidia

  • SeverityHIGH

  • CVSS Score8.8

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-29
  • Technical References
  • NVD CVE-2026-24217 Details

  • NVIDIA Support Response

  • CVE.org Record for CVE-2026-24217
  • Related CVEs
  • CVE-2026-24162: NVIDIA Transformers4Rec RCE Vulnerability

  • CVE-2026-24218: NVIDIA DGX OS RCE Vulnerability

  • CVE-2026-24222: NVIDIA NeMoClaw Information Disclosure

  • CVE-2026-24231: NVIDIA NemoClaw SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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