Lucene search
+L

32028 matches found

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

PT-2026-40057

The load model function in the neural magic training.py script of the optimate project in commit a6d302f912b481c94370811af6b11402f51d377f 2024-07-21 is vulnerable to insecure deserialization CWE-502. When loading a model state dictionary from a state dict.pt file via torch.load, the function does...

6.3AI score0.00803EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/05/12 12:00 a.m.•33 views

PT-2026-40119

The CosyVoice project thru commit 6e01309e01bc93bbeb83bdd996b1182a81aaf11e 2025-30-21 contains an insecure deserialization vulnerability CWE-502 in its model loading process. When loading model files .pt from a user-specified directory via the --model dir argument, the code uses torch.load withou...

6.5AI score0.00679EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
•added 2026/05/12 12:00 a.m.•30 views

PT-2026-40122

Name of the Vulnerable Software and Affected Versions imgaug versions prior to 0.4.0 Description Insecure deserialization occurs in the BackgroundAugmenter class within the multicore.py module. The augment images worker function uses Python's pickle module to deserialize data from a multiprocessi...

9.8CVSS6.4AI score0.00689EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2026/05/12 12:00 a.m.•19 views

PT-2026-40124

Name of the Vulnerable Software and Affected Versions Ludwig framework versions prior to 0.10.5 Description Insecure deserialization occurs through the predict method. When a dataset file path is provided to this method, the framework automatically determines the file format. If a pickle .pkl fil...

9.8CVSS6.4AI score0.00875EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
•added 2026/05/12 12:00 a.m.•26 views

PT-2026-40126

Name of the Vulnerable Software and Affected Versions mamba versions prior to 2.2.7 Description Insecure deserialization occurs when loading pre-trained models from HuggingFace Hub. The MambaLMHeadModel.from pretrained function uses torch.load to load the pytorch model.bin weight file without...

9.8CVSS6.2AI score0.00597EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
•added 2026/05/12 12:00 a.m.•12 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...

6.3AI score0.00687EPSS
SaveExploits0References2
CVE
CVE
•added 2026/05/12 12:00 a.m.•63 views

CVE-2026-31235

The imgaug library, versions 0.4.0 and earlier , is vulnerable to an insecure deserialization flaw in the BackgroundAugmenter class within the multicore.py module. The vulnerability exists because the _augment_images_worker() method uses Python's pickle module to deserialize data from a multiproc...

6.5AI score0.00689EPSS
SaveExploits0References2
CVE
CVE
•added 2026/05/12 12:00 a.m.•46 views

CVE-2026-31221

PyTorch-Lightning versions 2.6.0 and earlier contain an insecure deserialization vulnerability (CWE-502) in the checkpoint loading mechanism. The LightningModule.load_from_checkpoint() (and related checkpoint loading paths) call torch.load() without weights_only=True, allowing deserialization of ...

8.8CVSS6.3AI score0.00554EPSS
SaveExploits1References2Affected Software1
CVE
CVE
•added 2026/05/12 12:00 a.m.•28 views

CVE-2026-31218

The optimate project, an AI model optimization tool library developed by Nebuly, contains an insecure deserialization vulnerability (CWE-502) in the _load_model() function of the neural_magic_training.py script (commit a6d302f912b481c94370811af6b11402f51d377f). The root cause is the failure to en...

8.8CVSS6.3AI score0.00803EPSS
SaveExploits0References2
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/05/12 12:00 a.m.•1 views

CVE-2026-30805: Initialization of a Resource with an Insecure Default

Insecure Default Initialization of Resource vulnerability allows Authentication Bypass via API access. This issue affects Pandora FMS: from 777 through 800...

9.1CVSS5.8AI score0.00479EPSS
SaveExploits0References3
CVE
CVE
•added 2026/05/12 12:00 a.m.•56 views

CVE-2026-31234

Horovod versions up to and including 0.28.1 are vulnerable to an insecure deserialization (CWE-502) flaw within its KVStore HTTP server component. The KVStore server, utilized for distributed task coordination, lacks necessary authentication and authorization controls, which enables a remote atta...

6.4AI score0.01031EPSS
SaveExploits0References2
CVE
CVE
•added 2026/05/12 12:00 a.m.•33 views

CVE-2026-31237

The Ludwig framework (versions through 0.10.4 ) is vulnerable to insecure deserialization (CWE-502) within its predict() method. The issue occurs because the framework automatically identifies dataset file formats and uses pandas.read_pickle() to load .pkl files without any validation or security...

6.3AI score0.00875EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/05/12 12:00 a.m.•47 views

CVE-2026-31219

The loadmodel function in the neuralmagictraining.py script of the optimate project in commit a6d302f912b481c94370811af6b11402f51d377f 2024-07-21 is vulnerable to insecure deserialization CWE-502. When a user provides a single model file path e.g., .pt or .pth via the --model command-line argumen...

0.00803EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/05/12 12:00 a.m.•45 views

CVE-2026-31214

The torch-checkpoint-shrink.py script in the ml-engineering project in commit 0099885db36a8f06556efe1faf552518852cb1e0 2025-20-27 contains an insecure deserialization vulnerability CWE-502. The script uses torch.load to process PyTorch checkpoint files .pt without enabling the security-restrictiv...

0.00875EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/05/12 12:00 a.m.•48 views

CVE-2026-31232

The CosyVoice project thru commit 6e01309e01bc93bbeb83bdd996b1182a81aaf11e 2025-30-21 contains an insecure deserialization vulnerability CWE-502 in its model loading process. When loading model files .pt from a user-specified directory via the --modeldir argument, the code uses torch.load without...

0.00679EPSS
SaveExploits0References2
Cvelist
Cvelist
•added 2026/05/12 12:00 a.m.•51 views

CVE-2026-31229

The Adversarial Robustness Toolbox ART thru 1.20.1 contains an insecure deserialization vulnerability CWE-502 in its Kubeflow component's model loading functionality. When loading model weights from a file e.g., model.pt during robustness evaluation, the code uses torch.load without the...

0.00875EPSS
SaveExploits0References2
CVE
CVE
•added 2026/05/12 12:00 a.m.•34 views

CVE-2026-31214

The torch-checkpoint-shrink.py script within the ml-engineering project (commit 0099885db36a8f06556efe1faf552518852cb1e0 ) is vulnerable to insecure deserialization (CWE-502). The script utilizes torch.load() to process PyTorch checkpoint files (.pt ) without enabling the security-restrictive wei...

6.3AI score0.00875EPSS
SaveExploits0References2
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/05/12 12:00 a.m.•0 views

CVE-2026-42191: Creation of Temporary File in Directory with Insecure Permissions

OpenTelemetry.Exporter.OpenTelemetryProtocol is the OTLP OpenTelemetry Protocol exporter implementation. From 1.8.0 to 1.15.2, the OTLP disk retry feature in OpenTelemetry.Exporter.OpenTelemetryProtocol silently fell back to Path.GetTempPath when OTELDOTNETEXPERIMENTALOTLPRETRY=disk was set but...

7.8CVSS5.9AI score0.00148EPSS
SaveExploits0References4
OSV
OSV
•added 2026/05/12 12:00 a.m.•15 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...

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

CVE-2026-31214

The torch-checkpoint-shrink.py script in the ml-engineering project in commit 0099885db36a8f06556efe1faf552518852cb1e0 2025-20-27 contains an insecure deserialization vulnerability CWE-502. The script uses torch.load to process PyTorch checkpoint files .pt without enabling the security-restrictiv...

6.3AI score0.00875EPSS
SaveExploits0References2
Rows per page
Query Builder