Data Leakage
Data leakage in AI systems happens at three layers. At training time, models can memorise rare strings from their corpus — phone numbers, passwords, API keys committed to public code — and an attacker who knows the right context can prompt the model to regurgitate them. At inference time, applications often pass sensitive context to third-party APIs (OpenAI, Anthropic, Bedrock) without redaction; this content is then potentially logged, retained, or used to improve future models depending on the vendor's terms. At the application layer, multi-tenant deployments routinely leak across users when caching, logging, or vector-store indexing is misconfigured. Indirect prompt injection compounds all three by giving an attacker a way to ask the model to repeat what it should not. Defenses: PII redaction in prompts and outputs, differential privacy in training, vendor data-use review, and strict tenant boundaries in shared infrastructure.
| Severity | CVE | Headline | Package | CVSS |
|---|---|---|---|---|
| HIGH | CVE-2026-49857 | auth-fetch-mcp: SSRF bypass via IPv6 loopback | auth-fetch-mcp | 7.4 |
| HIGH | CVE-2026-49119 | Gradio: path traversal in FileExplorer leaks files | gradio | 7.5 |
| MEDIUM | GHSA-9c3v-684m-579c | OpenClaw: MCP SSE redirect leaks Authorization headers | openclaw | 6.5 |
| UNKNOWN | CVE-2026-8147 | MLflow: auth bypass allows cross-experiment trace access | mlflow/mlflow | - |
| CRITICAL | CVE-2026-50027 | mcp-memory-service: auth bypass on document API | mcp-memory-service | 9.8 |
| HIGH | CVE-2026-50181 | Langroid: path traversal escapes sandboxed file tools | langroid | 7.1 |
| HIGH | GHSA-77q5-rr5v-x43q | OpenClaw: retry hostname check leaks auth material | openclaw | - |
| MEDIUM | GHSA-275c-xpvc-jgfw | OpenClaw: Slack/Zalo webhook secrets outlive rotation | openclaw | - |
| MEDIUM | GHSA-6c4r-g249-wv3c | OpenClaw: sandbox leaks host workspace path to child | openclaw | - |
| MEDIUM | GHSA-hcm3-8f6r-6xwg | OpenClaw: missing authz reuses blocked SSRF tabs | openclaw | 6.5 |
| MEDIUM | GHSA-grc3-2j34-p6gm | OpenClaw: action forwarding leaks Gateway credentials | openclaw | - |
| MEDIUM | GHSA-p2fh-f5fc-44hr | OpenClaw: memory-wiki ingest reads arbitrary local files | openclaw | 6.5 |
| HIGH | GHSA-mhq8-78pj-5j79 | OpenClaw: safe-bin bypass exposes node-local files | openclaw | 7.1 |
| HIGH | CVE-2026-56210 | libaom: AV1 SVC bounds-check miss leaks heap, crashes | rhaiis/vllm-cpu-rhel9 | 7.1 |
| LOW | CVE-2026-14630 | AI-fundermentals: weak hash exposes chat session data | 3.1 | |
| LOW | CVE-2026-14742 | LangGraph: weak hash in task cache risks poisoning | langgraph | 3.1 |
| LOW | CVE-2026-14738 | exo: weak hash algorithm in vision feature cache key | 3.7 | |
| MEDIUM | CVE-2026-59152 | LangSmith SDK: arbitrary file read via TracingMiddleware | langsmith-sdk | 5.0 |
| HIGH | CVE-2026-33845 | GnuTLS: DTLS integer underflow enables OOB read/DoS | rhaiis/vllm-rocm-rhel9 | 7.5 |
| MEDIUM | CVE-2026-14898 | OpenAI Codex: prompt injection exfils data via images | 6.5 |