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.

1229
Total CVEs
62
Pages
Page 40 of 62
Current
Severity CVE CVSS
MEDIUM CVE-2026-45299 5.4
CRITICAL CVE-2026-45311 9.6
HIGH CVE-2026-2652 8.6
HIGH CVE-2026-8756 7.3
CRITICAL CVE-2026-45829 10.0
CRITICAL GHSA-wx9m-wx4f-4cmg 9.6
LOW GHSA-jgg6-4rpr-wfh7 -
HIGH CVE-2026-45707 8.1
HIGH CVE-2026-4137 7.0
CRITICAL CVE-2026-2611 9.6
CRITICAL CVE-2026-45758 9.6
MEDIUM GHSA-2vx9-7wpg-88jq 6.4
CRITICAL CVE-2026-46339 10.0
HIGH CVE-2026-45804 7.5
HIGH CVE-2026-46517 7.8
HIGH CVE-2026-8596 7.2
HIGH CVE-2026-46432 7.8
CRITICAL CVE-2026-46695 10.0
HIGH CVE-2026-46519 8.8
MEDIUM CVE-2026-9468 6.3

Page 40 of 62