GHSA-mw35-8rx3-xf9r · Severity: high · Ecosystem: pip — Ray: Remote Code Execution via Parquet Arrow Extension Type Deserialization
Ray is an AI compute engine. From version 2.54.0 to before version 2.55.0, Ray Data registers custom Arrow extension types (ray.data.arrow_tensor, ray.data.arrow_tensor_v2, ray.data.arrow_variable_shaped_tensor) globally in PyArrow. When PyArrow reads a Parquet file containing one of these extension types, it calls __arrow_ext_deserialize__ on the field's metadata bytes. Ray's implementation passes these bytes directly to cloudpickle.loads(), achieving arbitrary code execution during schema parsing, before any row data is read. This issue has been patched in version 2.55.0.
Conclusion & alert: CVE-2026-41486 is rated Moderate Risk (49/100): CVSS High severity, with low exploitation likelihood (EPSS 0.47%). Mandatory action: Review affected assets and schedule remediation.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.03% | 0.47% | +0.44% |
| 2 | 2026-05-22 | 0.08% | 0.03% | -0.05% |
| 3 | 2026-05-09 | — | 0.08% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.9 | 4.0 | HIGH |
|
— | — | [email protected] |
| 8.8 | 3.1 | HIGH |
|
2.8 | 5.9 | [email protected] |
GHSA-mw35-8rx3-xf9r · Severity: high · Ecosystem: pip — Ray: Remote Code Execution via Parquet Arrow Extension Type Deserialization
| URL | Tags |
|---|---|
| https://github.com/ray-project/ray/commit/c02bd31ae31996805868baa446a131a8d304525f | Patch |
| https://github.com/ray-project/ray/pull/62056 | Issue Tracking Patch |
| https://github.com/ray-project/ray/releases/tag/ray-2.55.0 | Product Release Notes |
| https://github.com/ray-project/ray/security/advisories/GHSA-mw35-8rx3-xf9r | Vendor Advisory |