Lucene search
+L

84 matches found

CVE
CVE
added 2026/05/11 12:00 a.m.45 views

CVE-2026-31253

The CVE-2026-31253 entry concerns the flash-attention training framework. A deserialization flaw exists in the checkpoint loading path (checkpoint.py load_checkpoint and eval.py) where torch.load() is used without weights_only=True, enabling pickle-based object deserialization. This can allow an ...

7.3CVSS6.1AI score0.00218EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/05/11 12:00 a.m.11 views

CVE-2026-31253

The flash-attention training framework thru commit e724e2588cbe754beb97cf7c011b5e7e34119e62 2025-13-04 contains an insecure deserialization vulnerability CWE-502 in its checkpoint loading mechanism. The loadcheckpoint function in checkpoint.py and the checkpoint loading code in eval.py use...

6.1AI score0.00218EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2026/05/11 12:00 a.m.14 views

CVE-2026-31251

CosyVoice thru commit 6e01309e01bc93bbeb83bdd996b1182a81aaf11e 2025-30-21 contains an insecure deserialization vulnerability CWE-502 in its gRPC server component. When the server starts, it loads the speech synthesis model from a user-specified directory using torch.load without enabling the...

6.1AI score0.00218EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/05/04 8:21 p.m.15 views

CVE-2026-7597

A vulnerability was found in mem0ai mem0 up to 1.0.11. This affects the function pickle.load/pickle.dump of the file mem0/vectorstores/faiss.py. Performing a manipulation results in deserialization. It is possible to initiate the attack remotely. The exploit has been made public and could be used...

6.5CVSS6.2AI score0.00315EPSS
SaveExploits0References1
OSV
OSV
added 2026/05/01 9:15 p.m.16 views

CVE-2026-7597 mem0ai mem0 faiss.py pickle.dump deserialization

A vulnerability was found in mem0ai mem0 up to 1.0.11. This affects the function pickle.load/pickle.dump of the file mem0/vectorstores/faiss.py. Performing a manipulation results in deserialization. It is possible to initiate the attack remotely. The exploit has been made public and could be used...

5.3CVSS6AI score
SaveExploits0References9
Snyk
Snyk
added 2026/04/13 8:14 p.m.15 views

Arbitrary Code Injection

Overview Affected versions of this package are vulnerable to Arbitrary Code Injection via the pickle process. An attacker can execute arbitrary code by sending a specially crafted pickled string message. Remediation There is no fixed version for Pyro. References - GitHub Advisory - Vulnerable Cod...

9.8CVSS6.2AI score0.00569EPSS
SaveExploits0References2
Mageia
Mageia
added 2026/03/31 11:05 p.m.19 views

Updated python-ply packages fix security vulnerability

Unsafe pickle file handling in Ply. CVE-2025-56005...

9.8CVSS7.3AI score0.19069EPSS
SaveExploits3References2
Veracode
Veracode
added 2026/02/16 9:43 a.m.11 views

Unsafe Deserialization

The affected library is vulnerable to Unsafe Deserialization. The vulnerability is due to improper handling of pickle deserialization combined with the use of logging.FileHandler, which allows an attacker to bypass RCE-focused blocklists and create zero-byte files in arbitrary locations on the...

5.9AI score
SaveExploits0
EUVD
EUVD
added 2026/02/03 12:00 a.m.17 views

EUVD-2025-206704

pdfminer.six before 20251230 contains an insecure deserialization vulnerability in the CMap loading mechanism. The library uses Python pickle to deserialize CMap cache files without validation. An attacker with the ability to place a malicious pickle file in a location accessible to the applicati...

8.6CVSS6.4AI score0.00312EPSS
SaveExploits11References2
ATTACKERKB
ATTACKERKB
added 2026/01/22 12:09 a.m.5 views

CVE-2026-23946

Tendenci is an open source content management system built for non-profits, associations and cause-based sites. Versions 15.3.11 and below include a critical deserialization vulnerability in the Helpdesk module which is not enabled by default. This vulnerability allows Remote Code Execution RCE b...

9.8CVSS8.4AI score0.0135EPSS
SaveExploits1References9Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/30 3:20 p.m.20 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.9 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
Positive Technologies
Positive Technologies
added 2025/12/30 12:00 a.m.37 views

PT-2026-55677

Name of the Vulnerable Software and Affected Versions picklescan versions prior to 0.0.34 Description The software fails to detect operator.attrgetter function calls within pickle payloads, which allows security checks to be bypassed. Remote attackers can create malicious pickle files utilizing...

8.1CVSS6.6AI score0.00638EPSS
SaveExploits0References12
Github Security Blog
Github Security Blog
added 2025/12/29 3:22 p.m.18 views

Picklescan vulnerable to Arbitrary File Writing

Summary Picklescan has got open and shutil in its default dangerous blocklist to prevent arbitrary file overwrites. However the module distutils isnt blocked and can be used for the same purpose ie to write arbitrary files. Details This is another vulnerability which impacts the downstream user. ...

9.8CVSS7.4AI score0.00624EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2025/12/15 11:37 p.m.15 views

Fickling has Code Injection vulnerability via pty.spawn()

Fickling Assessment Based on the test case provided in the original report below, this bypass was caused by pty missing from our block list of unsafe module imports as previously documented in 108, rather than the unused variable heuristic. This led to unsafe pickles based on pty.spawn being...

8.5CVSS8AI score0.0027EPSS
SaveExploits1References6Affected Software1
NVD
NVD
added 2025/12/15 7:16 p.m.15 views

CVE-2025-65213

MooreThreads torchmusa through all versions contains an unsafe deserialization vulnerability in torchmusa.utils.comparetool. The compareforsingleop and naninftrackforsingleop functions use pickle.load on user-controlled file paths without validation, allowing arbitrary code execution. An attacker...

9.8CVSS0.00737EPSS
SaveExploits1References1
OPENSUSE Linux
OPENSUSE Linux
added 2025/11/11 12:00 a.m.11 views

Security update for python-pdfminer.six (important)

openSUSE Security Update: Security update for python-pdfminer.six Announcement ID: openSUSE-SU-2025:0428-1 Rating: important References: 1253228 Cross-References: CVE-2025-64512 Affected Products: openSUSE Backports SLE-15-SP7 An update that fixes one vulnerability is now available. Description:...

8.6CVSS7.2AI score0.00312EPSS
SaveExploits10References1
Positive Technologies
Positive Technologies
added 2025/11/07 12:00 a.m.8 views

PT-2026-5984

Name of the Vulnerable Software and Affected Versions pdfminer.six versions prior to 20251230 Description pdfminer.six contains an insecure deserialization issue in the CMap loading mechanism. The library utilizes Python pickle to deserialize CMap cache files without proper validation. An attacke...

7.8CVSS6.4AI score0.00289EPSS
SaveExploits1References18
EUVD
EUVD
added 2025/10/07 12:30 a.m.10 views

EUVD-2018-0132

Malware in sbrugna...

9.8CVSS9.1AI score0.02975EPSS
SaveExploits0References9
Snyk
Snyk
added 2025/10/01 10:41 a.m.5 views

Deserialization of Untrusted Data

Overview pyfory is an Apache Fory™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy Affected versions of this package are vulnerable to Deserialization of Untrusted Data via the pickle module. An attacker can execute arbitrary code by crafting a data stream...

9.8CVSS7.8AI score0.43506EPSS
SaveExploits2References2
Rows per page
Query Builder