Lucene search
+L

13367 matches found

CVE
CVE
added 2026/05/12 12:0 a.m.43 views

CVE-2026-31222

The Snorkel library prior to v0.10.0 contains an insecure deserialization vulnerability (CWE-502) in Trainer.load(), where model checkpoints are loaded with torch.load() without weights_only=True. This allows deserialization of arbitrary Python objects via Pickle, enabling remote code execution w...

8.8CVSS6.3AI score0.00392EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2026/05/12 12:0 a.m.12 views

OptiMate 安全漏洞

OptiMate is an AI model optimization tool library developed by Nebuly. There is a security vulnerability in OptiMate. This vulnerability stems from the loadmodel function in the neuralmagictraining.py script, which loads model files using torch.load, without enabling the weightsonly=True paramete...

8.8CVSS6.2AI score0.00559EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/05/12 12:0 a.m.8 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...

6.3AI score0.00497EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/12 12:0 a.m.40 views

CVE-2026-31228

The connected documents confirm a vulnerability in the Adversarial Robustness Toolbox (ART) up to version 1.20.1, specifically in its Kubeflow component. The root cause is that the robustness evaluation function for PyTorch models uses Python’s unsafe eval() to dynamically evaluate user-supplied ...

9.8CVSS6.5AI score0.0061EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/05/12 12:0 a.m.22 views

CVE-2026-31236

The llm CLI tool thru 0.27.1 contains a critical code injection vulnerability via its --functions command-line argument. This argument is intended to allow users to provide custom Python function definitions. However, the tool directly executes the provided code using the unsafe exec function...

9.8CVSS6.3AI score0.00327EPSS
SaveExploits0
CVE
CVE
added 2026/05/12 12:0 a.m.17 views

CVE-2026-31219

The connected documents confirm a concrete vulnerability in the optimate project: the _load_model() (or load_model()) function in neural_magic_training.py deserializes a single model file passed via --model using torch.load() without weights_only=True, enabling arbitrary Python object deserializa...

8.8CVSS6.3AI score0.00559EPSS
SaveExploits0References2
CNNVD
CNNVD
added 2026/05/12 12:0 a.m.14 views

Mamba 安全漏洞

Mamba is a state-space model for linear time series modeling, open-sourced by State-Spaces. Versions of Mamba 2.2.6 and earlier contained security vulnerabilities. These vulnerabilities stemmed from the MambaLMHeadModel.frompretrained method, which used torch.load to load weight files without...

9.8CVSS6.2AI score0.00409EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2026/05/12 12:0 a.m.16 views

CosyVoice 安全漏洞

CosyVoice is an open-source voice generation and AI voice cloning platform developed by FunAudioLLM. CosyVoice has a security vulnerability. This vulnerability arises from the model loading process, where the .pt files in the user-specified directory are loaded using torch.load, without enabling...

8.8CVSS6.1AI score0.00458EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/05/12 12:0 a.m.19 views

PT-2026-40125

Name of the Vulnerable Software and Affected Versions Ludwig framework versions prior to 0.10.5 Description The model serving component is subject to insecure deserialization. When initiating a model server via the ludwig serve command, the framework utilizes the torch.load function to load model...

9.8CVSS6.5AI score0.00497EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/05/12 12:0 a.m.15 views

PT-2026-40116

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...

6.3AI score0.006EPSS
SaveExploits0References3
OSV
OSV
added 2026/05/11 11:20 p.m.11 views

MINI-GQ35-RX9M-X369

Bulletin has no description...

7.5CVSS5.7AI score0.00588EPSS
SaveExploits0
OSV
OSV
added 2026/05/11 11:20 p.m.9 views

MINI-W46H-24X5-MPFC

Bulletin has no description...

5.9CVSS5.7AI score0.0017EPSS
SaveExploits0
OSV
OSV
added 2026/05/11 11:20 p.m.9 views

MINI-P72F-5CRJ-32FW

Bulletin has no description...

7.5CVSS5.7AI score0.00798EPSS
SaveExploits0
OSV
OSV
added 2026/05/11 11:20 p.m.7 views

MINI-95G3-M35W-G493

Bulletin has no description...

5.3CVSS5.7AI score0.00179EPSS
SaveExploits0
OSV
OSV
added 2026/05/11 11:19 p.m.8 views

MINI-6XMC-299M-GP66

Bulletin has no description...

6.1CVSS5.7AI score0.00314EPSS
SaveExploits0
OSV
OSV
added 2026/05/11 11:18 p.m.10 views

MINI-57VP-2R25-GRC3

Bulletin has no description...

7.5CVSS5.7AI score0.00798EPSS
SaveExploits0
OSV
OSV
added 2026/05/11 11:18 p.m.6 views

MINI-X342-RFMJ-JPXF

Bulletin has no description...

7.5CVSS5.7AI score0.00781EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/05/11 9:42 p.m.8 views

CVE-2026-43900 DeepChat: Persistent DOM XSS via HTML Entity Encoding in `<antArtifact>` SVG Rendering (Bypass of `svgSanitizer.ts`)

DeepChat is an open-source artificial intelligence agent platform that unifies models, tools, and agents. Prior to v1.0.4-beta.1, a Cross-Site Scripting XSS vulnerability exists due to a discrepancy between the backend validation layer and the frontend browser rendering engine. The SVGSanitizer...

9.3CVSS6AI score0.00306EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2026/05/11 9:31 p.m.32 views

MLflow allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS7.3AI score0.00712EPSS
SaveExploits1References4Affected Software1
EUVD
EUVD
added 2026/05/11 9:31 p.m.28 views

EUVD-2026-29180

A vulnerability in the createmodelversion handler of mlflow/server/handlers.py in mlflow/mlflow versions 3.9.0 and earlier allows an unauthenticated remote attacker to read arbitrary files from the server's filesystem. The issue arises when a CreateModelVersion request includes the tag...

7.5CVSS7.3AI score0.00712EPSS
SaveExploits1References3
Rows per page
Query Builder