Attack Type

Supply Chain

AI/ML systems sit on a long dependency chain: package managers (PyPI, npm, Cargo), model registries (HuggingFace Hub, Ollama Library), and dataset repositories. Each is a viable attack surface. Common patterns include typosquatting of popular AI packages, malicious post-install scripts in npm/PyPI uploads, and unsafe deserialization in shared model files — PyTorch and pickle-based formats can execute arbitrary code on load, which is why HuggingFace introduced the safer safetensors format. Model-registry attacks have included planting backdoored fine-tunes of popular base models that pass benchmark eval but misbehave on attacker-chosen triggers. Dataset poisoning is the slowest variant: an attacker who can influence a public training corpus inserts content that later teaches downstream models a backdoor. Defenses: pinned versions, signature verification, safetensors over pickle, provenance attestation (SLSA), and scanning model files before load.

720
Total CVEs
36
Pages
Page 7 of 36
Current
Severity CVE CVSS
MEDIUM CVE-2024-6577 6.3
MEDIUM CVE-2025-2953 5.5
MEDIUM CVE-2025-2998 5.3
MEDIUM CVE-2025-2999 5.3
MEDIUM CVE-2025-3000 5.3
MEDIUM CVE-2025-3121 5.5
CRITICAL CVE-2025-32434 9.8
HIGH CVE-2025-10155 7.8
MEDIUM CVE-2025-46149 5.3
MEDIUM CVE-2025-46150 5.3
MEDIUM CVE-2025-46152 5.3
HIGH CVE-2025-55552 7.5
HIGH CVE-2025-55553 7.5
MEDIUM CVE-2025-55554 5.3
HIGH CVE-2025-62164 8.8
HIGH CVE-2026-24747 8.8
CRITICAL CVE-2023-34540 9.8
CRITICAL CVE-2023-34541 9.8
CRITICAL CVE-2023-36258 9.8
CRITICAL CVE-2023-36188 9.8

Page 7 of 36