Attack Type

Prompt Injection

Prompt injection is the most prevalent attack technique against LLM-based applications. The attacker embeds instructions inside untrusted input — a user message, a retrieved document, or a tool output — that the model then follows instead of (or in addition to) its system prompt. Variants include direct prompt injection (the attacker controls the user turn) and indirect prompt injection (instructions planted in content the LLM will later read, such as a web page or a PDF the application summarises). The OWASP LLM Top 10 ranks prompt injection as LLM01 — the highest-impact risk for production LLM applications. Real-world example: CVE-2024-11041 affected vLLM 0.5.5, where crafted prompts could trigger remote code execution via the OpenAI-compatible chat completion endpoint. Defenses include input classification, strict output parsing, separating trusted and untrusted context, and least-privilege tool design in agent frameworks.

103
Total CVEs
6
Pages
Page 4 of 6
Current
Severity CVE CVSS
MEDIUM CVE-2026-40112 5.4
MEDIUM CVE-2026-40117 6.2
HIGH CVE-2026-40150 7.7
MEDIUM GHSA-ffp3-3562-8cv3 5.5
HIGH CVE-2026-40160 -
HIGH GHSA-qwgj-rrpj-75xm 8.8
HIGH CVE-2026-40153 7.4
HIGH GHSA-p4h8-56qp-hpgv -
HIGH GHSA-6r77-hqx7-7vw8 7.1
HIGH GHSA-f228-chmx-v6j6 8.3
MEDIUM GHSA-7g8c-cfr3-vqqr -
CRITICAL GHSA-v38x-c887-992f -
HIGH CVE-2026-39861 -
CRITICAL CVE-2026-41264 9.8
HIGH GHSA-2r2p-4cgf-hv7h -
CRITICAL CVE-2026-41265 9.8
HIGH CVE-2026-41138 8.8
HIGH CVE-2026-41271 8.3
CRITICAL GHSA-wpqr-6v78-jr5g 10.0
MEDIUM GHSA-7jm2-g593-4qrc -

Page 4 of 6