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 4 of 36
Current
Severity CVE CVSS
MEDIUM CVE-2021-37686 5.5
MEDIUM CVE-2021-37688 5.5
MEDIUM CVE-2021-37689 5.5
MEDIUM CVE-2021-37670 5.5
HIGH CVE-2021-37678 8.8
HIGH CVE-2021-37682 7.1
MEDIUM CVE-2021-37687 5.5
MEDIUM CVE-2021-37691 5.5
HIGH CVE-2021-41203 7.8
MEDIUM CVE-2021-41217 5.5
MEDIUM CVE-2021-41213 5.5
HIGH CVE-2021-41225 7.8
MEDIUM CVE-2021-41227 5.5
HIGH CVE-2021-41228 7.8
HIGH CVE-2022-23558 8.8
HIGH CVE-2022-23559 8.8
HIGH CVE-2022-23560 8.8
HIGH CVE-2022-23561 8.8
MEDIUM CVE-2022-23563 6.3
MEDIUM CVE-2022-23565 6.5

Page 4 of 36