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 12 of 17
Current
Severity CVE CVSS
HIGH CVE-2026-1462 8.8
HIGH CVE-2026-6859 8.8
LOW CVE-2026-7020 3.7
CRITICAL CVE-2026-7482 9.1
MEDIUM CVE-2026-44222 6.5
HIGH GHSA-j7w6-vpvq-j3gm 8.8
HIGH CVE-2026-44513 8.8
MEDIUM CVE-2026-44562 6.5
HIGH CVE-2026-44556 7.1
HIGH CVE-2026-44555 7.6
HIGH CVE-2026-44566 7.3
UNKNOWN CVE-2026-31249 -
UNKNOWN CVE-2026-31250 -
UNKNOWN CVE-2026-31251 -
UNKNOWN CVE-2026-31252 -
CRITICAL CVE-2026-31214 9.8
HIGH CVE-2026-31221 7.8
UNKNOWN CVE-2026-31218 -
UNKNOWN CVE-2026-31219 -
HIGH CVE-2026-31222 8.8

Page 12 of 17