Lucene search
+L

560 matches found

Positive Technologies
Positive Technologies
added 2026/05/12 12:00 a.m.17 views

PT-2026-40062

Name of the Vulnerable Software and Affected Versions snorkel versions prior to 0.10.1 Description Insecure deserialization occurs in the BaseLabeler.load method of the BaseLabeler class. The method utilizes the pickle.load function to load serialized labeler models from user-supplied file paths...

8.8CVSS6.6AI score0.00392EPSS
SaveExploits0References9
OSV
OSV
added 2026/05/12 12:00 a.m.13 views

CVE-2026-31222

The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability CWE-502 in the Trainer.load method of the Trainer class. The method loads model checkpoint files using torch.load without enabling the security-restrictive weightsonly=True parameter. This default behavior allows...

8.8CVSS6.6AI score
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/05/12 12:00 a.m.9 views

CVE-2026-31224

The snorkel library thru v0.10.0 contains an insecure deserialization vulnerability CWE-502 in the MultitaskClassifier.load method of the MultitaskClassifier class. The method loads model weight files using torch.load without enabling the security-restrictive weightsonly=True parameter. This...

6.3AI score0.00392EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/12 12:00 a.m.42 views

CVE-2026-31237

The Ludwig framework thru 0.10.4 is vulnerable to insecure deserialization CWE-502 through its predict method. When a user provides a dataset file path to the predict method, the framework automatically determines the file format. If the file is a pickle .pkl file, it is loaded using...

0.006EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/12 12:00 a.m.15 views

imgaug 安全漏洞

imgaug is a image enhancement tool library developed by Alexander Jung, used for data augmentation in machine learning. Imgaug versions 0.4.0 and earlier contain security vulnerabilities. These vulnerabilities stem from the BackgroundAugmenter class using the Python pickle module for...

9.8CVSS6.2AI score0.00472EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/12 12:00 a.m.45 views

CVE-2026-31223

The snorkel library thru v0.10.0 contains a critical insecure deserialization vulnerability CWE-502 in the BaseLabeler.load method of the BaseLabeler class. The method loads serialized labeler models using the unsafe pickle.load function on user-supplied file paths without any validation or...

0.00392EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/05/11 6:31 p.m.18 views

EUVD-2026-29098

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
SaveExploits0References3
NVD
NVD
added 2026/05/11 5:16 p.m.56 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...

7.3CVSS0.00218EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/11 12:00 a.m.72 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...

0.00218EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/11 12:00 a.m.23 views

PT-2026-39636

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
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/05/11 12:00 a.m.10 views

CVE-2026-31250

CosyVoice thru commit 6e01309e01bc93bbeb83bdd996b1182a81aaf11e 2025-30-21 contains an insecure deserialization vulnerability CWE-502 in its averagemodel.py model averaging tool. The script loads PyTorch checkpoint files epoch.pt for model averaging using torch.load without enabling the...

6.1AI score0.00222EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/05/11 12:00 a.m.10 views

CVE-2026-31252

CosyVoice thru commit 6e01309e01bc93bbeb83bdd996b1182a81aaf11e 2025-30-21 contains an insecure deserialization vulnerability CWE-502 in its model loading component. The framework uses torch.load to load model weight files e.g., llm.pt, flow.pt, hift.pt without enabling the security-restrictive...

6.1AI score0.00112EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/10 12:43 p.m.58 views

CVE-2021-47935 Sentry 8.2.0 Remote Code Execution via Pickle Deserialization

Sentry 8.2.0 contains a remote code execution vulnerability that allows authenticated superusers to execute arbitrary commands by injecting malicious pickle-serialized objects through the audit log entry data parameter. Attackers can submit crafted POST requests to the admin audit log endpoint wi...

8.8CVSS0.00927EPSS
SaveExploits1References3
CVE
CVE
added 2026/05/10 12:43 p.m.58 views

CVE-2021-47935

CVE-2021-47935 affects Sentry 8.2.0 and describes a remote code execution via pickle deserialization. The root cause is deserialization of malicious pickle-serialized objects injected into the audit log entry data parameter. An authenticated superuser can submit crafted POST requests to the admin...

8.8CVSS6.7AI score0.00927EPSS
SaveExploits1References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/05/10 12:43 p.m.16 views

CVE-2021-47935 Sentry 8.2.0 Remote Code Execution via Pickle Deserialization

Sentry 8.2.0 contains a remote code execution vulnerability that allows authenticated superusers to execute arbitrary commands by injecting malicious pickle-serialized objects through the audit log entry data parameter. Attackers can submit crafted POST requests to the admin audit log endpoint wi...

8.8CVSS6.7AI score0.00927EPSS
SaveExploits1References3
Veracode
Veracode
added 2026/05/07 9:32 a.m.21 views

Insecure Deserialization

pdfminer.six vulnerable to insecure deserialization. The vulnerability is due to the unsafe use of Python pickle for deserializing CMap cache files without proper validation, which allows an attacker to place a malicious pickle file in an accessible location and execute arbitrary code or escalate...

6.5CVSS6.2AI score0.00289EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2026/05/04 12:16 a.m.13 views

CVE-2026-7712

A security vulnerability has been detected in MindsDB up to 26.01. Affected is the function pickle.loads of the component Pickle Handler. The manipulation leads to deserialization. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used. The vend...

6.5CVSS0.00297EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/02 12:31 a.m.23 views

GHSA-XQXW-R767-67M7 mem0ai mem0 has an Improper Input Validation Issue

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.3CVSS5.4AI score0.00315EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/05/01 9:15 p.m.10 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...

6.5CVSS6.1AI score0.00315EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/05/01 9:15 p.m.12 views

EUVD-2026-26721

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.5CVSS5.4AI score0.00315EPSS
SaveExploits0References7
Rows per page
Query Builder