Lucene search
+L

1916 matches found

NVD
NVD
added 2025/10/31 7:15 a.m.9 views

CVE-2025-63675

cryptidy through 1.2.4 allows code execution via untrusted data because pickle.loads is used. This occurs in aesdecryptmessage in symmetricencryption.py...

8.8CVSS0.00234EPSS
SaveExploits1References2
CVE
CVE
added 2025/10/31 12:00 a.m.35 views

CVE-2025-63675

The vulnerability CVE-2025-63675 affects cryptidy up to version 1.2.4. The root cause is deserialization of untrusted data via pickle.loads in aes_decrypt_message within cryptidy/symmetric_encryption.py, enabling code execution. Multiple sources (Red Hat, OSV, GHSA, Snyk, CVE records) corroborate...

8.8CVSS7.3AI score0.00234EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2025/10/31 12:00 a.m.8 views

cryptidy 安全漏洞

cryptidy is an AES and RSA encryption and decryption software from the NetInvent Open Source Initiative open source. A security vulnerability exists in cryptidy 1.2.4 and earlier versions, which stems from the use of pickle.loads to process untrustworthy data in the aesdecryptmessage function in...

8.8CVSS7AI score0.00234EPSS
SaveExploits1References3
EUVD
EUVD
added 2025/10/31 12:00 a.m.9 views

EUVD-2025-37311

cryptidy through 1.2.4 allows code execution via untrusted data because pickle.loads is used. This occurs in aesdecryptmessage in symmetricencryption.py...

6.9CVSS7.1AI score0.00234EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2025/10/31 12:00 a.m.10 views

PT-2025-44585

Name of the Vulnerable Software and Affected Versions cryptidy versions through 1.2.4 Description The software allows code execution due to the use of pickle.loads with untrusted data. This issue occurs within the aes decrypt message function located in the symmetric encryption.py file...

8.8CVSS6.4AI score0.00234EPSS
SaveExploits1References16
Vulnrichment
Vulnrichment
added 2025/10/31 12:00 a.m.2 views

CVE-2025-63675

cryptidy through 1.2.4 allows code execution via untrusted data because pickle.loads is used. This occurs in aesdecryptmessage in symmetricencryption.py...

6.9CVSS7.3AI score0.00234EPSS
SaveExploits1References2
OSV
OSV
added 2025/10/31 12:00 a.m.7 views

CVE-2025-63675

cryptidy through 1.2.4 allows code execution via untrusted data because pickle.loads is used. This occurs in aesdecryptmessage in symmetricencryption.py...

6.9CVSS7.7AI score
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/25 12:00 a.m.7 views

SUSE SLED15 / SLES15 / openSUSE 15 Security Update : python-python-socketio (SUSE-SU-2025:3780-1)

The remote SUSE Linux SLED15 / SLEDSAP15 / SLES15 / SLESSAP15 / openSUSE 15 host has a package installed that is affected by a vulnerability as referenced in the SUSE-SU-2025:3780-1 advisory. - CVE-2025-61765: fixed by using json, rather than pickle for serialization bsc1251193 Tenable has...

6.4CVSS5.9AI score0.00446EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2025/10/24 1:27 p.m.10 views

Security update for python-python-socketio

This update for python-python-socketio fixes the following issues: CVE-2025-61765: fixed by using json, rather than pickle for serialization bsc1251193 Patch Instructions: To install this SUSE update use the SUSE recommended installation methods like YaST onlineupdate or "zypper patch"...

6.4CVSS7AI score0.00446EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/24 1:26 p.m.5 views

SUSE-SU-2025:3780-1 Security update for python-python-socketio

This update for python-python-socketio fixes the following issues: - CVE-2025-61765: fixed by using json, rather than pickle for serialization bsc1251193...

6.4CVSS7AI score0.00446EPSS
SaveExploits0References3
Saint
Saint
added 2025/10/24 12:00 a.m.128 views

BentoML runner server deserialization vulnerability

Added: 10/24/2025 CVE: CVE-2024-9070 Background BentoML is a Python library for building online serving systems optimized for AI apps and model inference. Problem A deserialization vulnerability in the BentoML runner server allows remote attackers to execute arbitrary commands by sending a...

9.8CVSS9.8AI score0.00915EPSS
SaveExploits2
Snyk
Snyk
added 2025/10/22 4:45 p.m.9 views

Deserialization of Untrusted Data

Overview scapy is a Python-based interactive packet manipulation program and library. Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the loadsession process. An attacker can execute arbitrary code by convincing a user to load a malicious .pkl.gz session...

7.3CVSS7.6AI score
SaveExploits0References3
EUVD
EUVD
added 2025/10/22 4:45 p.m.17 views

EUVD-2025-35596

Scapy Session Loading Vulnerable to Arbitrary Code Execution via Untrusted Pickle Deserialization...

6.7AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/10/22 4:45 p.m.32 views

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

8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/10/22 4:45 p.m.9 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
Veracode
Veracode
added 2025/10/21 8:44 p.m.10 views

Improper Input Validation

picklescan is vulnerable to Improper Input Validation. The vulnerability is due to inadequate validation in the scanning logic that fails to properly inspect pickle files with PyTorch-related extensions, which allows an attacker to bypass security checks and execute malicious code when the file i...

9.3CVSS7.3AI score0.0084EPSS
SaveExploits1References5Affected Software1
RedhatCVE
RedhatCVE
added 2025/10/20 6:23 p.m.10 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.312 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.26 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.10 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
Rows per page
Query Builder