Bump litellm from 1.82.2 to 1.83.0 (CVE-2026-35030)#95
Open
chenosgabbay wants to merge 1 commit intoshcherbak-ai:mainfrom
Open
Bump litellm from 1.82.2 to 1.83.0 (CVE-2026-35030)#95chenosgabbay wants to merge 1 commit intoshcherbak-ai:mainfrom
chenosgabbay wants to merge 1 commit intoshcherbak-ai:mainfrom
Conversation
litellm < 1.83.0 is vulnerable to OIDC authentication bypass via JWT cache collision (CVE-2026-35030 / GHSA-jjhc-v7c2-5hh6). The flaw is in the OIDC userinfo caching mechanism which uses only the first 20 characters of a JWT token as the cache key, allowing an attacker to craft a token that collides with a legitimate user's cached entry. Bump the pinned version to 1.83.0 which fixes the cache key to use the full hash of the JWT token. Reference: GHSA-jjhc-v7c2-5hh6 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump the pinned
litellmversion from1.82.2to1.83.0to fix CVE-2026-35030 (GHSA-jjhc-v7c2-5hh6).Vulnerability
litellm < 1.83.0has an OIDC authentication bypass via JWT cache collision. The OIDC userinfo caching mechanism uses only the first 20 characters of a JWT token as the cache key. Since tokens generated by the same signing algorithm share identical initial characters, an attacker can craft a malicious token matching a legitimate user's cached token prefix, gaining unauthorized access.The fix in 1.83.0 changes the cache key to use the full hash of the JWT token.
Reference
Impact
This is a single-line change to
pyproject.toml— only the pinned litellm version number. No other dependencies or code are affected.