GHSA-xv5p-fjw5-vrj6 · Severity: high · Ecosystem: pip — Fugue is Vulnerable to Remote Code Execution by Pickle Deserialization via FlaskRPCServer
Fugue is a unified interface for distributed computing that lets users execute Python, Pandas, and SQL code on Spark, Dask, and Ray with minimal rewrites. In version 0.9.2 and prior, there is a remote code execution vulnerability by pickle deserialization via FlaskRPCServer. The Fugue framework implements an RPC server system for distributed computing operations. In the core functionality of the RPC server implementation, I found that the _decode() function in fugue/rpc/flask.py directly uses cloudpickle.loads() to deserialize data without any sanitization. This creates a remote code execution vulnerability when malicious pickle data is processed by the RPC server. The vulnerability exists in the RPC communication mechanism where the client can send arbitrary serialized Python objects that will be deserialized on the server side, allowing attackers to execute arbitrary code on the victim's machine. This issue has been patched via commit 6f25326.
Conclusion & alert: CVE-2025-62703 is rated High Exploit Risk (74.2/100): CVSS High severity, with medium exploitation likelihood (EPSS 0.56%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
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-04-24 | 0.49% | 0.56% | +0.07% |
| 2 | 2026-04-23 | 0.61% | 0.49% | -0.12% |
| 3 | 2026-03-27 | — | 0.61% | — |
Full EPSS history (11 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.8 | 3.1 | HIGH |
|
2.8 | 5.9 | [email protected] |
GHSA-xv5p-fjw5-vrj6 · Severity: high · Ecosystem: pip — Fugue is Vulnerable to Remote Code Execution by Pickle Deserialization via FlaskRPCServer
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| fugue-project | fugue | <= 0.9.1 | cpe:2.3:a:fugue-project:fugue:*:*:*:*:*:*:*:* |