[GHSA-pgr7-mhp5-fgjp] vLLM deserialization vulnerability in vllm.distributed.GroupCoordinator.recv_object #5444
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.
Updates
Comments
Hello, I'm on the vLLM vulnerability management team. This report came out from before we had the team established to assist with the analysis of reports to ensure they were accurately represented.
This is one that takes an internal API and uses it in an intentionally insecure way. vLLM does NOT do what is described here. The issue described here is not a real cocnern unless you were writing your own code using vllm as a library and using internal APIs in a way that vLLM does NOT use them.
We do have a goal of reducing our usage of pickle as much as possible for security reasons. I would consider this report a weakness, but not a vulnerability.