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 8 of 17
Current
Severity CVE CVSS
HIGH CVE-2026-22612 -
HIGH CVE-2026-22609 -
HIGH CVE-2026-22608 -
HIGH CVE-2026-22607 -
HIGH CVE-2026-22606 -
HIGH GHSA-9726-w42j-3qjr -
HIGH GHSA-46h3-79wf-xr6c -
HIGH GHSA-955r-x9j8-7rhh -
MEDIUM GHSA-6556-fwc2-fg2p -
HIGH GHSA-rrxm-2pvv-m66x -
MEDIUM GHSA-cffc-mxrf-mhh4 -
HIGH GHSA-3329-ghmp-jmv5 -
HIGH GHSA-x843-g5mx-g377 -
HIGH GHSA-r8g5-cgf2-4m4m -
HIGH GHSA-hgrh-qx5j-jfwx 8.8
HIGH GHSA-vqmv-47xg-9wpr -
HIGH GHSA-84r2-jw7c-4r5q -
HIGH GHSA-4675-36f9-wf6r -
HIGH GHSA-m273-6v24-x4m4 -
HIGH CVE-2025-67729 8.8

Page 8 of 17