PT-2025-48089 · Fugue+1 · Fugue+1
Chenpinji
·
Published
2025-11-25
·
Updated
2025-12-30
·
CVE-2025-62703
CVSS v3.1
8.8
High
| Vector | AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Fugue versions 0.9.2 and earlier
Description
Fugue is a unified interface for distributed computing. A remote code execution issue exists due to insecure deserialization of data using cloudpickle.loads() within the
decode() function in fugue/rpc/flask.py. This allows an attacker to execute arbitrary code on a victim's machine by sending malicious pickle data through the RPC server. The vulnerability resides in the RPC communication mechanism, where a client can transmit serialized Python objects that are deserialized on the server side without proper sanitization.Recommendations
Versions prior to 0.9.2 should be updated.
Exploit
Fix
RCE
Deserialization of Untrusted Data
OS Command Injection
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Fugue
Cloudpickle