CVE-2026-47102

high
Published 2026-05-21 · Modified 2026-05-22
CVSS v3
8.8
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVSS v2
VIR risk
8.8

Description

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.

Predictions

Exploit likelihood
92%
Patch ETA

Heuristic predictions, AS-IS, for prioritization only.

Mitigations

vendor Authored 2026-05-27

Vendor advisory: disclosure@vulncheck.com — https://github.com/BerriAI/litellm/releases/tag/v1.83.10-stable

vendor Authored 2026-05-27

Vendor advisory: disclosure@vulncheck.com — https://github.com/BerriAI/litellm/pull/25541

vendor Authored 2026-05-27

Vendor advisory: disclosure@vulncheck.com — https://github.com/BerriAI/litellm/commit/e6f18ce75b111c9b93dc15c72894cbdeb53177ce

vendor Authored 2026-05-27

Vendor advisory: disclosure@vulncheck.com — https://github.com/BerriAI/litellm/commit/128d32d2494b759c5d15da3452452af4c6a34c01

vendor Authored 2026-05-27

Vendor advisory: disclosure@vulncheck.com — https://gist.github.com/13ph03nix/9ec616e1fdc77b3673509c60206e827f

Application impact

VendorProductVersionsFixed
litellmlitellm{"endExcluding":"1.83.10"}1.83.10

References

CWEs

CWE-863

Verify integrity in audit chain (admin only). AS-IS.