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 13 of 17
Current
Severity CVE CVSS
HIGH CVE-2026-31224 8.8
CRITICAL CVE-2026-31238 9.8
CRITICAL CVE-2026-31239 9.8
CRITICAL CVE-2026-31229 9.8
HIGH CVE-2026-31232 8.8
HIGH CVE-2026-8597 7.2
MEDIUM CVE-2026-45396 5.4
MEDIUM CVE-2026-45387 4.3
MEDIUM CVE-2026-45351 6.5
MEDIUM CVE-2026-45345 6.5
HIGH CVE-2026-4137 7.0
HIGH CVE-2026-45804 7.5
MEDIUM CVE-2026-2734 6.5
HIGH CVE-2026-8596 7.2
HIGH CVE-2026-46432 7.8
HIGH CVE-2026-24162 7.8
MEDIUM CVE-2026-45907 5.5
UNKNOWN CVE-2026-4944 -
HIGH CVE-2026-38950 7.8
CRITICAL CVE-2026-47117 9.8

Page 13 of 17