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 |
|---|---|---|---|---|
| MEDIUM | CVE-2026-49345 | Mercator: SSRF enables internal network RCE via gopher:// | - | |
| CRITICAL | CVE-2024-58351 | Flowise: RCE and sandbox escape via overrideConfig | Flowise | 9.8 |
| MEDIUM | CVE-2025-71331 | Flowise: XSS enables session hijacking in AI agent UI | Flowise | 6.1 |
| MEDIUM | CVE-2026-56267 | Flowise: PII exposure via unauthenticated password reset | Flowise | - |
| MEDIUM | CVE-2026-56276 | Flowise: mass assignment enables credential hash override | Flowise | - |
| MEDIUM | CVE-2026-12772 | litellm: session expiration bypass in proxy auth | litellm | 6.3 |
| MEDIUM | CVE-2026-12774 | litellm: SSRF in MCP server exposes cloud metadata | litellm | 6.3 |
| HIGH | CVE-2026-12773 | litellm: auth bypass in MCP proxy, no credentials required | litellm | 7.3 |
| HIGH | CVE-2026-12795 | litellm: auth bypass in SSO debug exposes LLM proxy | litellm | 7.3 |
| MEDIUM | CVE-2026-12799 | litellm: authorization bypass exposes user list | litellm | 4.3 |
| MEDIUM | CVE-2026-12796 | litellm: SSO session expiration allows auth persistence | litellm | 6.3 |
| MEDIUM | CVE-2026-12798 | litellm: SSRF in MCP OpenAPI spec loader endpoint | litellm | 6.3 |
| MEDIUM | CVE-2026-56393 | Craft CMS: stored XSS hijacks admin panel sessions | 4.8 | |
| MEDIUM | CVE-2026-12821 | Flowise: path traversal in S3 loader exposes documents | Flowise | 6.3 |
| MEDIUM | CVE-2026-12822 | Langflow: code injection via Bundle URL Loader (PoC) | langflow | 5.3 |
| HIGH | CVE-2026-10845 | WebSphere AS: JAX-WS auth bypass, unauthorized access | 7.3 | |
| HIGH | CVE-2026-56104 | Chainlit: session hijacking via WebSocket restoration | chainlit | 8.2 |
| CRITICAL | CVE-2026-7664 | Langflow: auth bypass in MCP endpoint, CVSS 9.8 | Langflow OSS | 9.8 |
| MEDIUM | CVE-2026-55443 | LangChain: path traversal exposes files outside agent root | langchain | 5.5 |
| HIGH | CVE-2026-54353 | Budibase: SSRF via DNS rebinding in automation steps | @budibase/backend-core | 8.5 |