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 |
|---|---|---|---|---|
| CRITICAL | CVE-2024-5958 | Panel: SQL injection enables OS command execution | Panel | - |
| HIGH | CVE-2026-4424 | libarchive: RAR heap OOB read leaks memory in vLLM stacks | rhaiis/vllm-cuda-rhel9 | 7.5 |
| HIGH | CVE-2026-5121 | libarchive: integer overflow in zisofs hits vllm containers | rhaiis/vllm-cuda-rhel9 | 7.5 |
| MEDIUM | CVE-2025-7013 | Menu Panel: IDOR auth bypass exposes confidential data | Menu Panel | 5.7 |
| MEDIUM | CVE-2025-7014 | Menu Panel: session fixation enables session hijacking | Menu Panel | 5.7 |
| HIGH | CVE-2025-0616 | Netsis Panel: unauthenticated SQLi enables data exfiltration | B2B - Netsis Panel | 8.2 |
| MEDIUM | CVE-2026-50634 | Apache CXF: JWS signature bypass exposes JAX-RS APIs | 6.5 | |
| HIGH | CVE-2026-48146 | Budibase: SSRF in OAuth2 exposes cloud credentials | @budibase/server | 7.7 |
| MEDIUM | CVE-2026-48121 | LangGraph MongoDB: NoSQL injection leaks tenant checkpoints | @langchain/langgraph-checkpoint-mongodb | 6.7 |
| HIGH | CVE-2026-45830 | ChromaDB: auth bypass exposes any tenant's collections | chromadb | 8.8 |
| HIGH | CVE-2026-45831 | ChromaDB: RBAC bypass enables cross-tenant data access | chromadb | 8.8 |
| HIGH | CVE-2026-45832 | ChromaDB: V1 auth bypass exposes all tenant collections | chromadb | 8.8 |
| UNKNOWN | CVE-2026-8828 | ChromaDB: tenant isolation bypass exposes all tenant data | chromadb | - |
| MEDIUM | CVE-2026-48148 | Budibase: SSRF via VectorDB host exposes cloud metadata | @budibase/server | - |
| MEDIUM | CVE-2026-47345 | typo3/html-sanitizer: XSS bypass via namespace encoding | typo3/html-sanitizer | - |
| MEDIUM | CVE-2026-53825 | OpenClaw: path traversal exposes local files via wiki ingest | OpenClaw | 6.5 |
| HIGH | CVE-2026-53831 | OpenClaw: safe-bin allowlist bypass via shell expansion | OpenClaw | 8.3 |
| MEDIUM | CVE-2026-53827 | OpenClaw: SSRF leaks Gateway credentials via model metadata | OpenClaw | 6.5 |
| MEDIUM | CVE-2026-53839 | OpenClaw: hostname prefix bypass leaks auth tokens | OpenClaw | 6.5 |
| MEDIUM | GHSA-gr75-jv2w-4656 | LangChain: path traversal exposes files outside sandbox | langchain-anthropic | 5.1 |