[auto-cve-patch] [ray] allowlist 3 HIGH CVEs blocking ray 2.55.1 auto-release#6343
Closed
Jyothirmaikottu wants to merge 2 commits into
Closed
[auto-cve-patch] [ray] allowlist 3 HIGH CVEs blocking ray 2.55.1 auto-release#6343Jyothirmaikottu wants to merge 2 commits into
Jyothirmaikottu wants to merge 2 commits into
Conversation
…auto-release Ray 2.55.1 auto-release ecr-vulnerability-scan gate was blocked by 3 non-allowlisted HIGH CVEs across all sagemaker/ec2 cpu/gpu variants. All three are forced-allowlist classes (no in-image bump available): - CVE-2026-57516: ray 2.55.1->2.56.0 (WebDataset RCE). ray[serve] is an exact autorelease-managed pin (core contract); needs a Ray version bump. - CVE-2026-54277: aiohttp 3.13.5->3.14.1. Vendored in ray thirdparty_files; matches 8 existing aiohttp allowlist entries. - RUSTSEC-2026-0195: quick-xml 0.39.2->0.41.0. Vendored in the uv binary; fix not shipped in any stable uv release (latest 0.11.26 still 0.39.2). Signed-off-by: Jyothirmai Kottu <jkottu@amazon.com>
3 tasks
jinyan-li1
previously approved these changes
Jul 6, 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
Patch CVEs blocking the Ray auto-release
security-test / ecr-vulnerability-scangate. The scheduled Ray SageMaker and EC2 auto-releases failed because 3 non-allowlisted HIGH CVEs were flagged on the Ray 2.55.1 images.Images affected
ray:ray-sagemaker-cpu-2.55.1,ray:ray-sagemaker-gpu-2.55.1,ray:ray-ec2-cpu-2.55.1,ray:ray-ec2-gpu-2.55.1CVEs handled
ray[serve]is an exact autorelease-managed pin (core contract), needs a Ray version bumpthirdparty_files/; cannot patch without upstream ray releaseuvbinary; fix (0.41.0) not shipped in any stable uv release (latest 0.11.26 still ships 0.39.2)Test plan
🤖 Generated by Claude Code.