Lucene search
+L

576 matches found

OSV
OSV
added 2025/10/22 4:45 p.m.11 views

GHSA-CQ46-M9X9-J8W2 Scapy Session Loading Vulnerable to Arbitrary Code Execution via Untrusted Pickle Deserialization

Summary An unsafe deserialization vulnerability in Scapy Internally, this triggers: python main.py SESSION = pickle.loadgzip.opensessionname, "rb" Since no validation or restriction is performed on the deserialized object, any code embedded via reduce will be executed immediately. This makes it...

5.4CVSS6.2AI score
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/10/20 6:23 p.m.13 views

CVE-2025-62515

pyquokka is a framework for making data lakes work for time series. In versions 0.3.1 and prior, the FlightServer class directly uses pickle.loads to deserialize action bodies received from Flight clients without any sanitization or validation in the doaction method. The vulnerable code is locate...

9.8CVSS7.9AI score0.00779EPSS
SaveExploits1References1
GithubExploit
GithubExploit
added 2025/10/20 1:44 p.m.315 views

Exploit for CVE-2025-62515

pyquokka-rce-poc !GitHub starshttps://img.shields.io/gith...

9.8CVSS8.6AI score0.00779EPSS
SaveExploits1
NVD
NVD
added 2025/10/17 9:15 p.m.28 views

CVE-2025-62515

pyquokka is a framework for making data lakes work for time series. In versions 0.3.1 and prior, the FlightServer class directly uses pickle.loads to deserialize action bodies received from Flight clients without any sanitization or validation in the doaction method. The vulnerable code is locate...

9.8CVSS0.00779EPSS
SaveExploits1References1
OSV
OSV
added 2025/10/17 8:38 p.m.12 views

CVE-2025-62515 Remote Code Execution by Pickle Deserialization via FlightServer in pyquokka

pyquokka is a framework for making data lakes work for time series. In versions 0.3.1 and prior, the FlightServer class directly uses pickle.loads to deserialize action bodies received from Flight clients without any sanitization or validation in the doaction method. The vulnerable code is locate...

9.8CVSS8.2AI score0.00779EPSS
SaveExploits1References3
CVE
CVE
added 2025/10/17 8:38 p.m.35 views

CVE-2025-62515

CVE-2025-62515 affects pyquokka ≤ 0.3.1. The FlightServer’s do_action() deserializes untrusted data with Python’s unsafe pickle.loads(), specifically in pyquokka/flight.py around line 283, enabling arbitrary remote code execution when the server is exposed (e.g., binding to 0.0.0.0) and handling ...

9.8CVSS7.8AI score0.00779EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2025/10/17 8:38 p.m.24 views

CVE-2025-62515 Remote Code Execution by Pickle Deserialization via FlightServer in pyquokka

pyquokka is a framework for making data lakes work for time series. In versions 0.3.1 and prior, the FlightServer class directly uses pickle.loads to deserialize action bodies received from Flight clients without any sanitization or validation in the doaction method. The vulnerable code is locate...

9.8CVSS0.00779EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2025/10/17 8:38 p.m.7 views

CVE-2025-62515 Remote Code Execution by Pickle Deserialization via FlightServer in pyquokka

pyquokka is a framework for making data lakes work for time series. In versions 0.3.1 and prior, the FlightServer class directly uses pickle.loads to deserialize action bodies received from Flight clients without any sanitization or validation in the doaction method. The vulnerable code is locate...

9.8CVSS7.8AI score0.00779EPSS
SaveExploits1References1
EUVD
EUVD
added 2025/10/17 6:08 p.m.13 views

EUVD-2025-34900

pyquokka is Vulnerable to Remote Code Execution by Pickle Deserialization via FlightServer...

9.8CVSS6.8AI score0.00779EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2025/10/17 6:08 p.m.16 views

pyquokka is Vulnerable to Remote Code Execution by Pickle Deserialization via FlightServer

Description In the FlightServer class of the pyquokka framework, the doaction method directly uses pickle.loads to deserialize action bodies received from Flight clients without any sanitization or validation, which results in a remote code execution vulnerability. The vulnerable code is located...

9.8CVSS8.9AI score0.00779EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2025/10/17 6:08 p.m.12 views

GHSA-F74J-GFFQ-VM9P pyquokka is Vulnerable to Remote Code Execution by Pickle Deserialization via FlightServer

Description In the FlightServer class of the pyquokka framework, the doaction method directly uses pickle.loads to deserialize action bodies received from Flight clients without any sanitization or validation, which results in a remote code execution vulnerability. The vulnerable code is located...

9.8CVSS8.9AI score0.00779EPSS
SaveExploits1References4
CNNVD
CNNVD
added 2025/10/17 12:00 a.m.12 views

Quokka 代码问题漏洞

Quokka is an open source content management framework written in Python. A code issue vulnerability exists in quokka 0.3.1 and earlier versions, which stems from the FlightServer class directly deserializing operation data from a Flight client using pickle.loads in the doaction method, which coul...

9.8CVSS7.5AI score0.00779EPSS
SaveExploits1References2
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-61765

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - python-socketio is a Python implementation of the Socket.IO realtime client and server. A remote code execution vulnerability in python-socketio versions prior ...

6.4CVSS7.4AI score0.00482EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/07 11:25 p.m.10 views

SUSE CVE-2025-61765

python-socketio is a Python implementation of the Socket.IO realtime client and server. A remote code execution vulnerability in python-socketio versions prior to 5.14.0 allows attackers to execute arbitrary Python code through malicious pickle deserialization in multi-server deployments on which...

6.4CVSS8.4AI score0.00482EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/07 12:55 p.m.15 views

GHSA-G8C6-8FJJ-2R4M python-socketio vulnerable to arbitrary Python code execution (RCE) through malicious pickle deserialization in certain multi-server deployments

Summary A remote code execution vulnerability in python-socketio versions prior to 5.14.0 allows attackers to execute arbitrary Python code through malicious pickle deserialization in multi-server deployments on which the attacker previously gained access to the message queue that the servers use...

6.4CVSS8.5AI score0.00482EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/07 12:55 p.m.17 views

EUVD-2025-32549

python-socketio vulnerable to arbitrary Python code execution RCE through malicious pickle deserialization in certain multi-server deployments...

6.4CVSS7.2AI score0.00482EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/10/07 12:55 p.m.16 views

python-socketio vulnerable to arbitrary Python code execution (RCE) through malicious pickle deserialization in certain multi-server deployments

Summary A remote code execution vulnerability in python-socketio versions prior to 5.14.0 allows attackers to execute arbitrary Python code through malicious pickle deserialization in multi-server deployments on which the attacker previously gained access to the message queue that the servers use...

6.4CVSS8.5AI score0.00482EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2011-1127

Malware in sbrugna...

5CVSS6.1AI score0.01524EPSS
SaveExploits0References7
OSV
OSV
added 2025/10/06 4:15 p.m.7 views

DEBIAN-CVE-2025-61765

python-socketio is a Python implementation of the Socket.IO realtime client and server. A remote code execution vulnerability in python-socketio versions prior to 5.14.0 allows attackers to execute arbitrary Python code through malicious pickle deserialization in multi-server deployments on which...

6.4CVSS7.3AI score0.00482EPSS
SaveExploits0References1
OSV
OSV
added 2025/10/06 4:15 p.m.7 views

UBUNTU-CVE-2025-61765

python-socketio is a Python implementation of the Socket.IO realtime client and server. A remote code execution vulnerability in python-socketio versions prior to 5.14.0 allows attackers to execute arbitrary Python code through malicious pickle deserialization in multi-server deployments on which...

6.4CVSS6.7AI score0.00482EPSS
SaveExploits0References4
Rows per page
Query Builder