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 |
|---|---|---|---|---|
| LOW | GHSA-m3q2-p4fw-w38m | Nuxt: NoScript XSS enables script execution in head | nuxt | - |
| UNKNOWN | CVE-2026-54309 | n8n: MCP browser auth bypass allows full browser takeover | n8n | - |
| UNKNOWN | CVE-2026-54305 | n8n: IDOR enables OAuth credential hijack in agent workflows | n8n | - |
| UNKNOWN | CVE-2026-54307 | n8n: credential hijack via partial authorization bypass | n8n | - |
| UNKNOWN | CVE-2026-54302 | n8n: stored XSS in Chat Trigger enables session hijack | n8n | - |
| MEDIUM | CVE-2026-54303 | n8n: reflected XSS in trigger nodes enables session hijack | n8n | - |
| CRITICAL | CVE-2026-46858 | Oracle APM: unauthenticated write/DoS via JVM Diagnostics | APM - Application Performance Management | 9.1 |
| MEDIUM | CVE-2026-48776 | LangGraph SDK: path traversal bypasses proxy-layer authz | langchain-ai | 4.2 |
| MEDIUM | CVE-2026-48782 | pydantic-ai: SSRF IPv6 bypass exposes cloud IAM creds | pydantic-ai | 6.8 |
| CRITICAL | CVE-2026-48797 | backpropagate: auth bypass exposes LLM training plane | backpropagate | - |
| MEDIUM | CVE-2026-54016 | Open WebUI: BOLA exposes private knowledge base files | open-webui | 4.3 |
| MEDIUM | CVE-2026-54015 | Open WebUI: IDOR exposes private prompt history | open-webui | 6.4 |
| MEDIUM | CVE-2026-54014 | open-webui: path traversal exposes sibling dirs | open-webui | 4.3 |
| HIGH | CVE-2026-54013 | Open WebUI: stored SVG XSS enables full account takeover | open-webui | 7.6 |
| HIGH | CVE-2026-54012 | Open WebUI: auth bypass enables cross-user file read/delete | open-webui | 7.1 |
| HIGH | CVE-2026-54011 | Open WebUI: Stored XSS via Mermaid loose mode in preview | open-webui | 8.7 |
| HIGH | CVE-2026-54010 | Open WebUI: IDOR allows cross-user file read and delete | open-webui | 8.3 |
| MEDIUM | CVE-2026-54009 | open-webui: cross-user file read via auth bypass | open-webui | 6.5 |
| HIGH | CVE-2026-54008 | open-webui: SSRF via OAuth picture redirect bypass | open-webui | 8.5 |
| UNKNOWN | CVE-2026-53923 | vLLM: integer truncation leaks GPU memory cross-tenant | vllm | - |