deps(security): bump litellm floor to >=1.83.10 (GHSA-wxxx-gvqv-xp7p / CVE-2026-40217, sandbox escape RCE HIGH 8.8)#1984
Open
r266-tech wants to merge 2 commits into
Conversation
…CVE-2026-40217, sandbox escape RCE HIGH 8.8)
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
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
litellmfloor from>=1.83.7to>=1.83.10inpyproject.tomlto close GHSA-wxxx-gvqv-xp7p / CVE-2026-40217 (sandbox escape RCE, HIGH 8.8), published 2026-05-11T16:17:23Z.The current floor
1.83.7permits installing the vulnerable releases 1.83.7 / 1.83.8 / 1.83.9. The ceiling<1.83.13is unchanged.Advisory
>=1.81.8, <1.83.101.83.10(released 2026-04-27)POST /guardrails/test_custom_coderuns user-supplied Python in a hand-rolled sandbox. Bytecode-level escape allows RCE in the proxy process (runs as root in the default Docker image). Reaching the endpoint requires proxy-admin credential. Fix replaces the hand-rolled sandbox with RestrictedPython.OpenViking deployments that use a proxy-admin credential for ops automation (common pattern) are within blast radius.
Diff
Resolver viability
Three viable versions remain in the bumped range:
1.83.10,1.83.11,1.83.12, all live on PyPI. The ceiling<1.83.13is preserved from prior intentional ceiling pin (per#1882precedent and dependabot history of bumping below known-bad upper releases).Orthogonality with dependabot #1829
Dependabot #1829 (OPEN, 2026-04-30) extends the ceiling
<1.83.13→<1.83.15but leaves the floor at>=1.83.7. The two PRs are orthogonal — this PR closes the security gap at the floor; #1829 broadens the ceiling. Either can land first; if #1829 lands first, this PR rebases trivially (floor bump independent of ceiling).Form precedent
Same single-line floor-bump pattern as already merged by qin-ctx:
Test plan