LiteLLM allows a user to modify their own user_role via the /user/update endpoint
High8.8CVE-2026-47102 · Published May 21, 2026 · updated Sep 10, 2026
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| litellm PyPI | < 1.83.10 | 1.83.10 |
Details and references
LiteLLM prior to 1.83.10 allows a user to modify their own user_role via the /user/update endpoint. While the endpoint correctly restricts users to updating only their own account, it does not restrict which fields may be changed. A user who can reach this endpoint can set their role to proxy_admin, gaining full administrative access to LiteLLM including all users, teams, keys, models, and prompt history. Users with the org_admin role have legitimate access to this endpoint and can exploit this vulnerability without chaining any additional flaw.
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-863
- Also known as
- CVE-2026-47102, PYSEC-2026-2600
- nvd.nist.gov/vuln/detail/CVE-2026-47102
- github.com/BerriAI/litellm/pull/25541
- github.com/BerriAI/litellm/commit/128d32d2494b759c5d15da3452452af4c6a34c01
- github.com/BerriAI/litellm/commit/e6f18ce75b111c9b93dc15c72894cbdeb53177ce
- gist.github.com/13ph03nix/9ec616e1fdc77b3673509c60206e827f
- github.com/BerriAI/litellm
- github.com/BerriAI/litellm/releases/tag/v1.83.10-stable
- huntr.com/bounties/8e75edfb-ff05-4e63-bfca-2d93d03fb3b9
- www.obsidiansecurity.com/blog/litellm-privilege-escalation-rce
- www.vulncheck.com/advisories/litellm-privilege-escalation-via-user-update
More LiteLLM advisories
All LiteLLM| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| May 21 | LiteLLM allows an authenticated internal_user to create API keys with access to routes that their role does not permit CVE-2026-47101High8.8fixed in 1.83.14 | High8.8 | 1.83.14 |
| May 11 | LiteLLM has a sandbox escape in custom-code guardrail CVE-2026-40217High8.8fixed in 1.83.10 | High8.8 | 1.83.10 |
| Apr 25 | LiteLLM: Authenticated command execution via MCP stdio test endpoints CVE-2026-42271High8.8fixed in 1.83.7 | High8.8 | 1.83.7 |
| Apr 24 | LiteLLM has SQL Injection in Proxy API key verification CVE-2026-42208Critical9.8fixed in 1.83.7 | Critical9.8 | 1.83.7 |
| Apr 24 | LiteLLM: Server-Side Template Injection in /prompts/test endpoint CVE-2026-42203Highfixed in 1.83.7 | High | 1.83.7 |
| Jun 16 | LiteLLM: Authentication Bypass via Host Header Injection CVE-2026-49468Critical9.8fixed in 1.84.0 | Critical9.8 | 1.84.0 |