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

CVE-2026-35029: LiteLLM Proxy Server RCE Vulnerability

CVE-2026-35029 is a remote code execution flaw in LiteLLM proxy server that allows authenticated users to modify configurations and execute arbitrary code. This article covers technical details, affected versions, and mitigations.

Published: April 10, 2026

CVE-2026-35029 Overview

CVE-2026-35029 is an authorization bypass vulnerability in LiteLLM, an AI Gateway proxy server used to call LLM APIs in OpenAI (or native) format. Prior to version 1.83.0, the /config/update endpoint does not enforce admin role authorization, allowing authenticated users to modify proxy configurations and environment variables. This vulnerability enables attackers to achieve remote code execution, read arbitrary server files, and take over privileged accounts.

Critical Impact

Authenticated users can escalate privileges to achieve remote code execution, read sensitive server files, and compromise admin accounts through configuration manipulation.

Affected Products

  • LiteLLM versions prior to 1.83.0
  • LiteLLM AI Gateway proxy server deployments
  • Self-hosted LiteLLM instances with multi-user access

Discovery Timeline

  • 2026-04-06 - CVE CVE-2026-35029 published to NVD
  • 2026-04-07 - Last updated in NVD database

Technical Details for CVE-2026-35029

Vulnerability Analysis

This vulnerability falls under CWE-863 (Incorrect Authorization), where the application fails to properly verify that a user has the required administrative privileges before allowing access to sensitive configuration endpoints. The /config/update endpoint in LiteLLM accepts authenticated requests without validating whether the requesting user possesses admin-level permissions.

The impact of this authorization bypass is severe, enabling multiple attack vectors. An attacker with basic authenticated access can manipulate the proxy configuration to their advantage. This includes the ability to register custom pass-through endpoint handlers that point to attacker-controlled Python code, effectively achieving remote code execution on the server.

Additionally, attackers can read arbitrary server files by setting the UI_LOGO_PATH configuration variable to target sensitive files and then fetching them via the /get_image endpoint. The vulnerability also permits account takeover by overwriting the UI_USERNAME and UI_PASSWORD environment variables, allowing attackers to gain access to privileged administrative accounts.

Root Cause

The root cause of this vulnerability is the absence of proper authorization checks on the /config/update endpoint. While the endpoint requires authentication (a valid user session), it fails to verify that the authenticated user has the necessary administrative role before processing configuration modification requests. This missing authorization check allows any authenticated user to perform actions that should be restricted to administrators only.

Attack Vector

The attack is network-based and requires low-complexity exploitation by an authenticated user. An attacker who has obtained valid credentials (even with minimal privileges) can directly interact with the vulnerable endpoint to:

  1. Achieve Remote Code Execution: Register custom pass-through endpoint handlers pointing to attacker-controlled Python code, which will be executed by the server
  2. Read Arbitrary Files: Modify UI_LOGO_PATH to point to sensitive files (such as /etc/passwd, configuration files, or secrets) and retrieve them via the /get_image endpoint
  3. Account Takeover: Overwrite UI_USERNAME and UI_PASSWORD environment variables to gain administrative access to the LiteLLM interface

The vulnerability mechanism involves sending authenticated HTTP requests to the /config/update endpoint with malicious configuration parameters. Since the endpoint does not verify admin role membership, these requests are processed and applied to the system configuration. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-35029

Indicators of Compromise

  • Unexpected modifications to LiteLLM configuration files or environment variables
  • Unusual requests to the /config/update endpoint from non-admin user sessions
  • Requests to /get_image endpoint with suspicious file paths outside expected directories
  • New or modified pass-through endpoint handlers pointing to external or unexpected Python code sources
  • Changes to UI_USERNAME, UI_PASSWORD, or UI_LOGO_PATH configuration values

Detection Strategies

  • Monitor HTTP request logs for POST requests to /config/update from users without admin privileges
  • Implement audit logging for all configuration changes and correlate with user role assignments
  • Alert on requests to /get_image containing path traversal patterns or requests for non-image file types
  • Review access logs for patterns indicating enumeration of configuration endpoints

Monitoring Recommendations

  • Enable verbose logging on LiteLLM proxy server instances to capture all API requests and authentication details
  • Configure SIEM rules to detect configuration modification attempts by non-privileged users
  • Implement file integrity monitoring on LiteLLM configuration directories
  • Set up alerting for any changes to authentication-related environment variables

How to Mitigate CVE-2026-35029

Immediate Actions Required

  • Upgrade LiteLLM to version 1.83.0 or later immediately
  • Audit existing LiteLLM configuration for unauthorized modifications
  • Review user accounts and remove unnecessary access privileges
  • Rotate administrative credentials (UI_USERNAME and UI_PASSWORD) as a precaution
  • Check for any unexpected pass-through endpoint handlers and remove malicious entries

Patch Information

The vulnerability has been fixed in LiteLLM version 1.83.0. Organizations should update to this version or later to remediate the authorization bypass vulnerability. The patch introduces proper admin role authorization checks on the /config/update endpoint, ensuring only users with administrative privileges can modify proxy configurations. For additional details, consult the GitHub Security Advisory.

Workarounds

  • Restrict network access to the /config/update endpoint using firewall rules or reverse proxy configurations
  • Implement additional authentication layer (such as VPN or IP allowlisting) for administrative endpoints
  • Disable or limit user registration if multi-user access is not required
  • Deploy web application firewall rules to block unauthorized configuration modification attempts
  • Consider running LiteLLM in single-user mode if multi-tenant access is not necessary
bash
# Example: Restrict access to config endpoints via nginx reverse proxy
location /config/update {
    # Allow only from trusted admin IP addresses
    allow 10.0.0.0/8;
    deny all;
    proxy_pass http://litellm_backend;
}

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechLitellm

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:L/SI:L/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35030: Litellm Auth Bypass 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