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 6 of 13
Current
Severity CVE CVSS
HIGH CVE-2025-66448 8.8
CRITICAL CVE-2026-22807 9.8
MEDIUM CVE-2024-28224 6.6
HIGH CVE-2024-45436 7.5
HIGH CVE-2024-12055 7.5
HIGH CVE-2024-8063 7.5
HIGH CVE-2025-0312 7.5
HIGH CVE-2025-0315 7.5
HIGH CVE-2025-0317 7.5
MEDIUM CVE-2025-51471 6.9
CRITICAL CVE-2025-63389 9.8
HIGH CVE-2025-66960 7.5
UNKNOWN CVE-2024-4254 -
CRITICAL CVE-2025-53002 9.8
UNKNOWN CVE-2024-4897 -
CRITICAL CVE-2020-13092 9.8
HIGH CVE-2020-28975 7.5
HIGH CVE-2025-54412 -
HIGH CVE-2025-54413 -
HIGH CVE-2025-54886 8.4

Page 6 of 13