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 8 of 36
Current
Severity CVE CVSS
CRITICAL CVE-2023-36281 9.8
CRITICAL CVE-2023-39631 9.8
CRITICAL CVE-2024-27444 9.8
HIGH CVE-2024-28088 8.1
HIGH CVE-2024-37058 8.8
HIGH CVE-2024-5998 7.8
CRITICAL CVE-2024-46946 9.8
UNKNOWN CVE-2025-21604 -
CRITICAL CVE-2025-6853 9.8
HIGH CVE-2025-6985 7.5
HIGH CVE-2025-68664 8.2
CRITICAL CVE-2025-68665 9.1
MEDIUM CVE-2025-53621 6.9
UNKNOWN CVE-2025-59532 -
HIGH CVE-2025-12973 7.2
HIGH CVE-2022-24770 8.8
HIGH CVE-2024-34072 7.8
CRITICAL CVE-2024-34359 9.6
UNKNOWN CVE-2024-4181 -
CRITICAL CVE-2025-62608 9.1

Page 8 of 36