Lucene search
+L

1761 matches found

Positive Technologies
Positive Technologies
added 2025/12/13 12:0 a.m.10 views

PT-2025-51115

A security vulnerability has been detected in tiny-rdm Tiny RDM up to 1.2.5. Affected by this vulnerability is the function pickle.loads of the file pickle convert.go of the component Pickle Decoding. The manipulation leads to deserialization. The attack can be initiated remotely. A high degree o...

5CVSS6.4AI score0.00223EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/12/13 12:0 a.m.10 views

Tiny RDM 代码问题漏洞

Tiny RDM is a desktop manager by Lykin Personal Developers. A code issue vulnerability exists in Tiny RDM 1.2.5 and earlier versions, which stems from a deserialization issue in the pickle.loads function of the pickleconvert.go file in the Pickle Decoding component, which could lead to remote...

5CVSS5.4AI score0.00223EPSS
SaveExploits0References5
Packet Storm
Packet Storm
added 2025/12/05 12:0 a.m.939 views

📄 Flask 3.0.0 Remote Code Execution

Flask version 3.0.0 suffers from multiple remote code execution vulnerabilities. Exploit Title: Flask 3.0.0 CookApp - Multiple Unauthenticated RCE Vulnerabilities Date: 2024-12-05 Exploit Author: nu11secur1ty Vendor Homepage: https://flask.palletsprojects.com/ Software Link:...

10CVSS8.5AI score0.99562EPSS
SaveExploits380
The Hacker News
The Hacker News
added 2025/12/03 9:30 a.m.4 views

Picklescan Bugs Allow Malicious PyTorch Models to Evade Scans and Execute Code

Three critical security flaws have been disclosed in an open-source utility called Picklescan that could allow malicious actors to execute arbitrary code by loading untrusted PyTorch models, effectively bypassing the tool's protections. Picklescan, developed and maintained by Matthieu Maitre...

9.8CVSS8.2AI score0.01428EPSS
SaveExploits3
RedhatCVE
RedhatCVE
added 2025/12/02 12:22 p.m.20 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.00715EPSS
SaveExploits1References1
GithubExploit
GithubExploit
added 2025/11/27 2:23 p.m.206 views

pickle-scan-bypass-poc

CTF Write-up: BrineBreaker Pickle Scan Evasion Este reposit...

7AI score
SaveExploits0
NVD
NVD
added 2025/11/25 10:15 p.m.9 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.8CVSS0.00715EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/11/25 9:31 p.m.4 views

CVE-2025-62703 Fugue is Vulnerable to Remote Code Execution by Pickle Deserialization via FlaskRPCServer

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.8CVSS8.8AI score0.00715EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/11/25 9:31 p.m.15 views

CVE-2025-62703 Fugue is Vulnerable to Remote Code Execution by Pickle Deserialization via FlaskRPCServer

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.8CVSS0.00715EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/11/25 9:31 p.m.7 views

EUVD-2025-199646

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.8CVSS8.6AI score0.00715EPSS
SaveExploits1References4
OSV
OSV
added 2025/11/25 9:31 p.m.10 views

CVE-2025-62703 Fugue is Vulnerable to Remote Code Execution by Pickle Deserialization via FlaskRPCServer

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.00715EPSS
SaveExploits1References4
CVE
CVE
added 2025/11/25 9:31 p.m.28 views

CVE-2025-62703

CVE-2025-62703 affects Fugue up to version 0.9.2, where the RPC server’s FlaskRPCServer decodes data with cloudpickle.loads() without sanitization, enabling remote code execution through crafted pickle payloads. The issue lies in the _decode() function in fugue/rpc/flask.py, allowing deserializat...

8.8CVSS8.8AI score0.00715EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2025/11/25 8:39 p.m.8 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.00715EPSS
SaveExploits1References5
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
CNNVD
CNNVD
added 2025/11/25 12:0 a.m.6 views

fugue 代码问题漏洞

fugue is an open source unified interface for distributed computing by The Fugue Project. A code issue vulnerability exists in fugue 0.9.2 and earlier versions, which stems from FlaskRPCServer remote code execution via pickle deserialization...

8.8CVSS7.7AI score0.00715EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2025/11/25 12:0 a.m.8 views

PT-2025-48089

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

8.8CVSS8.3AI score0.00715EPSS
SaveExploits1References22
Veracode
Veracode
added 2025/11/24 1:12 p.m.11 views

Deserialization Of Untrusted Data

pyfory and pyfury are vulnerable to Deserialization Of Untrusted Data. The vulnerability is due to the ability to craft a malicious serialized data stream that triggers the pickle-fallback serializer, which allows an attacker to invoke pickle.loads and achieve remote code execution...

9.8CVSS7.7AI score0.41255EPSS
SaveExploits2References7Affected Software2
Debian
Debian
added 2025/11/18 10:59 p.m.10 views

[SECURITY] [DLA 4374-1] pdfminer security update

------------------------------------------------------------------------- Debian LTS Advisory DLA-4374-1 [email protected] https://www.debian.org/lts/security/ Chris Lamb November 18, 2025 https://wiki.debian.org/LTS -...

8.6CVSS7.4AI score0.00314EPSS
SaveExploits5
Tenable Nessus
Tenable Nessus
added 2025/11/17 12:0 a.m.5 views

Fedora 43 : python-pdfminer (2025-63872f52bb)

The remote Fedora 43 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2025-63872f52bb advisory. Update to 20251107 Fix: arbitary code execution when loading pickle font files Security fix for GHSA-wf5f-4jwr-ppcp / CVE-2025-64512 Tenable has extracted th...

8.6CVSS7.8AI score0.00314EPSS
SaveExploits5References2
OpenVAS
OpenVAS
added 2025/11/17 12:0 a.m.4 views

Fedora: Security Advisory (FEDORA-2025-63872f52bb)

The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.6CVSS6.5AI score0.00314EPSS
SaveExploits5References4
Rows per page
Query Builder