Command Injection Affecting fugue package, versions [0,]


Severity

Recommended
0.0
critical
0
10

CVSS assessment by Snyk's Security Team. Learn more

Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
0.33% (56th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about Command Injection vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-PYTHON-FUGUE-14121794
  • published27 Nov 2025
  • disclosed25 Nov 2025
  • creditChenpinji

Introduced: 25 Nov 2025

NewCVE-2025-62703  (opens in a new tab)
CWE-78  (opens in a new tab)

How to fix?

There is no fixed version for fugue.

Overview

fugue is an An abstraction layer for distributed computation

Affected versions of this package are vulnerable to Command Injection via the _decode function, which invokes cloudpickle.loads() on untrusted data. An attacker can execute arbitrary code on the server by sending specially crafted serialized data to the RPC server on the network.

Workaround

This vulnerability can be mitigated by replacing unsafe deserialization methods with safer alternatives, such as using JSON serialization for simple data, Protocol Buffers or MessagePack for complex data, or implementing a custom Unpickler with restricted class loading. Additionally, binding the service to localhost and implementing authentication and authorization mechanisms can reduce exposure.

References

CVSS Base Scores

version 4.0
version 3.1