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.

1247
Total CVEs
63
Pages
Page 49 of 63
Current
Severity CVE CVSS
CRITICAL GHSA-9752-mhqh-h34f 9.4
CRITICAL GHSA-p69m-4f92-2v84 9.8
HIGH GHSA-vjv9-7m7j-h833 8.8
CRITICAL GHSA-vmmj-pfw7-fjwp 9.9
HIGH GHSA-gqmf-56h7-rrpf 7.6
UNKNOWN CVE-2026-54003 -
HIGH CVE-2026-54002 -
HIGH CVE-2026-49276 -
HIGH CVE-2026-44688 -
HIGH CVE-2026-46580 -
HIGH GHSA-fq4x-789w-jg5h -
HIGH CVE-2026-56075 8.8
HIGH CVE-2026-56078 8.8
HIGH CVE-2026-56076 8.1
CRITICAL CVE-2026-12048 9.3
MEDIUM GHSA-vmhf-c436-hxj4 -
HIGH GHSA-vcv2-r9jh-99m5 8.8
UNKNOWN CVE-2026-54527 -
HIGH CVE-2026-54499 7.5
HIGH CVE-2026-53488 -

Page 49 of 63