Lucene search
+L

73 matches found

Cvelist
Cvelist
added 2026/01/23 3:29 a.m.44 views

CVE-2026-0773 Upsonic Cloudpickle Deserialization of Untrusted Data Remote Code Execution Vulnerability

Upsonic Cloudpickle Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Upsonic. Authentication is not required to exploit this vulnerability. The specific flaw exists within the...

9.8CVSS0.01314EPSS
SaveExploits0References1
CVE
CVE
added 2026/01/23 3:29 a.m.31 views

CVE-2026-0773

Upsonic is affected by a Cloudpickle deserialization vulnerability in the add_tool endpoint (default TCP port 7541). The flaw arises from improper validation of user-supplied data, allowing cloudpickle.loads() to deserialize untrusted data, enabling remote code execution with the service account’...

9.8CVSS6.6AI score0.01314EPSS
SaveExploits0References1
Zero Day Initiative
Zero Day Initiative
added 2026/01/09 12:00 a.m.20 views

(0Day) Upsonic Cloudpickle Deserialization of Untrusted Data Remote Code Execution Vulnerability

This vulnerability allows remote attackers to execute arbitrary code on affected installations of Upsonic. Authentication is not required to exploit this vulnerability. The specific flaw exists within the addtool endpoint, which listens on TCP port 7541 by default. The issue results from the lack...

9.8CVSS7.7AI score0.01314EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/01/09 12:00 a.m.14 views

PT-2026-2003

Name of the Vulnerable Software and Affected Versions Upsonic affected versions not specified Description A remote code execution issue exists in Upsonic due to deserialization of untrusted data. This allows for unauthenticated exploitation, potentially impacting systems that rely on the componen...

9.8CVSS8AI score0.01314EPSS
SaveExploits0References3
Veracode
Veracode
added 2025/12/13 8:03 a.m.12 views

Remote Code Execution (RCE)

Fugue is vulnerable to Remote Code Execution RCE. The vulnerability is due to unsafe deserialization in the FlaskRPCServer implementation, where the decode function uses cloudpickle.loads on untrusted data, allowing attackers to send malicious serialized objects that execute arbitrary code on the...

8.8CVSS6.3AI score0.00732EPSS
SaveExploits1References2Affected Software1
RedhatCVE
RedhatCVE
added 2025/12/02 12:22 p.m.26 views

CVE-2025-62703

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

8.8CVSS9.1AI score0.00732EPSS
SaveExploits1References1
OSV
OSV
added 2025/11/25 8:39 p.m.20 views

GHSA-XV5P-FJW5-VRJ6 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.6AI score0.00732EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2025/11/25 8:39 p.m.10 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.00732EPSS
SaveExploits1References5Affected Software1
Snyk
Snyk
added 2025/11/25 8:39 p.m.4 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.00732EPSS
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:00 a.m.8 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.396 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.00499EPSS
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.00499EPSS
SaveExploits1References10Affected Software1
PyPA
PyPA
added 2025/06/19 9:15 p.m.18 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.00499EPSS
SaveExploits1References9Affected Software1
CVE
CVE
added 2025/06/19 9:00 p.m.36 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.00499EPSS
SaveExploits1References4Affected Software1
CNNVD
CNNVD
added 2025/06/19 12:00 a.m.10 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.00499EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2025/05/23 7:26 a.m.10 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.5 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.01096EPSS
SaveExploits1References2
OSV
OSV
added 2025/03/20 10:15 a.m.9 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.01356EPSS
SaveExploits1References1
Rows per page
Query Builder