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 21 of 36
Current
Severity CVE CVSS
CRITICAL CVE-2023-6019 9.8
MEDIUM CVE-2024-52524 -
MEDIUM CVE-2024-2965 4.2
MEDIUM CVE-2024-7037 6.5
HIGH CVE-2021-39160 8.8
HIGH CVE-2018-8768 7.8
MEDIUM CVE-2026-4963 6.3
HIGH CVE-2026-27893 8.8
HIGH CVE-2026-33744 7.8
HIGH CVE-2026-33696 8.8
HIGH CVE-2026-33724 7.4
CRITICAL GHSA-5mg7-485q-xm76 -
MEDIUM GHSA-h8r8-wccr-v5f2 -
HIGH CVE-2026-33989 8.1
CRITICAL CVE-2025-15036 9.6
CRITICAL CVE-2025-15379 10.0
CRITICAL CVE-2026-2287 9.8
CRITICAL GHSA-955r-262c-33jc -
HIGH GHSA-m3mh-3mpg-37hw 8.6
CRITICAL CVE-2026-0596 9.6

Page 21 of 36