Lucene search
+L

30074 matches found

Positive Technologies
Positive Technologies
added 2026/05/12 12:0 a.m.24 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.00472EPSS
SaveExploits0References7
CVE
CVE
added 2026/05/12 12:0 a.m.26 views

CVE-2026-31214

The vulnerability CVE-2026-31214 affects the torch-checkpoint-shrink.py script in the ml-engineering project, commit 0099885db36a8f06556efe1faf552518852cb1e0 (2025-20-27). The script uses torch.load() to process PyTorch checkpoint files (.pt) without enabling weights_only=True, allowing the deser...

9.8CVSS6.3AI score0.00486EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/12 12:0 a.m.32 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.00385EPSS
SaveExploits1References2Affected Software1
Positive Technologies
Positive Technologies
added 2026/05/12 12:0 a.m.27 views

PT-2026-40037

Name of the Vulnerable Software and Affected Versions Schneider Electric EcoStruxure Panel Server affected versions not specified Description An insecure default resource initialization issue exists that may cause credentials to revert to initial settings under rare circumstances. This allows...

8.2CVSS5.5AI score0.00291EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/05/12 12:0 a.m.16 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.00559EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/12 12:0 a.m.7 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
CVE
CVE
added 2026/05/12 12:0 a.m.35 views

CVE-2026-31234

Horovod through v0.28.1 exposes an insecure deserialization vulnerability (CWE-502) in its KVStore HTTP server. The KVStore server lacks authentication/authorization, allowing remote attackers to write arbitrary data via HTTP PUT. When a Horovod worker subsequently reads data from KVStore (via HT...

9.8CVSS6.4AI score0.00687EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/12 12:0 a.m.38 views

CVE-2026-31218

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 loading a model state dictionary from a statedict.pt file via torch.load, the function does not...

0.00559EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/05/12 12:0 a.m.9 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...

6.3AI score0.00559EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/05/12 12:0 a.m.46 views

CVE-2026-31238

The Ludwig framework thru 0.10.4 is vulnerable to insecure deserialization CWE-502 in its model serving component. When starting a model server with the ludwig serve command, the framework loads model weight files using torch.load without enabling the security-restrictive weightsonly=True...

0.00497EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/12 12:0 a.m.23 views

PT-2026-40049

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.00341EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/12 12:0 a.m.13 views

Snorkel 安全漏洞

Snorkel is an open-source system developed by Snorkel that enables rapid generation of training data using weak supervision. Versions of Snorkel prior to v0.10.0 contain security vulnerabilities. These vulnerabilities stem from the MultitaskClassifier class’s MultitaskClassifier.load method, whic...

8.8CVSS6.1AI score0.00392EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/05/12 12:0 a.m.41 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...

0.00392EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/12 12:0 a.m.26 views

PT-2026-40063

Name of the Vulnerable Software and Affected Versions snorkel versions prior to 0.10.1 Description Insecure deserialization occurs in the MultitaskClassifier.load method of the MultitaskClassifier class. The method utilizes torch.load to load model weight files without enabling the weights...

8.8CVSS6.5AI score0.00392EPSS
SaveExploits0References9
CVE
CVE
added 2026/05/12 12:0 a.m.24 views

CVE-2026-31232

CVE-2026-31232 affects the CosyVoice project; insecure deserialization (CWE-502) in model loading via --model_dir allows loading .pt files with pickle payloads. torch.load() is called without weights_only=True, enabling arbitrary Python object deserialization and remote code execution when a vict...

8.8CVSS6.5AI score0.00458EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/12 12:0 a.m.34 views

CVE-2026-31239

The CVE-2026-31239 entry concerns the Mamba language model framework up to version 2.2.6. The issue is insecure deserialization (CWE-502) when loading pre-trained models from HuggingFace Hub. The MambaLMHeadModel.from_pretrained() method uses torch.load() to load the pytorch_model.bin weight file...

9.8CVSS6.1AI score0.00409EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/12 12:0 a.m.17 views

Mk-Auth 安全漏洞

Mk-Auth is a Brazilian internet service provider management system developed by Mk-Auth company. It is used to control client access and permissions through a network interface panel. Version 23.01K4.9 of MK-Auth contains a security vulnerability caused by insecure direct object references. This...

5.4CVSS5.8AI score0.00168EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/12 12:0 a.m.32 views

Google Cloud AlloyDB for PostgreSQL 安全漏洞

Google Cloud AlloyDB for PostgreSQL is a cloud-native, high-performance relational database service from Google Inc. That service is compatible with PostgreSQL. Versions of Google Cloud AlloyDB for PostgreSQL prior to 2025-11-03 contained a security vulnerability. This vulnerability stemmed from...

9.2CVSS5.9AI score0.00239EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/12 12:0 a.m.12 views

Adversarial Robustness Toolbox 安全漏洞

Adversarial Robustness Toolbox is an open-source machine learning security defense and evaluation tool developed by Trusted-AI. Versions of Adversarial Robustness Toolbox 1.20.1 and earlier contained security vulnerabilities. These vulnerabilities stemmed from the model loading function in the...

9.8CVSS6.2AI score0.006EPSS
SaveExploits0References1
CVE
CVE
added 2026/05/12 12:0 a.m.25 views

CVE-2026-31229

The ART (Adversarial Robustness Toolbox) package up to v1.20.1 contains an insecure deserialization vulnerability in its Kubeflow component’s model loading path. Loading model weights (e.g., model.pt) uses torch.load() without weights_only=True, allowing arbitrary Python object deserialization vi...

9.8CVSS6.3AI score0.006EPSS
SaveExploits0References2
Rows per page
Query Builder