---
schema_version: '1.0'
id: security-20260714-eacbed
url: https://osv.dev/vulnerability/PYSEC-2026-2597
url_hash: eacbeda1d829da0977de6edec7f7bdfd2e3cc2c59537f8a51103161aca59984d
canonical_url: https://osv.dev/vulnerability/PYSEC-2026-2597
source: osv:pypa
category: security/library
category_raw: cve/library
region: null
tags:
- cve
- CVE-2026-35029
- PYSEC-2026-2597
- severity: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
- litellm
- PyPI
lang: en
published_at: '2026-07-13T14:36:47Z'
fetched_at: '2026-07-14T06:42:23Z'
updated_at: '2026-07-14T06:43:41Z'
status: published
content_hash: bf83fd17b75e9435f90fbc30bb709636e0d423591c85936d02d24ebad833e838
license_note: full
summary: 'LiteLLM: Privilege escalation via unrestricted proxy configuration endpoint'
summary_source: rss
summary_en: 'LiteLLM: Privilege escalation via unrestricted proxy configuration endpoint'
entities:
- name: olivia_wilde
  type: person
key_facts: []
related: []
related_auto:
- name: walton_goggins
  type: person
  weight: 2.0
title: 'CVE-2026-35029: LiteLLM: Privilege escalation via unrestricted proxy configuration
  endpoint'
---

# CVE-2026-35029: LiteLLM: Privilege escalation via unrestricted proxy configuration endpoint

## TL;DR
LiteLLM: Privilege escalation via unrestricted proxy configuration endpoint

## Key Points
- cve / CVE-2026-35029 / PYSEC-2026-2597 / severity: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 / litellm / PyPI

## Details
**Severity:** 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
**Advisory:** PYSEC-2026-2597 (CVE-2026-35029)

**Affected (your watchlist):**
- `PyPI:litellm` 1.72.6.post2 → fixed in 1.83.0 [docker/docker-strands]

**Details:**
### Impact

The `/config/update endpoint` does not enforce admin role authorization. A user who is already authenticated into the platform can then use this endpoint to do the following:

  - Modify proxy configuration and environment variables
  - Register custom pass-through endpoint handlers pointing to attacker-controlled Python code, achieving remote code execution
  - Read arbitrary server files by setting UI_LOGO_PATH and fetching via /get_image
  - Take over other priveleged accounts by overwriting UI_USERNAME and UI_PASSWORD environment variables

### Patches

Fixed in v1.83.0. The endpoint now requires `proxy_admin` role.

### Workarounds

Restrict API key distribution. There is no configuration-level workaround.

**References:**
- https://github.com/BerriAI/litellm/security/advisories/GHSA-53mr-6c8q-9789
- https://nvd.nist.gov/vuln/detail/CVE-2026-35029
- https://github.com/BerriAI/litellm
- http://seclists.org/fulldisclosure/2026/Apr/17
- https://pypi.org/project/litellm
- https://github.com/advisories/GHSA-53mr-6c8q-9789

_Data: OSV.dev (upstream: pypa) — https://osv.dev/vulnerability/PYSEC-2026-2597_

## Source
元記事: [CVE-2026-35029: LiteLLM: Privilege escalation via unrestricted proxy configuration endpoint](https://osv.dev/vulnerability/PYSEC-2026-2597) — published 2026-07-13T14:36:47Z
