deps(security): bump litellm floor to >=1.83.7 (5 GHSA: 2 CRITICAL + 3 HIGH)#1882
Merged
qin-ctx merged 2 commits intovolcengine:mainfrom May 7, 2026
Merged
Conversation
Close 5 GHSA advisories (2 CRITICAL, 3 HIGH) by raising the lower bound from >=1.0.0 to >=1.83.7. The existing ceiling <1.83.13 is unchanged. - GHSA-r75f-5x8p-qvmc (CRITICAL): SQL Injection in Proxy API key verification - GHSA-jjhc-v7c2-5hh6 (CRITICAL): OIDC userinfo cache key collision auth bypass - GHSA-v4p8-mg3p-g94g (HIGH): Authenticated RCE via MCP stdio test endpoints - GHSA-xqmj-j6mv-4862 (HIGH): SSTI in /prompts/test endpoint - GHSA-69x8-hrgq-fjj8 (HIGH): Password hash exposure / pass-the-hash bypass All 5 advisories are patched in litellm 1.83.7 (or earlier 1.83.0, covered by the new floor).
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
qin-ctx
approved these changes
May 7, 2026
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
Raise
litellmfloor inpyproject.tomlfrom>=1.0.0to>=1.83.7to close five GHSA advisories. The existing ceiling<1.83.13is unchanged.Vulnerabilities
>=1.81.16,<1.83.7<1.83.0>=1.74.2,<1.83.7>=1.80.5,<1.83.7<1.83.0>=1.83.7is the smallest floor that closes all five. CRITICAL items are SQL injection in proxy API-key verification (auth surface) and OIDC userinfo cache-key collision auth bypass; HIGH items are authenticated RCE via MCP stdio test endpoints, SSTI in/prompts/test, and password-hash exposure / pass-the-hash bypass.Diff
Notes
<1.83.13ceiling kept as-is.1.83.7is well below the ceiling; no resolver math change.uv.locknot regenerated in this PR, matching Dependabot precedent (build(deps): update litellm requirement from <1.83.9,>=1.0.0 to >=1.0.0,<1.83.13 #1670, build(deps): update litellm requirement from <1.83.1,>=1.0.0 to >=1.0.0,<1.83.9 #1496, build(deps): update litellm requirement from <1.83.13,>=1.83.7 to >=1.83.7,<1.83.15 #1829 — alllitellm-related PRs only touchedpyproject.toml). Locked-install users will pick up the new floor on the nextuv lock. Happy to add auv.lockregen commit if maintainers prefer it in-band.<1.83.13→<1.83.15), orthogonal to this floor bump. Whichever lands second will need a one-line rebase; I'll handle the rebase if this lands first, or update on top of build(deps): update litellm requirement from <1.83.13,>=1.83.7 to >=1.83.7,<1.83.15 #1829.gh pr list).python-multipart(GHSA-pp6c-gr5w-3c5g).