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 |
|---|---|---|---|---|
| CRITICAL | CVE-2026-54158 | SiYuan: XSS→RCE via workspace sync in Electron app | github.com/siyuan-note/siyuan/kernel | 9.9 |
| HIGH | CVE-2025-9900 | libtiff: arbitrary write via crafted TIFF image | rhaiis/vllm-cuda-rhel9 | 8.8 |
| MEDIUM | CVE-2026-46406 | Claude Code: predictable temp file leaks data, symlink write | claude-code | - |
| UNKNOWN | CVE-2026-4930 | SiXG301 SYMCRYPTO: DPA bypass weakens hardware crypto keys | - | |
| CRITICAL | CVE-2026-56445 | qrscp: DICOM path traversal enables arbitrary file write | 9.1 | |
| HIGH | CVE-2025-71340 | picklescan: scanner bypass enables RCE via pickle supply chain | picklescan | 8.1 |
| CRITICAL | CVE-2025-71338 | Flowise: unauthenticated file write enables RCE | Flowise | 10.0 |
| CRITICAL | CVE-2025-71334 | Flowise: path traversal → RCE via missing UUID validation | Flowise | 9.8 |
| CRITICAL | CVE-2025-71336 | Flowise: unauthenticated RCE via Custom MCP endpoint | Flowise | 9.8 |
| CRITICAL | CVE-2025-71333 | Flowise: unauth file upload + path traversal enables RCE | Flowise | - |
| UNKNOWN | CVE-2026-6658 | nbconvert: stored XSS via unescaped Mermaid diagrams | - | |
| HIGH | CVE-2026-57527 | ZAP: insecure deserialization RCE via ViewState add-on | 8.8 | |
| CRITICAL | GHSA-98x5-vq43-vc5p | semantic-router: unpinned litellm dep pulls malware wheel | litellm | - |
| CRITICAL | CVE-2026-2651 | MLflow: auth bypass on artifact uploads enables RCE | mlflow/mlflow | 9.0 |
| HIGH | CVE-2026-10118 | Poppler: PDF integer overflow enables heap RCE | rhaiis/vllm-spyre-rhel9 | 7.8 |
| HIGH | CVE-2026-4775 | libtiff: integer overflow causes heap OOB write | rhaiis/vllm-spyre-rhel9 | 7.8 |
| MEDIUM | CVE-2026-4878 | libcap: TOCTOU race in cap_set_file() enables privesc | rhaiis/vllm-spyre-rhel9 | 6.7 |
| MEDIUM | CVE-2026-58057 | Flowise: NODE_OPTIONS denylist bypass allows RCE | flowise | 5.0 |
| MEDIUM | CVE-2026-13561 | Edimax EW-7478APC: unauth OS command injection | 6.3 | |
| MEDIUM | CVE-2026-13581 | Edimax router: OS command injection via web form | 6.3 |