Search for packages
| purl | pkg:pypi/litellm@1.73.7.dev3 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-362j-e9vs-73gg
Aliases: CVE-2026-35030 GHSA-jjhc-v7c2-5hh6 |
LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.83.0, when JWT authentication is enabled (enable_jwt_auth: true), the OIDC userinfo cache uses token[:20] as the cache key. JWT headers produced by the same signing algorithm generate identical first 20 characters. This configuration option is not enabled by default. Most instances are not affected. An unauthenticated attacker can craft a token whose first 20 characters match a legitimate user's cached token. On cache hit, the attacker inherits the legitimate user's identity and permissions. This affects deployments with JWT/OIDC authentication enabled. Fixed in v1.83.0. |
Affected by 4 other vulnerabilities. |
|
VCID-jw3v-fdn2-bugj
Aliases: CVE-2026-35029 GHSA-53mr-6c8q-9789 |
LiteLLM is a proxy server (AI Gateway) to call LLM APIs in OpenAI (or native) format. Prior to 1.83.0, 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 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, and take over other privileged accounts by overwriting UI_USERNAME and UI_PASSWORD environment variables. Fixed in v1.83.0. |
Affected by 4 other vulnerabilities. |
|
VCID-tssn-kdqp-jbez
Aliases: GHSA-69x8-hrgq-fjj8 |
LiteLLM: Password hash exposure and pass-the-hash authentication bypass ### Impact Three issues combine into a full authentication bypass chain: 1. Weak hashing: User passwords are stored as unsalted SHA-256 hashes, making them vulnerable to rainbow table attacks and trivially identifying users with identical passwords. 2. Hash exposure: Multiple API endpoints (/user/info, /user/update, /spend/users) return the password hash field in responses to any authenticated user regardless of role. Plaintext passwords could also potentially be exposed in certain scenarios. 4. Pass-the-hash: The /v2/login endpoint accepts the raw SHA-256 hash as a valid password without re-hashing, allowing direct login with a stolen An already authenticated user can retrieve another user's password hash from the API and use it to log in as that user. This enables full privilege escalation in three HTTP requests. ### Patches Fixed in v1.83.0. Passwords are now hashed with scrypt (random 16-byte salt, n=16384, r=8, p=1). Password hashes are stripped from all API responses. Existing SHA-256 hashes are transparently migrated on next login. |
Affected by 4 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||
| Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
|---|---|---|---|---|---|
| 2026-06-12T21:56:59.572188+00:00 | GitLab Importer | Affected by | VCID-tssn-kdqp-jbez | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/litellm/GHSA-69x8-hrgq-fjj8.yml | 38.6.0 |
| 2026-06-12T21:49:56.237120+00:00 | GitLab Importer | Affected by | VCID-jw3v-fdn2-bugj | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/litellm/CVE-2026-35029.yml | 38.6.0 |
| 2026-06-12T21:49:27.679017+00:00 | GitLab Importer | Affected by | VCID-362j-e9vs-73gg | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/litellm/CVE-2026-35030.yml | 38.6.0 |