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 16 of 17
Current
Severity CVE CVSS
HIGH CVE-2025-71340 8.1
HIGH CVE-2026-5757 7.5
CRITICAL CVE-2026-2651 9.0
HIGH CVE-2026-4775 7.8
HIGH CVE-2026-58116 8.8
HIGH CVE-2025-71349 8.1
HIGH CVE-2025-71350 8.1
HIGH CVE-2025-71352 8.1
UNKNOWN CVE-2025-71355 -
HIGH CVE-2025-71363 8.1
HIGH CVE-2025-71368 8.1
HIGH CVE-2025-71371 8.1
HIGH CVE-2025-71374 8.1
UNKNOWN CVE-2026-12480 -
UNKNOWN CVE-2026-8387 -
HIGH CVE-2026-4372 7.8
CRITICAL CVE-2026-12481 9.8
HIGH CVE-2025-71342 8.1
HIGH CVE-2025-71372 8.1
HIGH CVE-2025-71343 8.1

Page 16 of 17