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 14 of 17
Current
Severity CVE CVSS
CRITICAL CVE-2026-5241 9.6
HIGH CVE-2026-46309 7.0
MEDIUM CVE-2026-47155 6.5
HIGH CVE-2026-41523 7.5
MEDIUM CVE-2026-47748 5.5
HIGH CVE-2026-47749 7.8
HIGH CVE-2026-47750 7.8
HIGH CVE-2026-47747 7.8
CRITICAL CVE-2026-48797 -
MEDIUM CVE-2026-12491 4.8
UNKNOWN CVE-2026-53923 -
UNKNOWN CVE-2026-53875 -
CRITICAL CVE-2025-71321 9.8
CRITICAL CVE-2025-71320 9.8
CRITICAL CVE-2025-71323 9.8
CRITICAL CVE-2025-71325 9.8
HIGH CVE-2025-71322 8.8
CRITICAL CVE-2026-3490 10.0
HIGH CVE-2026-53872 7.5
CRITICAL CVE-2026-53874 9.8

Page 14 of 17