Lucene search
+L

415 matches found

OSV
OSV
added 2025/04/24 3:31 a.m.8 views

GHSA-4P4H-9GVQ-7XFG Duplicate Advisory: Picklescan Vulnerable to Exfiltration via DNS via linecache and ssl.get_server_certificate

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-93mv-x874-956g. This link is maintained to preserve external references. Original Description The unsafe globals in Picklescan before 0.0.25 do not include ssl. Consequently, ssl.getservercertificate can...

6.8CVSS6.2AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/04/24 3:31 a.m.16 views

Duplicate Advisory: Picklescan Vulnerable to Exfiltration via DNS via linecache and ssl.get_server_certificate

Duplicate Advisory This advisory has been withdrawn because it is a duplicate of GHSA-93mv-x874-956g. This link is maintained to preserve external references. Original Description The unsafe globals in Picklescan before 0.0.25 do not include ssl. Consequently, ssl.getservercertificate can...

7.5CVSS7AI score0.00215EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
added 2025/04/24 1:15 a.m.14 views

PYSEC-2025-34

The unsafe globals in Picklescan before 0.0.25 do not include ssl. Consequently, ssl.getservercertificate can exfiltrate data via DNS after deserialization...

6.8CVSS7AI score0.00215EPSS
SaveExploits1References2Affected Software1
NVD
NVD
added 2025/04/24 1:15 a.m.14 views

CVE-2025-46417

The unsafe globals in Picklescan before 0.0.25 do not include ssl. Consequently, ssl.getservercertificate can exfiltrate data via DNS after deserialization...

7.5CVSS0.00215EPSS
SaveExploits1References2
OSV
OSV
added 2025/04/24 1:15 a.m.8 views

PYSEC-2025-34

The unsafe globals in Picklescan before 0.0.25 do not include ssl. Consequently, ssl.getservercertificate can exfiltrate data via DNS after deserialization...

7.5CVSS6.9AI score0.00215EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2025/04/24 12:00 a.m.8 views

picklescan 安全漏洞

picklescan is a security scanning program by the individual developer Matthieu Maitre. A security vulnerability exists in picklescan versions prior to 0.0.25, which stems from an insecure global variable that could lead to a data leak...

7.5CVSS6.3AI score0.00215EPSS
SaveExploits1References2
Vulnrichment
Vulnrichment
added 2025/04/24 12:00 a.m.8 views

CVE-2025-46417

The unsafe globals in Picklescan before 0.0.25 do not include ssl. Consequently, ssl.getservercertificate can exfiltrate data via DNS after deserialization...

6.8CVSS6.9AI score0.00215EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/04/24 12:00 a.m.23 views

CVE-2025-46417

The unsafe globals in Picklescan before 0.0.25 do not include ssl. Consequently, ssl.getservercertificate can exfiltrate data via DNS after deserialization...

6.8CVSS0.00215EPSS
SaveExploits1References2
CVE
CVE
added 2025/04/24 12:00 a.m.82 views

CVE-2025-46417

CVE-2025-46417 affects Picklescan up to version 0.0.25, where unsafe globals exclude ssl, allowing ssl.get_server_certificate to exfiltrate data via DNS after deserialization. Exploitation details are not provided in the connected documents. CVSS vectors indicate high impact under NVD (7.5) and m...

7.5CVSS6.6AI score0.00215EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2025/04/24 12:00 a.m.8 views

CVE-2025-46417

The unsafe globals in Picklescan before 0.0.25 do not include ssl. Consequently, ssl.getservercertificate can exfiltrate data via DNS after deserialization...

6.8CVSS6.9AI score
SaveExploits0References4
Veracode
Veracode
added 2025/04/16 3:12 a.m.10 views

Deserialization Attack

Picklescan is vulnerable to Deserialization Attack. The vulnerability is due to insecure deserialization by Picklescan's failure to detect malicious pickles, which allows an attacker to exfiltrate sensitive information via DNS...

6.7AI score
SaveExploits0
Veracode
Veracode
added 2025/04/15 10:22 a.m.13 views

Remote Code Execution (RCE)

Picklescan is vulnerable to Remote Code Execution RCE. The vulnerability is due to insufficient detection of dangerous deserialization behavior due to bypassing security checks by invoking benign built-in functions like timeit.timeit in the reduce method, which are not blacklisted and allow...

8.4AI score
SaveExploits0
Github Security Blog
Github Security Blog
added 2025/04/07 7:37 p.m.12 views

Picklescan missing detection when calling built-in python library function timeit.timeit()

Summary Using timeit.timeit function, which is a built-in python library function to execute remote pickle file. Details Pickle’s deserialization process is known to allow execution of function via reduce method. While Picklescan is meant to detect such exploits, this attack evades detection by...

8.4AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/04/07 7:37 p.m.11 views

GHSA-V7X6-RV5Q-MHWC Picklescan missing detection when calling built-in python library function timeit.timeit()

Summary Using timeit.timeit function, which is a built-in python library function to execute remote pickle file. Details Pickle’s deserialization process is known to allow execution of function via reduce method. While Picklescan is meant to detect such exploits, this attack evades detection by...

5.3CVSS8.4AI score0.00709EPSS
SaveExploits0References4
Snyk
Snyk
added 2025/04/07 7:37 p.m.4 views

Incomplete List of Disallowed Inputs

Overview picklescan is a Security scanner detecting Python Pickle files performing suspicious actions Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs in scanner.py, which does not include timeit or other modules that can be leveraged for unintended command...

8.8CVSS7.3AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/04/07 6:54 p.m.20 views

Picklescan failed to detect to some unsafe global function in Numpy library

Summary An unsafe deserialization vulnerability in Python’s pickle module allows an attacker to bypass static analysis tools like Picklescan and execute arbitrary code during deserialization. This can be exploited by import some built-in function in Numpy library that indrectly call some dangerou...

8.6AI score
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/04/07 6:54 p.m.10 views

GHSA-FJ43-3QMQ-673F Picklescan failed to detect to some unsafe global function in Numpy library

Summary An unsafe deserialization vulnerability in Python’s pickle module allows an attacker to bypass static analysis tools like Picklescan and execute arbitrary code during deserialization. This can be exploited by import some built-in function in Numpy library that indrectly call some dangerou...

5.3CVSS8.6AI score0.00552EPSS
SaveExploits0References2
Snyk
Snyk
added 2025/04/07 6:54 p.m.7 views

Deserialization of Untrusted Data

Overview picklescan is a Security scanner detecting Python Pickle files performing suspicious actions Affected versions of this package are vulnerable to Deserialization of Untrusted Data in scanner.py, which does not include numpy.testing.private.utils or other modules that can be leveraged for...

8.8CVSS7.4AI score
SaveExploits0References2
OSV
OSV
added 2025/04/07 6:52 p.m.10 views

GHSA-93MV-X874-956G Picklescan Vulnerable to Exfiltration via DNS via linecache and ssl.get_server_certificate

Summary Picklescan does not detect malicious pickles that exfiltrate sensitive information via DNS after deserialization. Details picklescan’s blacklist can be bypassed to exfiltrate sensitive information like file contents, secrets, or credentials during model deserialization by leveraging...

7.1CVSS6.6AI score0.00215EPSS
SaveExploits1References5
Snyk
Snyk
added 2025/04/07 6:52 p.m.4 views

Incomplete List of Disallowed Inputs

Overview picklescan is a Security scanner detecting Python Pickle files performing suspicious actions Affected versions of this package are vulnerable to Incomplete List of Disallowed Inputs in scanner.py, which does not include ssl or other modules that can be leveraged for remote operations. An...

7.5CVSS6.6AI score0.00215EPSS
SaveExploits1References2
Rows per page
Query Builder