AI Component

Model

The model itself is an attack surface separate from the code that runs it. The model file is the first concern: pickle-based formats (PyTorch .bin, joblib, older HuggingFace) execute arbitrary code on load, so loading an untrusted model is loading untrusted code; safetensors solves this but adoption is incomplete. The model's behaviour is the second concern: adversarial examples bypass classifiers used as security controls, backdoor patterns planted during training survive deployment unless explicitly tested for, and model-extraction queries can clone proprietary fine-tunes. Production model registries (HuggingFace Hub, Ollama Library) have hosted backdoored variants of popular base models; HuggingFace now scans uploads for known-bad patterns, but defenses lag attacks. We track CVEs against model formats, model-loader libraries, and published research demonstrating new model-level attack classes against shipped commercial models.

255
Total CVEs
13
Pages
Page 4 of 13
Current
Severity CVE CVSS
HIGH CVE-2026-24747 8.8
HIGH CVE-2024-37058 8.8
CRITICAL CVE-2024-34359 9.6
HIGH CVE-2025-62609 7.5
CRITICAL CVE-2023-1177 9.8
HIGH CVE-2023-30172 7.5
CRITICAL CVE-2023-2780 9.8
CRITICAL CVE-2023-3765 10.0
HIGH CVE-2023-4033 7.8
HIGH CVE-2023-6015 7.5
CRITICAL CVE-2023-6018 9.8
CRITICAL CVE-2023-6014 9.8
HIGH CVE-2023-6753 8.8
HIGH CVE-2024-37052 8.8
HIGH CVE-2024-37053 8.8
HIGH CVE-2024-37054 8.8
HIGH CVE-2024-37055 8.8
HIGH CVE-2024-37056 8.8
HIGH CVE-2024-2928 7.5
MEDIUM CVE-2024-3099 5.4

Page 4 of 13