Framework
AI/ML frameworks sit at the bottom of every AI stack — virtually every production AI system depends transitively on PyTorch or TensorFlow at the training layer, and on LangChain, LlamaIndex, or a similar orchestrator at the application layer. That concentration means a single vulnerability often affects tens of thousands of downstream services. The CVE patterns are recognisable: unsafe deserialization in model loading (the long tail of pickle), template injection in LangChain's prompt-construction utilities, SSRF in LlamaIndex's data-loader connectors, and path traversal in MLflow's experiment storage. PyTorch itself has shipped several high-severity CVEs around its distributed RPC layer. Because these libraries upgrade frequently and downstream applications pin loosely, patching is a real operational problem. AI Threat Alert tracks framework-level CVEs prominently because a single advisory often means urgent work for hundreds of teams.
| Severity | CVE | Headline | Package | CVSS |
|---|---|---|---|---|
| MEDIUM | CVE-2025-46571 | Open WebUI: Stored XSS via HTML upload enables admin RCE | open-webui | - |
| CRITICAL | CVE-2026-1114 | lollms: weak JWT secret allows admin takeover | lollms | 9.8 |
| HIGH | CVE-2026-53518 | better-auth: race condition mints duplicate OAuth tokens | 8.1 | |
| CRITICAL | CVE-2026-59706 | mem0: unauth config API leaks API keys + SSRF | 9.3 | |
| MEDIUM | CVE-2026-15044 | TrustyAI: missing auth exposes guardrails orchestrator | nemoguardrails | 6.3 |
| MEDIUM | CVE-2026-56359 | n8n: XSS via malicious OAuth2 Authorization URL | n8n | 5.4 |
| MEDIUM | CVE-2026-56775 | n8n: viewer role bypasses RBAC on eval test runs | n8n | 5.4 |
| MEDIUM | CVE-2026-56273 | Flowise: path traversal in vector store basePath | flowise | 6.5 |
| HIGH | CVE-2026-15035 | OpenLLM: command injection via model repo name | 7.8 | |
| MEDIUM | CVE-2026-59261 | OpenClaw: dotenv override leaks provider credentials | openclaw | 6.5 |
| MEDIUM | CVE-2026-59819 | LiteLLM: admin-scope local file read via OIDC ref | litellm | 4.9 |
| HIGH | CVE-2026-59821 | LiteLLM: code exec via unsandboxed Custom Guardrails | litellm | 7.2 |
| HIGH | CVE-2026-59806 | Gradio: SSRF via file_fetch() leaks cloud IAM creds | gradio | 7.4 |
| HIGH | CVE-2026-59206 | n8n: prototype pollution lets guests hit admin APIs | n8n | 7.1 |
| MEDIUM | CVE-2026-59218 | Open WebUI: timing leak enables account enumeration | open-webui | 5.3 |
| HIGH | CVE-2026-59214 | Open WebUI: Pyodide sandbox bypass reaches admin RCE | open-webui | 7.3 |
| LOW | CVE-2026-59715 | Open WebUI: unauth Socket.IO bypass alters doc state | open-webui | 3.1 |
| MEDIUM | CVE-2026-59220 | Open WebUI: ReDoS in skill mentions blocks event loop | open-webui | 6.5 |
| MEDIUM | CVE-2026-59212 | Open WebUI: IDOR lets read-only users write/delete files | open-webui | 5.4 |
| HIGH | CVE-2026-59219 | Open WebUI: revoked JWTs bypass WebSocket auth | open-webui | 7.1 |