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 9 of 17
Current
Severity CVE CVSS
HIGH CVE-2025-67748 -
HIGH CVE-2025-67747 -
CRITICAL GHSA-m9mp-6x32-5rhg -
HIGH CVE-2025-30402 8.1
HIGH CVE-2025-10156 7.5
HIGH CVE-2025-10157 8.3
MEDIUM GHSA-q77w-mwjj-7mqx -
MEDIUM GHSA-49gj-c84q-6qm9 -
MEDIUM GHSA-9w88-8rmg-7g2p -
MEDIUM GHSA-fqq6-7vqf-w3fg -
MEDIUM GHSA-3gf5-cxq9-w223 -
MEDIUM GHSA-j343-8v2j-ff7w -
MEDIUM GHSA-m869-42cg-3xwr -
MEDIUM GHSA-p9w7-82w4-7q8m -
MEDIUM GHSA-xp4f-hrf8-rxw7 -
MEDIUM GHSA-4whj-rm5r-c2v8 -
MEDIUM GHSA-9xph-j2h6-g47v -
MEDIUM GHSA-8r4j-24qv-fmq9 -
MEDIUM GHSA-cj3c-v495-4xqh -
MEDIUM GHSA-7cq8-mj8x-j263 -

Page 9 of 17