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 12 of 36
Current
Severity CVE CVSS
CRITICAL CVE-2025-63389 9.8
CRITICAL CVE-2024-37014 9.8
CRITICAL CVE-2024-42835 9.8
UNKNOWN CVE-2026-0771 -
UNKNOWN CVE-2026-0772 -
HIGH CVE-2024-14021 7.8
MEDIUM CVE-2023-41626 4.8
HIGH CVE-2023-6572 8.1
HIGH CVE-2024-1540 8.2
CRITICAL CVE-2024-4253 9.1
UNKNOWN CVE-2024-4254 -
CRITICAL CVE-2024-39236 9.8
HIGH CVE-2024-47867 7.5
HIGH CVE-2024-10648 8.2
HIGH CVE-2026-21852 7.5
MEDIUM CVE-2026-25475 6.5
CRITICAL CVE-2026-25592 9.9
CRITICAL CVE-2024-52803 9.8
HIGH CVE-2025-46567 7.8
CRITICAL CVE-2025-53002 9.8

Page 12 of 36