Lucene search
+L

541 matches found

Kitploit
Kitploit
added 2026/08/24 6:13 p.m.2 views

rpc-rce.py

rpc.py RCE Exploit CVE-2022-35411 Questo è un exploit aggiornato e migliorato per CVE-2022-35411 , che colpisce le versioni vulnerabili di rpc.py Exploit originale di : Elias Hohl Migliorato da : x7331 per usabilità, portabilità e automazione Riepilogo della vulnerabilità La vulnerabilità risiede...

9.8CVSS8.7AI score0.46139EPSS
SaveExploits7References3
CVE
CVE
added 2026/08/24 1:12 p.m.15 views

CVE-2026-76843

CVE-2026-76843 affects the official Flair wheels for versions 0.15.0 and 0.15.1 . The file flair/models/clustering.py remains present in the distributed package despite being removed from the documented API. Its ClusteringModel.load static method deserializes via pickle.loads(joblib.load(str(mode...

8.4CVSS5.6AI score0.00147EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/24 1:12 p.m.9 views

EUVD-2026-64849

The official Flair wheels for 0.15.0 and 0.15.1 still contain flair/models/clustering.py, whose ClusteringModel.load static method returns pickle.loadsjoblib.loadstrmodelfile and so executes arbitrary Python while loading a model file. Loading a model supplied by an attacker therefore runs that...

8.4CVSS5.7AI score0.00147EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/24 1:12 p.m.6 views

CVE-2026-76843 Flair 0.15.0 and 0.15.1 Deserialization of Untrusted Data via ClusteringModel.load

The official Flair wheels for 0.15.0 and 0.15.1 still contain flair/models/clustering.py, whose ClusteringModel.load static method returns pickle.loadsjoblib.loadstrmodelfile and so executes arbitrary Python while loading a model file. Loading a model supplied by an attacker therefore runs that...

8.4CVSS5.8AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/08/24 7:25 a.m.3 views

CVE-2025-64512

CVE-2025-64512 — Unsichere Deserialisierung Pickle in pdfminer.six über präparierte PDFs ⚠️ Haftungsausschluss: Dieses Tool ist ausschließlich für Bildungszwecke und autorisierte Penetrationstests gedacht. Verwenden Sie es nur gegen Systeme, die Ihnen gehören oder für die Sie eine ausdrückliche...

8.6CVSS7.3AI score0.00312EPSS
SaveExploits9
Kitploit
Kitploit
added 2026/08/23 4:53 p.m.2 views

Pickle-Deserialization-Exploit-in-Transformers

Nutzung von Pickle-Deserialisierungslücken in Transformers Einführung in das Experiment Einführung in den Pickle-Deserialisierungsmechanismus und das reduce-Angriffsprinzip. Nachstellung der Deserialisierungslücke in der Hugging Face Transformers Bibliothek CVE-2024-3568. Analyse der...

9.6CVSS4.2AI score0.02067EPSS
SaveExploits2References2
Snyk
Snyk
added 2026/08/22 6:41 p.m.5 views

Insecure Default Initialization of Resource

Overview nltk is a Natural Language Toolkit NLTK is a Python package for natural language processing. Affected versions of this package are vulnerable to Insecure Default Initialization of Resource via disabled security enforcement in pathsec.py. An attacker can bypass protections against path...

8.7CVSS5.7AI score0.00334EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 3:16 p.m.11 views

CVE-2026-62388

NLTK versions before 3.10.0 default to ENFORCE=False in pathsec.py, causing all security validation functions to emit warnings instead of raising exceptions. Attackers can bypass path traversal and pickle deserialization protections by exploiting the disabled security controls that are only activ...

8.7CVSS0.00334EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/22 2:16 p.m.20 views

CVE-2026-71513

NLTK before 3.10.3 contains a remote code execution vulnerability in AllowlistUnpickler that validates only the pickle module string and not the global name, allowing attackers to resolve dotted names by attribute traversal to callables outside the allowlisted namespace. Attackers can craft...

8.8CVSS0.00784EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 2:12 p.m.26 views

CVE-2026-62388 NLTK before 3.10.0 Insecure Default Configuration pathsec

NLTK versions before 3.10.0 default to ENFORCE=False in pathsec.py, causing all security validation functions to emit warnings instead of raising exceptions. Attackers can bypass path traversal and pickle deserialization protections by exploiting the disabled security controls that are only activ...

8.7CVSS0.00334EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/22 2:12 p.m.11 views

CVE-2026-62388 NLTK before 3.10.0 Insecure Default Configuration pathsec

NLTK versions before 3.10.0 default to ENFORCE=False in pathsec.py, causing all security validation functions to emit warnings instead of raising exceptions. Attackers can bypass path traversal and pickle deserialization protections by exploiting the disabled security controls that are only activ...

8.7CVSS5.7AI score
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 2:12 p.m.8 views

EUVD-2026-64336

NLTK versions before 3.10.0 default to ENFORCE=False in pathsec.py, causing all security validation functions to emit warnings instead of raising exceptions. Attackers can bypass path traversal and pickle deserialization protections by exploiting the disabled security controls that are only activ...

8.7CVSS5.4AI score0.00334EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/22 2:12 p.m.24 views

CVE-2026-62388

NLTK (Python Natural Language Processing toolkit) versions before 3.10.0 ship with an insecure default in pathsec.py : the ENFORCE flag is set to False, causing all security validation functions to emit warnings rather than raising exceptions. This means path traversal and pickle deserialization ...

8.7CVSS5.4AI score0.00334EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/22 1:34 p.m.21 views

CVE-2026-71513 NLTK 3.10.0 through 3.10.2 Remote Code Execution via AllowlistUnpickler Dotted-Name Bypass

NLTK before 3.10.3 contains a remote code execution vulnerability in AllowlistUnpickler that validates only the pickle module string and not the global name, allowing attackers to resolve dotted names by attribute traversal to callables outside the allowlisted namespace. Attackers can craft...

8.7CVSS6.9AI score
SaveExploits0References6
CVE
CVE
added 2026/08/22 1:34 p.m.29 views

CVE-2026-71513

NLTK versions 3.10.0 through 3.10.2 contain a remote code execution vulnerability in the AllowlistUnpickler component (picklesec.py). The root cause is that the allowlist validation checks only the pickle module string but not the global name, enabling attackers to resolve dotted names via attrib...

8.8CVSS6.8AI score0.00784EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/22 1:34 p.m.10 views

EUVD-2026-64296

NLTK before 3.10.3 contains a remote code execution vulnerability in AllowlistUnpickler that validates only the pickle module string and not the global name, allowing attackers to resolve dotted names by attribute traversal to callables outside the allowlisted namespace. Attackers can craft...

8.8CVSS6.8AI score0.00784EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/22 1:34 p.m.28 views

CVE-2026-71513 NLTK 3.10.0 through 3.10.2 Remote Code Execution via AllowlistUnpickler Dotted-Name Bypass

NLTK before 3.10.3 contains a remote code execution vulnerability in AllowlistUnpickler that validates only the pickle module string and not the global name, allowing attackers to resolve dotted names by attribute traversal to callables outside the allowlisted namespace. Attackers can craft...

8.8CVSS0.00784EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-71513

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NLTK before 3.10.3 contains a remote code execution vulnerability in AllowlistUnpickler that validates only the pickle module string and not the global name,...

8.8CVSS8.8AI score0.00784EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-62388

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - NLTK versions before 3.10.0 default to ENFORCE=False in pathsec.py, causing all security validation functions to emit warnings instead of raising exceptions...

8.7CVSS5.6AI score0.00334EPSS
SaveExploits0References3
NVD
NVD
added 2026/08/21 7:17 p.m.7 views

CVE-2026-54071

BabelDOC is a document translation tool. Prior to 0.6.3, BabelDOC's vendored PDF parser in babeldoc/pdfminer/cmapdb.py deserializes untrusted pickle data when CMapDB.loaddata loads CMap files. PDF-controlled Encoding or CMapName values and embedded PostScript usecmap operators can reach this sink...

7.8CVSS0.00137EPSS
SaveExploits0References4
Rows per page
Query Builder