This repository was archived by the owner on Jun 24, 2026. It is now read-only.
[Aikido] Fix 38 security issues in vllm, gitpython, litellm and 1 more#95
Open
aikido-autofix[bot] wants to merge 1 commit into
Open
[Aikido] Fix 38 security issues in vllm, gitpython, litellm and 1 more#95aikido-autofix[bot] wants to merge 1 commit into
aikido-autofix[bot] wants to merge 1 commit into
Conversation
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Upgrade vLLM, GitPython, and LiteLLM to fix critical RCE vulnerabilities including arbitrary code execution during model loading, authentication bypass, git hook injection, and JWT cache poisoning.
✅ 38 CVEs resolved by this upgrade, including 8 critical 🚨 CVEs
This PR will resolve the following CVEs:
auto_mapdynamic modules during model resolution withouttrust_remote_codevalidation allows arbitrary code execution at server startup if an attacker can control the model repo/path.trust_remote_code=True, bypassing user's security settings and enabling remote code execution (RCE) via malicious model repositories even when explicitly disabled.nparameter values to trigger Denial of Service by blocking the asyncio event loop and causing Out-Of-Memory crashes due to lack of upper bound validation.