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 |
|---|---|---|---|---|
| HIGH | GHSA-7j65-65cr-6644 | Flowise: mass assignment breaks cross-workspace isolation | flowise | - |
| HIGH | GHSA-5h9v-837x-m97r | Flowise: mass assignment enables cross-workspace data takeover | flowise | - |
| HIGH | GHSA-728h-4mwj-f2p4 | Flowise: mass assignment breaks cross-workspace isolation | flowise | - |
| HIGH | GHSA-78pr-c5x5-jggc | Flowise: IDOR via mass assignment breaks tenant isolation | flowise | - |
| HIGH | GHSA-hmg2-jjjx-jcp2 | Flowise: missing authz on vector store CRUD endpoints | flowise | - |
| CRITICAL | CVE-2026-44792 | n8n: SQL injection via poisoned Source Control git repo | n8n | 9.0 |
| CRITICAL | CVE-2026-44791 | n8n: XML node patch bypass enables host RCE | n8n | 9.9 |
| HIGH | CVE-2026-44790 | n8n: Git node arg injection enables full server compromise | n8n | 8.8 |
| CRITICAL | CVE-2026-44789 | n8n: prototype pollution in HTTP node enables RCE | n8n | 9.9 |
| HIGH | CVE-2026-45370 | utcp-cli: env leak exfiltrates all agent process secrets | utcp-cli | 7.7 |
| HIGH | CVE-2026-45675 | Open WebUI: TOCTOU race grants admin on first OAuth/LDAP | open-webui | 8.1 |
| HIGH | CVE-2026-45672 | open-webui: code exec gate bypass via API endpoint | open-webui | 8.8 |
| HIGH | CVE-2026-45671 | Open WebUI: auth bypass enables mass file deletion | open-webui | 8.0 |
| MEDIUM | CVE-2026-45666 | open-webui: IDOR exposes cross-user note data | open-webui | 6.5 |
| HIGH | CVE-2026-45402 | open-webui: auth bypass exposes any user's private files via RAG | open-webui | 8.1 |
| HIGH | GHSA-3wgj-c2hg-vm6q | open-webui: XSS via OAuth SVG picture → account takeover | open-webui | 7.3 |
| HIGH | CVE-2026-45401 | open-webui: SSRF redirect bypass exposes internal services | open-webui | 8.5 |
| HIGH | CVE-2026-45400 | open-webui: SSRF bypass via URL parser mismatch | open-webui | 8.5 |
| MEDIUM | CVE-2026-45397 | Open WebUI: unauthenticated RAG config leaks AI pipeline | open-webui | 5.3 |
| MEDIUM | CVE-2026-45396 | open-webui: mass assignment enables leaderboard poisoning | open-webui | 5.4 |