Data Extraction
Data extraction attacks target the information processed or memorised by AI/ML systems. They take three main forms. First, training-data extraction: large language models can memorise verbatim spans of their training corpus, and an attacker who crafts the right prompts can pull back PII, API keys, or copyrighted text — a result demonstrated against GPT-2 by Carlini et al. and reproduced against several production models. Second, model extraction: by repeatedly querying a hosted model and observing outputs, an attacker can reconstruct enough behaviour to clone proprietary fine-tunes. Third, system-prompt and conversation leakage: indirect prompt injection or insecure logging can leak the application's instructions and other users' conversations. Multi-tenant inference platforms (vLLM, Triton, hosted APIs) and RAG systems are particularly exposed. Defenses: output filtering, differential privacy in training, rate limits, and strict tenant isolation.
| Severity | CVE | Headline | Package | CVSS |
|---|---|---|---|---|
| HIGH | CVE-2026-4035 | MLflow: AI Gateway leaks cloud credentials via env injection | mlflow | 7.7 |
| CRITICAL | CVE-2026-44181 | Enterprise Gateway: SSTI allows full K8s cluster compromise | jupyter_enterprise_gateway | - |
| HIGH | GHSA-f9rx-7wf7-jr36 | Froxlor: 2FA bypass via API grants full account access | froxlor/froxlor | 8.1 |
| HIGH | CVE-2026-41234 | Froxlor: DNS zone injection via unsanitized TXT record | froxlor/froxlor | 7.6 |
| LOW | CVE-2026-10783 | Gradio: weak hash exposes audio cache to local users | gradio | 2.5 |
| HIGH | CVE-2026-10814 | Milvus: weak hash allows RBAC grantee impersonation | milvus | 7.0 |
| MEDIUM | CVE-2026-8462 | OpenMeter: SQL injection leaks all-tenant metering data | github.com/openmeterio/openmeter | - |
| CRITICAL | GHSA-8whc-2wmv-ww35 | AVideo YPTSocket: Stored DOM XSS enables admin takeover | WWBN/AVideo | 9.6 |
| MEDIUM | CVE-2026-11326 | OpenAI Atlas: XSS enables browser history exfiltration | - | |
| MEDIUM | CVE-2026-47250 | mcp-server-kubernetes: flag injection steals K8s tokens | mcp-server-kubernetes | 6.1 |
| HIGH | CVE-2026-47419 | praisonai-platform: IDOR enables cross-workspace agent read/write/delete | praisonai-platform | 8.3 |
| HIGH | GHSA-wx3m-whqv-xv47 | skillctl: path traversal enables credential exfiltration | skillctl | - |
| HIGH | CVE-2026-47732 | twig/twig: sandbox bypass leaks render context | twig/twig | - |
| CRITICAL | CVE-2026-46440 | Flowise: plaintext auth brute-force, no rate limit | flowise | 9.1 |
| CRITICAL | CVE-2026-46441 | Flowise: mass assignment breaks multi-tenant isolation | flowise | 9.6 |
| HIGH | CVE-2026-46444 | Flowise: missing authz on vector store CRUD ops | flowise | 8.8 |
| HIGH | CVE-2026-46475 | Flowise: mass-assignment enables workspace takeover | flowise | 8.8 |
| HIGH | CVE-2026-46476 | Flowise: mass assignment enables cross-workspace takeover | flowise | 8.8 |
| HIGH | CVE-2026-46477 | Flowise: mass-assignment cross-workspace dataset takeover | flowise | 8.8 |
| HIGH | CVE-2026-46479 | Flowise: mass assignment cross-workspace takeover | flowise | 8.8 |