Attack Type

Code Execution

Remote code execution is unusually common in the AI/ML ecosystem because two long-standing patterns persist: pickle-based model loading and Jinja-style template rendering. Pickle is Python's default serialisation format and it executes arbitrary code on deserialisation; PyTorch models, scikit-learn pipelines, and many older HuggingFace artefacts are pickle files, so loading an untrusted model file is equivalent to running an untrusted script. HuggingFace addressed this with safetensors, but the older format is still widespread. The second pattern is template injection in LLM application frameworks that render Jinja-like syntax inside user-controlled prompts; LangChain, LlamaIndex, and several agent frameworks have shipped CVEs of this shape. Inference servers (vLLM, Triton, BentoML, Ray Serve) round out the RCE landscape with the usual web-app issues. Defenses: never load model files from untrusted sources, prefer safetensors, sandbox inference, and audit any code path that combines user input with template rendering.

1219
Total CVEs
61
Pages
Page 22 of 61
Current
Severity CVE CVSS
MEDIUM CVE-2026-28277 6.8
HIGH GHSA-5r2p-pjr8-7fh7 -
HIGH GHSA-5hwf-rc88-82xm -
HIGH GHSA-wccx-j62j-r448 -
CRITICAL GHSA-g38g-8gr9-h9xp 9.8
CRITICAL GHSA-vvpj-8cmc-gx39 10.0
CRITICAL GHSA-7wx9-6375-f5wh 9.8
MEDIUM CVE-2026-27794 6.6
MEDIUM GHSA-mhc9-48gj-9gp3 -
HIGH GHSA-mxhj-88fx-4pcv -
LOW GHSA-83pf-v6qq-pwmr -
HIGH CVE-2026-2472 8.1
CRITICAL CVE-2026-26030 10.0
HIGH GHSA-97f8-7cmv-76j2 -
HIGH CVE-2025-53000 -
HIGH CVE-2026-1777 7.2
MEDIUM CVE-2026-1778 5.9
MEDIUM GHSA-m7j5-r2p5-c39r -
HIGH GHSA-9m3x-qqw2-h32h -
CRITICAL CVE-2026-25481 -

Page 22 of 61