Curated Threat Feed

AI Threat Intelligence

A curated, CVE-style database of AI and GenAI security threats — mapped to the OWASP Top 10 for LLM Applications. Search and filter across attack classes.

3
Critical
5
High
5
Medium
1
Low
Severity
Category

Showing 14 of 14 threats

CriticalPrompt InjectionLLM01: Prompt InjectionOSAI-2024-0847

Multi-turn prompt injection bypasses guardrails via context splitting

Attackers split a malicious instruction across several benign-looking turns so each message passes input filters, then reassemble it in the model's working context to override the system prompt.

Nov 18, 2024
#prompt-injection#guardrail-bypass#multi-turn
HighSupply ChainLLM05: Supply Chain VulnerabilitiesOSAI-2024-0846

Typosquatted model on public registry ships a backdoored tokenizer

A popular model name was typosquatted on a public hub. The malicious upload included a custom tokenizer that executed arbitrary code on load via unsafe deserialization.

Nov 15, 2024
#supply-chain#deserialization#model-registry
HighData LeakageLLM02: Sensitive Information DisclosureOSAI-2024-0845

Data exfiltration through markdown image rendering

Untrusted content instructs the model to embed conversation data in a markdown image URL. When the client auto-renders the response, the browser beacons the data to an attacker server.

Nov 12, 2024
#exfiltration#markdown#rendering
CriticalPrompt InjectionLLM01: Prompt InjectionOSAI-2024-0844

Indirect prompt injection via retrieved web content

A RAG agent ingests an attacker-controlled web page containing hidden instructions. The model treats the retrieved text as commands, hijacking downstream tool calls.

Nov 9, 2024
#indirect-injection#rag#agents
MediumData PoisoningLLM04: Data and Model PoisoningOSAI-2024-0843

Training data poisoning skews sentiment classifier

Crafted samples injected into a crowd-sourced dataset created a trigger phrase that flips classifier output, demonstrating a low-cost integrity attack on fine-tuning pipelines.

Nov 5, 2024
#poisoning#fine-tuning#backdoor
HighPrompt LeakLLM07: System Prompt LeakageOSAI-2024-0842

System prompt extraction via role-play framing

A layered role-play scenario convinces the model to disclose its hidden system prompt, exposing embedded business logic and, in some deployments, secrets.

Nov 2, 2024
#prompt-leak#roleplay#system-prompt
CriticalAgent SecurityLLM06: Excessive AgencyOSAI-2024-0841

Excessive agency: unsandboxed tool call enables file deletion

An agent with an unrestricted shell tool followed injected instructions to delete files. Highlights the need for allow-lists and human approval on destructive actions.

Oct 29, 2024
#agents#tools#excessive-agency
HighAdversarial MLLLM01: Prompt InjectionOSAI-2024-0840

Adversarial suffix transfers across open models

A gradient-optimized adversarial suffix crafted on one open-weight model reliably jailbreaks several others, showing attack transferability across the ecosystem.

Oct 24, 2024
#adversarial#jailbreak#transferability
MediumPrivacyLLM02: Sensitive Information DisclosureOSAI-2024-0839

Membership inference recovers PII from fine-tuned model

By probing confidence scores, researchers determined whether specific records were in the fine-tuning set, leaking sensitive membership information.

Oct 20, 2024
#privacy#membership-inference#pii
MediumResource AbuseLLM10: Unbounded ConsumptionOSAI-2024-0838

Unbounded generation loop drives denial-of-wallet

Crafted inputs coerce a model into extremely long or recursive generations, spiking token spend and latency — an availability and cost attack on metered APIs.

Oct 16, 2024
#dos#denial-of-wallet#rate-limiting
HighOutput HandlingLLM05: Improper Output HandlingOSAI-2024-0837

Insecure output handling leads to stored XSS

Model output containing a script payload was rendered without sanitization in a web app, resulting in stored cross-site scripting against other users.

Oct 11, 2024
#xss#output-handling#web
MediumData PoisoningLLM04: Data and Model PoisoningOSAI-2024-0836

Vector store poisoning corrupts RAG retrieval

An attacker inserts documents engineered to rank highly for common queries, steering the retrieval layer toward attacker-chosen content.

Oct 7, 2024
#rag#vector-store#poisoning
LowObfuscationLLM01: Prompt InjectionOSAI-2024-0835

Zero-width character smuggling evades keyword filters

Instructions hidden with zero-width and bidirectional Unicode characters pass human review and naive filters while remaining fully legible to the model.

Oct 3, 2024
#obfuscation#unicode#filter-evasion
MediumPrivacyLLM02: Sensitive Information DisclosureOSAI-2024-0834

Model inversion reconstructs faces from embeddings API

Repeated queries against an embeddings endpoint allowed partial reconstruction of training images, underscoring the sensitivity of exposed model internals.

Sep 28, 2024
#privacy#model-inversion#embeddings