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.

255
Total CVEs
13
Pages
Page 2 of 13
Current
Severity CVE CVSS
HIGH CVE-2021-29587 7.8
HIGH CVE-2021-29589 7.8
HIGH CVE-2021-29596 7.8
HIGH CVE-2021-29598 7.8
HIGH CVE-2021-29600 7.8
HIGH CVE-2021-29601 7.1
MEDIUM CVE-2021-29604 5.5
MEDIUM CVE-2021-29605 5.5
MEDIUM CVE-2021-37688 5.5
HIGH CVE-2021-37678 8.8
MEDIUM CVE-2021-41217 5.5
MEDIUM CVE-2021-41213 5.5
HIGH CVE-2022-23560 8.8
HIGH CVE-2022-23561 8.8
MEDIUM CVE-2022-23565 6.5
MEDIUM CVE-2022-23579 6.5
MEDIUM CVE-2022-23581 6.5
MEDIUM CVE-2022-23583 6.5
MEDIUM CVE-2022-23586 6.5
MEDIUM CVE-2022-23588 6.5

Page 2 of 13