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.

339
Total CVEs
17
Pages
Page 11 of 17
Current
Severity CVE CVSS
MEDIUM CVE-2025-54952 -
MEDIUM GHSA-r54c-2xmf-2cf3 -
CRITICAL CVE-2024-12029 9.8
CRITICAL GHSA-ggpf-24jw-3fcw 9.8
MEDIUM GHSA-v7x6-rv5q-mhwc -
MEDIUM GHSA-fj43-3qmq-673f -
HIGH CVE-2025-46417 -
HIGH CVE-2024-7776 8.1
MEDIUM CVE-2025-1716 -
MEDIUM CVE-2025-1889 -
HIGH CVE-2024-5187 8.8
CRITICAL CVE-2023-6020 9.3
HIGH CVE-2026-27893 8.8
HIGH CVE-2026-27489 8.6
HIGH CVE-2026-34445 8.6
MEDIUM CVE-2026-34446 4.7
MEDIUM CVE-2026-34447 5.5
HIGH GHSA-q56x-g2fj-4rj6 7.1
MEDIUM CVE-2026-33865 -
MEDIUM CVE-2026-33866 4.3

Page 11 of 17