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.

724
Total CVEs
37
Pages
Page 31 of 37
Current
Severity CVE CVSS
MEDIUM CVE-2026-48775 6.8
HIGH CVE-2026-47750 7.8
HIGH CVE-2026-47747 7.8
UNKNOWN CVE-2026-53923 -
UNKNOWN CVE-2026-53875 -
CRITICAL CVE-2025-71321 9.8
CRITICAL CVE-2025-71320 9.8
CRITICAL CVE-2025-71323 9.8
CRITICAL CVE-2025-71325 9.8
HIGH CVE-2025-71322 8.8
CRITICAL CVE-2026-3490 10.0
HIGH CVE-2026-53872 7.5
CRITICAL CVE-2026-53874 9.8
CRITICAL CVE-2026-53873 9.8
CRITICAL CVE-2026-35308 10.0
CRITICAL GHSA-cwj8-7gp2-ggcw 9.8
HIGH GHSA-f44v-7qgw-9gh9 8.1
CRITICAL GHSA-vmmj-pfw7-fjwp 9.9
MEDIUM CVE-2026-12706 6.5
MEDIUM GHSA-vmhf-c436-hxj4 -

Page 31 of 37