Lucene search
K

59 matches found

Positive Technologies
Positive Technologies
added 2026/04/24 12:0 a.m.7 views

PT-2026-37117

Name of the Vulnerable Software and Affected Versions Ray versions 2.49.0 through 2.54.0 Description Ray Data registers custom Arrow extension types ray.data.arrow tensor, ray.data.arrow tensor v2, and ray.data.arrow variable shaped tensor globally in PyArrow. When PyArrow reads a Parquet file...

8.9CVSS6.3AI score0.00473EPSS
Exploits0References9
Huntr
Huntr
added 2026/03/07 2:36 p.m.6 views

Unsafe cloudpickle deserialization in Prefect task runners and bundle deserialization

This report is not public...

5.4AI score
Exploits0
Huntr
Huntr
added 2026/02/17 8:26 p.m.11 views

Incomplete Fix for CVE-2025-10279: get_or_create_nfs_tmp_dir() Still Creates World-Writable (0o777) Directories Enabling Local Code Execution

Description Description CVE-2025-10279 huntr bounty 01d3b81e identified that MLflow's getorcreatetmpdir created temporary directories with world-writable permissions 0o777, enabling local attackers to tamper with model artifacts and achieve arbitrary code execution. The fix PR 17544, commit...

7.8CVSS7.4AI score0.00215EPSS
Exploits2
RedhatCVE
RedhatCVE
added 2026/01/24 9:15 a.m.11 views

CVE-2026-0773

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.8CVSS6.6AI score0.01146EPSS
Exploits0References1
NVD
NVD
added 2026/01/23 4:16 a.m.7 views

CVE-2026-0773

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.01146EPSS
Exploits0References1
Cvelist
Cvelist
added 2026/01/23 3:29 a.m.29 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.01146EPSS
Exploits0References1
CVE
CVE
added 2026/01/23 3:29 a.m.18 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.01146EPSS
Exploits0References1
Vulnrichment
Vulnrichment
added 2026/01/23 3:29 a.m.3 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.8CVSS6.6AI score0.01146EPSS
Exploits0References1
Zero Day Initiative
Zero Day Initiative
added 2026/01/09 12:0 a.m.14 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.01146EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2026/01/09 12:0 a.m.8 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.01146EPSS
Exploits0References3
Veracode
Veracode
added 2025/12/13 8:3 a.m.3 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.0067EPSS
Exploits1References2Affected Software1
RedhatCVE
RedhatCVE
added 2025/12/02 12:22 p.m.16 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.0067EPSS
Exploits1References1
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.0067EPSS
Exploits1References2
OSV
OSV
added 2025/11/25 8:39 p.m.5 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.0067EPSS
Exploits1References5
Github Security Blog
Github Security Blog
added 2025/11/25 8:39 p.m.6 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.0067EPSS
Exploits1References5Affected Software1
Fedora
Fedora
added 2025/11/10 12:47 a.m.6 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
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/11/10 12:0 a.m.4 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
Exploits0References1
GithubExploit
GithubExploit
added 2025/08/22 12:54 p.m.347 views

Exploit for Deserialization of Untrusted Data in Lfprojects Mlflow

| / || |...

8.8CVSS8.6AI score0.00697EPSS
Exploits5
Snyk
Snyk
added 2025/06/19 9:42 p.m.2 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.00464EPSS
Exploits1References2
Github Security Blog
Github Security Blog
added 2025/06/19 9:31 p.m.7 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.00464EPSS
Exploits1References10Affected Software1
Rows per page
Query Builder