—
PYSEC-2026-2273
상세
Ray prior to 2.56.0 contains an unsafe deserialization vulnerability in the WebDataset reader that allows attackers to achieve remote code execution by supplying a malicious tar archive to the read_webdataset() function. The _default_decoder() function in webdataset_datasource.py unconditionally calls pickle.loads() on tar entries with .pkl/.pickle extensions and torch.load() with weights_only=False on .pt/.pth entries, executing arbitrary code inside Ray remote workers on every worker that processes the malicious archive.
이 버전이 영향받나요?
사용 중인 패키지 버전을 입력하면 즉시 평가합니다.
영향 패키지
참고
- https://github.com/ray-project/ray/releases/tag/ray-2.56.0 [ADVISORY]
- https://www.vulncheck.com/advisories/ray-unsafe-deserialization-rce-via-webdataset-reader [ADVISORY]
- https://github.com/ray-project/ray/pull/63469 [FIX]
- https://github.com/ray-project/ray/pull/63470 [FIX]
- https://github.com/ray-project/ray/security/advisories/GHSA-hhrp-gw25-jr43 [FIX]