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 13 of 36
Current
Severity CVE CVSS
CRITICAL CVE-2025-59528 10.0
HIGH CVE-2025-61687 8.8
UNKNOWN CVE-2024-4897 -
CRITICAL CVE-2020-13092 9.8
HIGH CVE-2020-28975 7.5
HIGH CVE-2025-54412 -
HIGH CVE-2025-54413 -
HIGH CVE-2025-54886 8.4
CRITICAL CVE-2024-49326 9.8
MEDIUM CVE-2024-55459 6.5
CRITICAL CVE-2025-1550 9.8
HIGH CVE-2025-8747 7.8
HIGH CVE-2025-9905 7.3
HIGH CVE-2025-9906 7.3
CRITICAL CVE-2025-49655 9.8
MEDIUM CVE-2025-12058 -
CRITICAL CVE-2025-12060 9.8
UNKNOWN CVE-2025-12638 -
HIGH CVE-2024-43598 8.1
CRITICAL CVE-2024-2912 10.0

Page 13 of 36