Lucene search
+L

1912 matches found

Github Security Blog
Github Security Blog
added 2026/01/09 8:52 p.m.17 views

Fickling has a bypass via runpy.run_path() and runpy.run_module()

Fickling's assessment runpy was added to the list of unsafe imports https://github.com/trailofbits/fickling/commit/9a2b3f89bd0598b528d62c10a64c1986fcb09f66. Original report Summary Fickling versions up to and including 0.1.6 do not treat Python’s runpy module as unsafe. Because of this, a malicio...

9.3CVSS8.3AI score0.00426EPSS
SaveExploits1References11Affected Software1
Debian
Debian
added 2026/01/08 8:07 p.m.16 views

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

------------------------------------------------------------------------- Debian LTS Advisory DLA-4374-2 [email protected] https://www.debian.org/lts/security/ Chris Lamb January 08, 2026 https://wiki.debian.org/LTS -...

8.6CVSS7AI score0.00312EPSS
SaveExploits9
EUVD
EUVD
added 2026/01/08 5:25 p.m.7 views

EUVD-2026-1561

picklescan has Arbitrary file read using io.FileIO...

6.4AI score
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/01/08 5:25 p.m.19 views

picklescan has Arbitrary file read using `io.FileIO`

Summary Unsafe pickle deserialization allows unauthenticated attackers to read arbitrary server files and perform SSRF. By chaining io.FileIO and urllib.request.urlopen, an attacker can bypass RCE-focused blocklists to exfiltrate sensitive data example: /etc/passwd to an external server. Details...

8.7CVSS6.9AI score0.00509EPSS
SaveExploits0References7Affected Software1
Snyk
Snyk
added 2026/01/08 5:25 p.m.15 views

Server-side Request Forgery (SSRF)

Overview picklescan is a Security scanner detecting Python Pickle files performing suspicious actions Affected versions of this package are vulnerable to Server-side Request Forgery SSRF via the io.FileIO and urllib.request.urlopen functions chaining. An attacker can access arbitrary files on the...

8.6CVSS6.9AI score
SaveExploits0References5
OSV
OSV
added 2026/01/08 5:25 p.m.4 views

GHSA-9726-W42J-3QJR picklescan has Arbitrary file read using `io.FileIO`

Summary Unsafe pickle deserialization allows unauthenticated attackers to read arbitrary server files and perform SSRF. By chaining io.FileIO and urllib.request.urlopen, an attacker can bypass RCE-focused blocklists to exfiltrate sensitive data example: /etc/passwd to an external server. Details...

8.7CVSS6.8AI score0.00509EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/01/08 12:00 a.m.25 views

PT-2026-50466

Name of the Vulnerable Software and Affected Versions picklescan versions prior to 0.0.35 Description Unsafe pickle deserialization allows unauthenticated attackers to read arbitrary server files and perform Server-Side Request Forgery SSRF. The issue occurs because the application deserializes...

8.7CVSS6.2AI score0.00509EPSS
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2026/01/08 12:00 a.m.13 views

PT-2026-3411

Summary Unsafe pickle deserialization allows unauthenticated attackers to read arbitrary server files and perform SSRF. By chaining io.FileIO and urllib.request.urlopen, an attacker can bypass RCE-focused blocklists to exfiltrate sensitive data example: /etc/passwd to an external server. Details...

9.3CVSS6.9AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/01/07 9:18 a.m.23 views

CVE-2025-1889

picklescan before 0.0.22 only considers standard pickle file extensions in the scope for its vulnerability scan. An attacker could craft a malicious model that uses Pickle and include a malicious pickle file with a non-standard file extension. Because the malicious pickle file inclusion is not...

9.8CVSS7.1AI score0.00381EPSS
SaveExploits2References1
Snyk
Snyk
added 2026/01/01 6:26 a.m.2 views

Deserialization of Untrusted Data

Overview ai-data-science-team is a Build and run an AI-powered data science team. Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the loadpickle function in aidatascienceteam/tools/dataloader.py. An attacker can execute arbitrary code by supplying a...

9.8CVSS7.7AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/12/30 3:24 p.m.141 views

Picklescan is vulnerable to RCE via missing detection when calling built-in python _operator.attrgetter

Summary Picklescan uses operator.attrgetter, which is a built-in python library function to execute remote pickle files. Details The attack payload executes in the following steps: - First, the attacker crafts the payload by calling the operator.attrgetter function in the reduce method. - Then,...

7.8AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/12/30 3:24 p.m.14 views

GHSA-46H3-79WF-XR6C Picklescan is vulnerable to RCE via missing detection when calling built-in python _operator.attrgetter

Summary Picklescan uses operator.attrgetter, which is a built-in python library function to execute remote pickle files. Details The attack payload executes in the following steps: - First, the attacker crafts the payload by calling the operator.attrgetter function in the reduce method. - Then,...

9.3CVSS7.7AI score0.00638EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2025/12/30 3:22 p.m.563 views

Picklescan is vulnerable to RCE via missing detection when calling built-in python _operator.methodcaller

Summary Picklescan uses operator.methodcaller, which is a built-in python library function to execute remote pickle files. Details The attack payload executes in the following steps: - First, the attacker crafts the payload by calling to operator.methodcaller function in reduce method - Then when...

7.8AI score
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/12/30 3:22 p.m.15 views

GHSA-955R-X9J8-7RHH Picklescan is vulnerable to RCE via missing detection when calling built-in python _operator.methodcaller

Summary Picklescan uses operator.methodcaller, which is a built-in python library function to execute remote pickle files. Details The attack payload executes in the following steps: - First, the attacker crafts the payload by calling to operator.methodcaller function in reduce method - Then when...

9.3CVSS7.7AI score0.00523EPSS
SaveExploits0References4
Snyk
Snyk
added 2025/12/30 3:20 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 via the numpy.f2py.crackfortran.evallength function. An attacker can execute arbitrary code by crafting a...

8.4CVSS6.1AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/12/30 3:20 p.m.18 views

Picklescan is vulnerable to RCE through missing detection when calling numpy.f2py.crackfortran._eval_length

Summary Picklescan uses the numpy.f2py.crackfortran.evallength function a NumPy F2PY helper to execute arbitrary Python code during unpickling. Details Picklescan fails to detect a malicious pickle that uses the gadget numpy.f2py.crackfortran.evallength in reduce, allowing arbitrary command...

8.1CVSS8AI score0.00523EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/12/30 3:20 p.m.7 views

GHSA-6556-FWC2-FG2P Picklescan is vulnerable to RCE through missing detection when calling numpy.f2py.crackfortran._eval_length

Summary Picklescan uses the numpy.f2py.crackfortran.evallength function a NumPy F2PY helper to execute arbitrary Python code during unpickling. Details Picklescan fails to detect a malicious pickle that uses the gadget numpy.f2py.crackfortran.evallength in reduce, allowing arbitrary command...

8.1CVSS7.8AI score0.00523EPSS
SaveExploits0References10
Snyk
Snyk
added 2025/12/30 3:18 p.m.3 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 via the getlincoef function. An attacker can execute arbitrary code by crafting a malicious pickle file that...

8.4CVSS6.2AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/12/30 3:18 p.m.13 views

Picklescan is vulnerable to RCE via missing detection when calling numpy.f2py.crackfortran.getlincoef

Summary Picklescan uses the numpy.f2py.crackfortran.getlincoef function a NumPy F2PY helper to execute arbitrary Python code during unpickling. Details Picklescan fails to detect a malicious pickle that uses the gadget numpy.f2py.crackfortran.getlincoef in reduce, allowing arbitrary command...

8AI score
SaveExploits0References5Affected Software1
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.31 views

PT-2026-55681

Name of the Vulnerable Software and Affected Versions picklescan versions prior to 0.0.34 Description The software fails to detect the operator.methodcaller built-in function when scanning pickle files for malicious code. This allows attackers to create malicious pickle payloads using...

9.3CVSS6.5AI score0.00523EPSS
SaveExploits0References12
Rows per page
Query Builder