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.

726
Total CVEs
37
Pages
Page 32 of 37
Current
Severity CVE CVSS
HIGH GHSA-vcv2-r9jh-99m5 8.8
MEDIUM CVE-2026-55832 6.1
HIGH CVE-2026-54499 7.5
HIGH CVE-2026-53489 -
HIGH CVE-2026-53488 -
MEDIUM CVE-2026-50195 -
HIGH GHSA-6vxv-wg6j-5qwp -
MEDIUM CVE-2026-56304 6.5
MEDIUM CVE-2026-12798 6.3
HIGH CVE-2025-71348 8.1
HIGH CVE-2025-71378 8.1
HIGH CVE-2025-71357 8.1
HIGH CVE-2025-71351 -
UNKNOWN CVE-2026-12479 -
CRITICAL CVE-2026-54352 9.6
HIGH CVE-2026-52798 8.9
HIGH CVE-2026-54232 8.8
HIGH CVE-2025-71339 8.1
HIGH CVE-2025-71344 8.1
HIGH CVE-2025-71358 8.1

Page 32 of 37