Lucene search
+L

66 matches found

Github Security Blog
Github Security Blog
added 2025/11/25 8:39 p.m.9 views

Fugue is Vulnerable to Remote Code Execution by Pickle Deserialization via FlaskRPCServer

Summary 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...

8.8CVSS8.7AI score0.00715EPSS
SaveExploits1References5Affected Software1
Snyk
Snyk
added 2025/11/25 8:39 p.m.2 views

Command Injection

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...

9.2CVSS8AI score0.00715EPSS
SaveExploits1References2
Fedora
Fedora
added 2025/11/10 12:47 a.m.9 views

[SECURITY] Fedora 43 Update: python-cloudpickle-3.1.2-1.fc43

cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. cloudpickle is especially useful for cluster computing where Python expressions are shipped over the network to execute on remote hosts, possibly close to the...

7.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/11/10 12:0 a.m.7 views

Fedora 43 : python-cloudpickle / python-pydantic / python-pydantic-core / etc (2025-312ac3e645)

The remote Fedora 43 host has packages installed that are affected by a vulnerability as referenced in the FEDORA-2025-312ac3e645 advisory. Pydantic 2.12.4 This is the fourth 2.12 patch release, fixing more regressions, and reverting a change in the build method of the AnyUrl and Dsn types. This...

5.6AI score
SaveExploits0References1
GithubExploit
GithubExploit
added 2025/08/22 12:54 p.m.394 views

Exploit for Deserialization of Untrusted Data in Lfprojects Mlflow

| / || |...

8.8CVSS8.6AI score0.00703EPSS
SaveExploits6
Snyk
Snyk
added 2025/06/19 9:42 p.m.4 views

Deserialization of Untrusted Data

Overview upsonic is a Task oriented AI agent framework for digital workers and vertical AI agents Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the cloudpickle.loads function in the /tools/addtool process. An attacker can execute arbitrary code by...

8CVSS6.1AI score0.0048EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2025/06/19 9:31 p.m.12 views

Upsonic has vulnerability in Pickle Handler component that can lead to deserialization

A vulnerability, which was classified as critical, has been found in Upsonic up to 0.55.6. This issue affects the function cloudpickle.loads of the file /tools/addtool of the component Pickle Handler. The manipulation leads to deserialization. The exploit has been disclosed to the public and may ...

8CVSS5.4AI score0.0048EPSS
SaveExploits1References10Affected Software1
PyPA
PyPA
added 2025/06/19 9:15 p.m.16 views

PYSEC-2025-68

A vulnerability, which was classified as critical, has been found in Upsonic up to 0.55.6. This issue affects the function cloudpickle.loads of the file /tools/addtool of the component Pickle Handler. The manipulation leads to deserialization. The exploit has been disclosed to the public and may ...

8CVSS6.5AI score0.0048EPSS
SaveExploits1References9Affected Software1
CVE
CVE
added 2025/06/19 9:0 p.m.31 views

CVE-2025-6279

CVE-2025-6279 affects Upsonic up to 0.55.6. The vulnerability resides in the Pickle Handler’s function cloudpickle.loads (file /tools/add_tool) and enables deserialization due to the underlying root cause described in the coordinated disclosure. Exploit information is publicly disclosed according...

8CVSS5.5AI score0.0048EPSS
SaveExploits1References4Affected Software1
CNNVD
CNNVD
added 2025/06/19 12:0 a.m.9 views

Upsonic 代码问题漏洞

Upsonic is an AI agent framework open-sourced by Upsonic. A code issue vulnerability exists in Upsonic 0.55.6 and earlier versions, which stems from deserialization of the file /tools/addtool function cloudpickle.loads in the component Pickle Handler...

8CVSS5.5AI score0.0048EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2025/05/23 7:26 a.m.8 views

CVE-2024-0960

A vulnerability was found in flink-extended ai-flow 0.3.1. It has been declared as critical. Affected by this vulnerability is the function cloudpickle.loads of the file \aiflow\cli\commands\workflowcommand.py. The manipulation leads to deserialization. The attack can be launched remotely. The...

9.8CVSS6.8AI score0.00713EPSS
SaveExploits0References1
Snyk
Snyk
added 2025/03/20 12:32 p.m.3 views

Deserialization of Untrusted Data

Overview horovod is a Distributed training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. Affected versions of this package are vulnerable to Deserialization of Untrusted Data due to improper handling of base64-encoded data in the ElasticRendezvousHandler, a subclass of KVStoreHandle...

9.8CVSS7AI score0.01021EPSS
SaveExploits1References2
OSV
OSV
added 2025/03/20 10:15 a.m.7 views

CVE-2024-9053

vllm-project vllm version 0.6.0 contains a vulnerability in the AsyncEngineRPCServer RPC server entrypoints. The core functionality runserverloop calls the function makehandlercoro, which directly uses cloudpickle.loads on received messages without any sanitization. This can result in remote code...

9.8CVSS7.3AI score0.01274EPSS
SaveExploits1References1
OSV
OSV
added 2025/03/20 10:15 a.m.11 views

PYSEC-2025-222

vllm-project vllm version 0.6.0 contains a vulnerability in the AsyncEngineRPCServer RPC server entrypoints. The core functionality runserverloop calls the function makehandlercoro, which directly uses cloudpickle.loads on received messages without any sanitization. This can result in remote code...

9.8CVSS6.4AI score0.01274EPSS
SaveExploits1References2
PyPA
PyPA
added 2025/03/20 10:15 a.m.10 views

PYSEC-2025-222

vllm-project vllm version 0.6.0 contains a vulnerability in the AsyncEngineRPCServer RPC server entrypoints. The core functionality runserverloop calls the function makehandlercoro, which directly uses cloudpickle.loads on received messages without any sanitization. This can result in remote code...

9.8CVSS7.4AI score0.01274EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2025/03/20 10:15 a.m.32 views

CVE-2024-9053

vllm-project vllm version 0.6.0 contains a vulnerability in the AsyncEngineRPCServer RPC server entrypoints. The core functionality runserverloop calls the function makehandlercoro, which directly uses cloudpickle.loads on received messages without any sanitization. This can result in remote code...

9.8CVSS0.01274EPSS
SaveExploits1References1
CVE
CVE
added 2025/03/20 10:9 a.m.196 views

CVE-2024-9053

CVE-2024-9053 affects vllm-project/vllm 0.6.0, specifically the AsyncEngineRPCServer entrypoints. The run_server_loop() path calls _make_handler_coro() which uses cloudpickle.loads() on received messages without sanitization, enabling remote code execution via deserialization of untrusted data (n...

9.8CVSS9.7AI score0.01274EPSS
SaveExploits1References1Affected Software1
NVD
NVD
added 2024/03/14 7:15 p.m.14 views

CVE-2024-28424

zenml v0.55.4 was discovered to contain an arbitrary file upload vulnerability in the load function at /materializers/cloudpicklematerializer.py. This vulnerability allows attackers to execute arbitrary code via uploading a crafted file...

8.8CVSS7.8AI score0.00713EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/03/14 12:0 a.m.30 views

CVE-2024-28424

zenml v0.55.4 was discovered to contain an arbitrary file upload vulnerability in the load function at /materializers/cloudpicklematerializer.py. This vulnerability allows attackers to execute arbitrary code via uploading a crafted file...

8AI score0.00713EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2024/03/14 12:0 a.m.8 views

ZenML Security Vulnerability

ZenML is an extensible open source MLOps framework for creating portable, production-ready machine learning pipelines. A security vulnerability exists in ZenML version v0.55.4, which stems from an arbitrary file upload vulnerability contained in the load function in...

8.8CVSS7.7AI score0.00713EPSS
SaveExploits0References2
Rows per page
Query Builder