CVE-2026-57516
HIGH Exploitation: PoC
8.8
CVSS 3.1
Description
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.
Metadata
Severity & Metrics
8.8
HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
SSVC — CISA Coordinator
Affected products (1)
| Vendor | Product | Platform | Versions |
|---|---|---|---|
| Anyscale, Inc | Ray | — | 0 < 2.56.0 |
Weakness (CWE)
| CWE | Source | Description |
|---|---|---|
| CWE-502 | cna | Deserialization of Untrusted Data |
CVSS scores (2)
| Score | Severity | Version | Source | Vector |
|---|---|---|---|---|
| 8.8 | HIGH | 3.1 | cna | CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
| 8.6 | HIGH | 4.0 | cna | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N |
References (5)
- Release Notes https://github.com/ray-project/ray/releases/tag/ray-2.56.0
- GitHub Security Advisory (GHSA-hhrp-gw25-jr43) https://github.com/ray-project/ray/security/advisories/GHSA-hhrp-gw25-jr43
- Fix PR (1) https://github.com/ray-project/ray/pull/63469
- Fix PR (2) https://github.com/ray-project/ray/pull/63470
- https://www.vulncheck.com/advisories/ray-unsafe-deserialization-rce-via-webdataset-reader