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-7302

CVE-2026-7302: Lmsys Sglang Path Traversal Vulnerability

CVE-2026-7302 is a path traversal flaw in Lmsys Sglang's multimodal generation runtime that allows unauthenticated attackers to write arbitrary files. This post covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-7302 Overview

CVE-2026-7302 is a critical unauthenticated path traversal vulnerability in the SGLang multimodal generation runtime from lmsys. Attackers can write arbitrary files to any location where the server process has write access. Exploitation requires only including ../ sequences in the upload filename when sending requests to specific endpoints. The flaw affects lmsys:sglang version 0.5.10 and maps to CWE-35: Path Traversal: '.../...//'. Because SGLang is widely deployed as a large language model (LLM) inference server, arbitrary file writes can lead to remote code execution by overwriting Python modules, configuration files, or SSH authorized keys.

Critical Impact

Unauthenticated attackers can write arbitrary files on the host, enabling remote code execution and full compromise of the SGLang inference server.

Affected Products

  • lmsys:sglang version 0.5.10
  • SGLang multimodal generation runtime endpoints accepting file uploads
  • Deployments exposing SGLang HTTP API to untrusted networks

Discovery Timeline

  • 2026-05-18 - CVE-2026-7302 published to the National Vulnerability Database (NVD)
  • 2026-05-19 - Last updated in NVD database

Technical Details for CVE-2026-7302

Vulnerability Analysis

The SGLang multimodal runtime exposes HTTP endpoints that accept uploaded files for image, audio, or video processing. The endpoints derive the destination path on disk from the client-supplied filename without canonicalizing or validating the resulting path. An attacker submitting an upload with a filename such as ../../../../etc/cron.d/payload causes the server to write attacker-controlled bytes outside of the intended upload directory.

The issue is reachable without authentication because the runtime endpoints do not enforce identity or session checks by default. Combined with the network attack vector and low complexity, any reachable SGLang instance is exposed. While the CVSS vector indicates no direct confidentiality impact, arbitrary file writes typically translate to code execution by overwriting Python source files imported by the running process or by placing cron jobs and SSH keys.

Root Cause

The runtime concatenates the user-supplied filename field with a base upload directory and writes the file contents without rejecting ../ segments or resolving the final path against an allow-listed base directory. This is a classic relative path traversal weakness ([CWE-35]). See the AntiProof Blog on RCEs and the GitHub SGLang Repository for the affected source modules.

Attack Vector

Exploitation is performed over the network against any reachable SGLang HTTP endpoint that accepts multimodal uploads. The attacker sends a crafted multipart request whose filename field contains traversal sequences pointing at a sensitive write target. The server writes attacker bytes to that path with the privileges of the SGLang process. From there, attackers commonly stage code execution by overwriting an imported Python file, dropping a ~/.ssh/authorized_keys entry, or writing a cron job. No code example is published in the verified references.

Detection Methods for CVE-2026-7302

Indicators of Compromise

  • HTTP upload requests to SGLang endpoints containing ../ or URL-encoded %2e%2e%2f sequences in the filename parameter
  • Unexpected file creation outside the configured SGLang upload or cache directory
  • New or modified Python source files inside the sglang package directory at runtime
  • New entries in authorized_keys, cron.d, or systemd unit directories on hosts running SGLang

Detection Strategies

  • Inspect web access and application logs for upload requests whose filenames contain traversal sequences or absolute paths
  • Monitor the SGLang process for file writes to paths outside its designated working directory using file integrity monitoring or auditd
  • Alert on Python interpreter writes to its own site-packages or source tree during request handling

Monitoring Recommendations

  • Enable verbose request logging on the SGLang reverse proxy and forward logs to a centralized analytics platform
  • Baseline normal upload destinations and alert on deviations from that baseline
  • Track outbound connections from the SGLang host to detect post-exploitation command-and-control activity

How to Mitigate CVE-2026-7302

Immediate Actions Required

  • Restrict network access to SGLang inference endpoints so they are reachable only from trusted internal clients
  • Run the SGLang server as a non-privileged user with write access limited to a dedicated upload directory
  • Place SGLang behind a reverse proxy that strips or rejects filenames containing ../, ..\, or encoded traversal sequences
  • Audit the host for unexpected files created since the SGLang service was first exposed

Patch Information

No fixed version is listed in the NVD entry at the time of publication. Monitor the GitHub SGLang Repository for an upstream patch and upgrade past 0.5.10 once a fixed release is published. Until then, apply the workarounds below.

Workarounds

  • Deploy a WAF or reverse proxy rule that drops multipart requests whose filename field contains .., leading slashes, or null bytes
  • Run SGLang inside a read-only container with only the upload directory mounted writable, preventing writes to package code or system paths
  • Disable or firewall the multimodal upload endpoints if the deployment only requires text generation
  • Enforce mandatory access control such as SELinux or AppArmor profiles that confine the SGLang process to its working directory
bash
# Example nginx rule rejecting traversal sequences in upload filenames
location /generate {
    if ($request_body ~* "filename=\"[^\"]*\.\.[\\/]") {
        return 400;
    }
    client_max_body_size 32m;
    proxy_pass http://sglang_upstream;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechLmsys Sglang

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-35
  • Technical References
  • AntiProof Blog on RCEs

  • GitHub SGLang Repository
  • Related CVEs
  • CVE-2026-7301: Lmsys Sglang RCE Vulnerability

  • CVE-2026-7304: Lmsys Sglang RCE Vulnerability

  • CVE-2026-3059: Lmsys Sglang RCE 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