security(huggingface-vllm): allowlist CVE-2026-39822 and CVE-2026-55574#6379
Merged
Conversation
Both are unpatchable from the HF layer: - CVE-2026-39822: go/stdlib 1.25.9 statically linked inside the prebuilt mooncake libetcd_wrapper.so; needs a mooncake-transfer-engine rebuild (same class as the other CVE-2026-3982x mooncake entries here). - CVE-2026-55574: fixed only in vllm 0.24.0; the vLLM version is pinned by the base DLC and cannot be bumped independently. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: DWarez <dario.salvati@huggingface.co>
sallyseok
approved these changes
Jul 10, 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.
Purpose
The Hugging Face vLLM SageMaker ECR scan flags two non-allowlisted HIGH CVEs, both unpatchable from the HF layer. Approved to allowlist:
go/stdlib 1.25.9statically linked inside the prebuiltmooncake/libetcd_wrapper.so. Cannot be patched without amooncake-transfer-enginerebuild (same class as the otherCVE-2026-3982xmooncake entries already in this allowlist).vllm 0.22.1, fixed only in0.24.0. The vLLM version is pinned by the base DLC and can't be bumped independently.Both get a
reason+review_byintest/security/data/ecr_scan_allowlist/huggingface-vllm/framework_allowlist.json. This is risk-acceptance, not a code fix — neither CVE is patchable downstream.Test Plan
Re-run the Hugging Face vLLM pipeline security scan.
Test Result
pre-commitclean.🤖 Generated with Claude Code