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 2 of 29
Current
Severity CVE CVSS
HIGH CVE-2020-15214 8.1
LOW CVE-2020-26271 3.3
MEDIUM CVE-2020-26266 5.3
HIGH CVE-2021-29514 7.8
HIGH CVE-2021-29515 7.8
HIGH CVE-2021-29520 7.8
HIGH CVE-2021-29529 7.8
HIGH CVE-2021-29535 7.8
HIGH CVE-2021-29536 7.8
HIGH CVE-2021-29537 7.8
HIGH CVE-2021-29540 7.8
HIGH CVE-2021-29546 7.8
HIGH CVE-2021-29558 7.8
HIGH CVE-2021-29566 7.8
HIGH CVE-2021-29571 7.8
HIGH CVE-2021-29585 7.8
HIGH CVE-2021-29587 7.8
HIGH CVE-2021-29588 7.8
HIGH CVE-2021-29589 7.8
HIGH CVE-2021-29590 7.1

Page 2 of 29