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.

1226
Total CVEs
62
Pages
Page 32 of 62
Current
Severity CVE CVSS
CRITICAL GHSA-2763-cj5r-c79m 9.7
CRITICAL GHSA-2679-6mx9-h9xc -
HIGH GHSA-7437-7hg8-frrw -
MEDIUM GHSA-3vvq-q2qc-7rmp -
MEDIUM GHSA-w9j9-w4cp-6wgr -
HIGH GHSA-5wj5-87vq-39xm -
MEDIUM GHSA-q2gc-xjqw-qp89 -
LOW GHSA-cm8v-2vh9-cxf3 -
HIGH CVE-2026-40113 8.4
CRITICAL CVE-2026-40111 -
MEDIUM CVE-2026-40112 5.4
HIGH CVE-2026-40217 8.8
CRITICAL GHSA-8x8f-54wf-vv92 9.1
CRITICAL GHSA-vc46-vw85-3wvm 9.8
HIGH GHSA-g985-wjh9-qxxc 8.4
HIGH GHSA-x462-jjpc-q4q4 8.1
CRITICAL CVE-2026-40157 -
HIGH CVE-2026-40156 7.8
CRITICAL CVE-2026-40154 9.3
HIGH GHSA-qwgj-rrpj-75xm 8.8

Page 32 of 62