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.

562
Total CVEs
29
Pages
Page 3 of 29
Current
Severity CVE CVSS
HIGH CVE-2021-29591 7.8
HIGH CVE-2021-29592 7.8
HIGH CVE-2021-29593 7.8
HIGH CVE-2021-29594 7.8
HIGH CVE-2021-29595 7.8
HIGH CVE-2021-29596 7.8
HIGH CVE-2021-29597 7.8
HIGH CVE-2021-29598 7.8
HIGH CVE-2021-29599 7.8
HIGH CVE-2021-29600 7.8
HIGH CVE-2021-29601 7.1
HIGH CVE-2021-29603 7.8
MEDIUM CVE-2021-29604 5.5
MEDIUM CVE-2021-29605 5.5
HIGH CVE-2021-29606 7.8
HIGH CVE-2021-29608 7.8
MEDIUM CVE-2021-29615 5.5
CRITICAL CVE-2021-35958 9.1
HIGH CVE-2021-37641 7.1
MEDIUM CVE-2021-37680 5.5

Page 3 of 29