Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons

Social Media

Hackers News Hackers News
  • CyberSecurity News
  • Threats
  • Attacks
  • Vulnerabilities
  • Breaches
  • Comparisons
Search the Site
Popular Searches:
technology Amazon AI
Recent Posts
Palo Alto Networks Acquires Console for AI-Driven Autonomous Security Operations
September 2, 2026
FreeRDP Patches 22 Vulnerabilities, Including Critical RCE Flaws
September 2, 2026
Critical LiteLLM Admin API Flaw Lets Attackers Steal Secrets, Target AI Gateway Servers
September 2, 2026
Home/CyberSecurity News/Critical LiteLLM Admin API Flaw Lets Attackers Steal Secrets, Target AI Gateway Servers
CyberSecurity News

Critical LiteLLM Admin API Flaw Lets Attackers Steal Secrets, Target AI Gateway Servers

Key Takeaways A critical authorization bypass vulnerability (CVE-2026-35029) in LiteLLM’s Admin API allows low-privilege users to gain full administrative control. The flaw impacts LiteLLM...

Emy Elsamnoudy
Emy Elsamnoudy
September 2, 2026 4 Min Read
2 0

Key Takeaways

  • A critical authorization bypass vulnerability (CVE-2026-35029) in LiteLLM’s Admin API allows low-privilege users to gain full administrative control.
  • The flaw impacts LiteLLM versions prior to 1.83.0, enabling attackers to steal sensitive secrets like API keys and cloud credentials, or hijack the administration interface.
  • Active exploitation has been observed, with threat actors attempting to read environment files and manipulate configuration settings on exposed AI gateway deployments.
  • A patch is available in LiteLLM version 1.83.0 and later, which enforces proper authorization for the affected API endpoint.

Cybersecurity researchers have detected active exploitation attempts targeting a critical authorization bypass vulnerability within LiteLLM AI gateway deployments. This flaw, identified as CVE-2026-35029, permits authenticated users with limited privileges to escalate their access to full administrative control, potentially leading to the theft of sensitive data or complete compromise of the AI gateway.

Table Of Content

  • Key Takeaways
  • The Authorization Bypass Explained
  • Exploitation Techniques and Impact
  • Observed Attack Activity
  • What You Should Do

LiteLLM functions as a crucial intermediary, connecting enterprise applications with various AI model providers. In this role, it often manages and stores highly sensitive information, including provider API keys, database connection details, user data, financial records, and core administrative credentials. The exposure of its control plane, therefore, presents a significant risk, offering attackers a direct path to cloud credentials, AI service keys, or deeper infiltration into connected infrastructure.

The Authorization Bypass Explained

The vulnerability, present in LiteLLM versions preceding 1.83.0, stems from an inadequate authorization check on the /config/update API endpoint. This oversight allows any authenticated account, even one with a restricted role such as proxy_admin_viewer (intended for read-only access), to modify critical configuration settings that should be exclusive to full administrators.

LiteLLM addressed this security lapse in version 1.83.0 by implementing the necessary authorization enforcement, requiring the proxy_admin role for any configuration changes.

Exploitation Techniques and Impact

Attackers have been observed leveraging this flaw to manipulate environment variables and configuration values. One documented method involves altering the UI_LOGO_PATH setting, which specifies the path to the dashboard’s logo file. By substituting the legitimate image path with a sensitive server-side file path, such as /app/.env or /proc/self/environ, an attacker can trick LiteLLM into reading the contents of these files.

The contents of these sensitive files can then be retrieved via the /get_image endpoint, which, in vulnerable deployments, reportedly does not require authentication. This technique can reveal a wealth of secrets, including model-provider API keys, the LiteLLM master key, database URLs, AWS credentials, and tokens for observability platforms.

Beyond data exfiltration, the vulnerability also enables attackers to overwrite environment variables like UI_USERNAME and UI_PASSWORD. This allows them to replace the legitimate dashboard credentials, effectively hijacking the administration interface.

The security implications extend further. Advisories indicate that malicious actors can register harmful pass-through endpoint handlers by modifying configuration. These handlers could redirect to attacker-controlled code or infrastructure, potentially leading to remote code execution or further secret exfiltration.

Observed Attack Activity

Zenity honeypot telemetry recorded approximately 3,900 requests targeting LiteLLM administrative API endpoints between February and June 2026. A significant portion of this activity, around 1,000 requests, specifically targeted the vulnerable /config/update endpoint.

The initial probes aimed at configuration updates began on April 7, just one day after CVE-2026-35029 was publicly disclosed. Subsequently, researchers documented direct file-read payloads attempting to access common secret locations, including /app/.env, /home/litellm/.env, /app/config.yaml, and /app/proxy_server_config.yaml.

Additional malicious activities observed included attempts to guess master keys (e.g., “sk-1234,” “sk-litellm-master-key”), generate new API keys, create administrator accounts, enumerate users and keys, probe SCIM provisioning routes, and delete models. This extensive activity indicates that threat actors are not merely scanning for the vulnerability but are actively attempting to map and gain control over exposed AI gateway environments.

What You Should Do

  • Upgrade Immediately: All organizations utilizing LiteLLM must promptly upgrade to version 1.83.0 or later. This version incorporates the essential authorization enforcement for the /config/update endpoint.
  • Restrict Network Exposure: Remove LiteLLM control-plane services from public internet exposure. Place the Admin UI and all administrative endpoints behind an authenticated reverse proxy or restrict access to internal networks.
  • Strengthen Master Key: Ensure a robust and unique master key is configured for LiteLLM. Avoid using default or documentation-example values.
  • Review Logs for Suspicious Activity: Security teams should meticulously review logs for any unusual requests to /config/update, /get_image, /key/generate, /user/new, /model/delete, and /scim/. Specifically, requests that attempt to set UI_LOGO_PATH to local file paths should be treated as high-probability exploitation attempts.
  • Rotate All Exposed Secrets: If your organization operated an exposed LiteLLM instance running a version prior to 1.83.0, immediately rotate all potentially compromised secrets. This includes LiteLLM master keys, LLM provider API keys, database passwords, cloud credentials, and third-party monitoring tokens, as these values could have been exposed through configuration manipulation or arbitrary file reads.

Disclaimer: HackersRadar reports on cybersecurity threats and incidents for informational and awareness purposes only. We do not engage in hacking activities, data exfiltration, or the hosting or distribution of stolen or leaked information. All content is based on publicly available sources.

Tags:

AttackCVEExploitHackerSecurityThreatVulnerability

Share Article

Emy Elsamnoudy

Emy Elsamnoudy

Emy is a cybersecurity analyst and reporter specializing in threat hunting, defense strategies, and industry trends. With expertise in proactive security measures, Emily covers the tools and techniques organizations use to detect and prevent cyber attacks. She is a regular speaker at security conferences and has contributed to industry reports on threat intelligence and security operations. Emily's reporting focuses on helping organizations improve their security posture through practical, actionable insights.

Previous Post

Fox-Linked Hackers Disable Microsoft Defender With Fake Software

Next Post

FreeRDP Patches 22 Vulnerabilities, Including Critical RCE Flaws

No Comment! Be the first one.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Popular Posts
Critical HPE Fabric Composer Flaws Allow Remote Code Execution
September 2, 2026
Critical SonicWall RCE Flaws Exploited in Attacks, Patch Now
September 2, 2026
Critical Exodus Wallet Flaw Lets Attackers Install RATs
September 2, 2026
Top Authors
Marcus Rodriguez
Marcus Rodriguez
David kimber
David kimber
Jennifer sherman
Jennifer sherman
Let's Connect
156k
2.25m
285k

Related Posts

Jennifer sherman
By Jennifer sherman
Threats

GlassWorm Attacks macOS via Malicious VS Code…

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Attacks

ClickFix Attack Hides Malicious Code via Stegan Security

January 1, 2026
Sarah simpson
By Sarah simpson
Vulnerabilities

MongoBleed Detector Tool Released to Detect MongoDB Vulnerability(CVE-2025-14847)

January 1, 2026
Emy Elsamnoudy
By Emy Elsamnoudy
Breaches

Conti Ransomware Gang Leaders & Infrastructure Exposed

January 1, 2026
Hackers News Hackers News
  • [email protected]

Quick Links

  • Contact Us
  • Privacy Policy
  • Terms of service

Categories

Attacks
Breaches
Comparisons
CyberSecurity News
Threats
Vulnerabilities

Let's keep in touch

receive fresh updates and breaking cyber news every day and week!

All Rights Reserved by HackersRadar ©2026

Follow Us