CVE-2026-47101

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.14 allows an authenticated internal_user to create API keys with access to routes that their role does not permit. When generating a key, the allowed_routes field is stored without verifying that the specified routes fall within the user's own permissions. A key created with access to admin-only routes can then be used to reach those routes successfully, bypassing the role-based access controls that would otherwise block the request, enabling full privilege escalation from internal_user to proxy_admin.

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.14-stable

vendor Authored 2026-05-27

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

vendor Authored 2026-05-27

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

vendor Authored 2026-05-27

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

vendor Authored 2026-05-27

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

Application impact

VendorProductVersionsFixed
litellmlitellm{"endExcluding":"1.83.14"}1.83.14

References

CWEs

CWE-863

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