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.
| Severity | CVE | Headline | Package | CVSS |
|---|---|---|---|---|
| MEDIUM | CVE-2026-45299 | open-webui: Stored SVG XSS enables admin JWT theft | open-webui | 5.4 |
| CRITICAL | CVE-2026-45311 | deepseek-tui: prompt injection enables zero-approval RCE | deepseek-tui | 9.6 |
| HIGH | CVE-2026-2652 | MLflow: auth bypass exposes Job API and trace injection | mlflow | 8.6 |
| HIGH | CVE-2026-8756 | Bert-VITS2: path traversal exposes ML training filesystem | 7.3 | |
| CRITICAL | CVE-2026-45829 | ChromaDB: pre-auth RCE via trust_remote_code injection | chromadb | 10.0 |
| CRITICAL | GHSA-wx9m-wx4f-4cmg | mistralai 2.4.6: supply chain dropper executes on import | mistralai | 9.6 |
| LOW | GHSA-jgg6-4rpr-wfh7 | Mistral npm SDK: supply chain attack, no impact | @mistralai/mistralai-azure | - |
| HIGH | CVE-2026-45707 | n8n-mcp: tenant isolation bypass, operator RCE risk | n8n-mcp | 8.1 |
| HIGH | CVE-2026-4137 | MLflow: insecure tmp dir perms enable model artifact RCE | mlflow | 7.0 |
| CRITICAL | CVE-2026-2611 | MLflow: cross-origin bypass enables RCE via AI agent | mlflow | 9.6 |
| CRITICAL | CVE-2026-45758 | guardrails-ai: malicious 0.10.1 enables host compromise | guardrails-ai | 9.6 |
| MEDIUM | GHSA-2vx9-7wpg-88jq | n8n: path traversal bypasses file access restriction | n8n | 6.4 |
| CRITICAL | CVE-2026-46339 | 9router: unauthenticated RCE exposes LLM API keys | 9router | 10.0 |
| HIGH | CVE-2026-45804 | diffusers: TOCTOU race bypasses trust_remote_code, RCE | diffusers | 7.5 |
| HIGH | CVE-2026-46517 | LMDeploy: hardcoded trust_remote_code enables RCE | lmdeploy | 7.8 |
| HIGH | CVE-2026-8596 | SageMaker SDK: cleartext HMAC key enables model artifact RCE | sagemaker | 7.2 |
| HIGH | CVE-2026-46432 | lmdeploy: hardcoded trust_remote_code enables RCE | lmdeploy | 7.8 |
| CRITICAL | CVE-2026-46695 | Boxlite: read-only bypass enables host code execution | boxlite-cli | 10.0 |
| HIGH | CVE-2026-46519 | mcp-server-kubernetes: auth bypass enables full cluster RCE | mcp-server-kubernetes | 8.8 |
| MEDIUM | CVE-2026-9468 | cline-mcp-memory-bank: path traversal in memory init | 6.3 |