Back to Blog
AI Security

OWASP's 2026 LLM Top 10 Now Weighs Real Incidents, Not Just Opinion

For the first time, OWASP folded thousands of classified real-world AI security incidents into its LLM Top 10 rankings — and the result reshuffles eight of ten entries, with agentic-system risk jumping the most.

PyramidLedger Research4 min read
Share

Key Takeaways

  • OWASP's 2026 GenAI/LLM Top 10 weights rankings 75% practitioner consensus and 25% real incident data — the first edition to use actual incident evidence rather than opinion alone.
  • **Excessive Agency** jumped from #6 to #3, the largest move on the list, driven by incidents where autonomous or agentic systems took unwanted real-world actions.
  • **Unbounded Consumption** (#10→#6) and **Misinformation** (#9→#7) also rose sharply, while **Improper Output Handling** fell from #5 to #10 despite remaining unresolved in many deployments.
  • **System Prompt Leakage** was renamed **Hidden Context Exposure** and broadened to cover retrieved policy text, tool schemas, and workflow rules — not just the literal system prompt.

What changed in the 2026 list

OWASP has published the 2026 edition of its GenAI/LLM Top 10, and the headline is methodological rather than cosmetic: this is the first version scored using a documented 75%/25% blend of practitioner-community voting and real-world incident data, rather than expert opinion alone. According to reporting on the release, the incident-data component drew on 6,639 classified AI security incidents pulled from public vulnerability databases and an AI-harm database.

The evidence-weighted method reshuffled eight of the ten entries. The new order:

  1. 1Prompt Injection (unchanged)
  2. 2Sensitive Information Disclosure (unchanged)
  3. 3Excessive Agency (up from #6)
  4. 4Supply Chain (down from #3)
  5. 5Data and Model Poisoning (down from #4)
  6. 6Unbounded Consumption (up from #10)
  7. 7Misinformation (up from #9)
  8. 8Hidden Context Exposure — renamed from System Prompt Leakage (was #8)
  9. 9Vector and Embedding Weaknesses (down from #8)
  10. 10Improper Output Handling (down from #5)

Why the agentic-risk jump matters

Excessive Agency climbing from sixth to third is the biggest single move in the list, and it tracks with what we're seeing in the field: as teams wire LLMs into tools, ticketing systems, and downstream APIs, the failure mode shifts from "the model said something wrong" to "the model *did* something wrong." An over-permissioned agent that can call a refund API, push code, or send email doesn't need a sophisticated exploit to cause damage — it just needs a plausible-sounding instruction, injected or otherwise, that its permissions don't stop it from acting on.

Unbounded Consumption and Misinformation rose for related reasons. Incident data reportedly showed confidently wrong outputs triggering automated workflows or unauthorized API calls downstream — the cost of a hallucination is no longer just reputational when an agent acts on it. Meanwhile Improper Output Handling dropping from #5 to #10 doesn't mean the underlying flaw got fixed in the wild; OWASP's own framing attributes the drop to shifting incident *prevalence*, not resolution — worth noting before anyone deprioritizes output sanitization on the strength of a rank number alone.

A broader definition of context leakage

The rename of System Prompt Leakage to Hidden Context Exposure is a scope expansion, not a relabel. It now explicitly covers retrieved policy text, tool schemas, and workflow rules — the kind of material RAG pipelines and agent frameworks inject into context that was never meant to be user-visible. Teams that treated "don't leak the system prompt" as a checkbox should re-read this category; the attack surface it describes is now the entire non-user-visible context window, not one string.

What this means for defenders

The practical takeaway isn't the ranking itself — it's that OWASP is now grounding prioritization in incident evidence, which gives security teams a citable basis for arguing resource allocation internally. If your organization is running LLM-backed agents with real-world write access (ticketing, payments, code, infrastructure), Excessive Agency and Unbounded Consumption deserve fresh threat-modeling attention even if your last review used the 2025 list as a checklist.

FAQ

Frequently Asked Questions

What's actually new about the OWASP 2026 LLM Top 10 methodology?

It's the first edition to score entries using a documented mix of roughly 75% practitioner-community voting and 25% classified real-world incident data (reportedly 6,639 incidents), rather than relying on expert opinion alone.

Why did Excessive Agency jump so far up the list?

It moved from #6 to #3 — the largest shift in the 2026 list — reflecting real incidents where agentic or autonomous LLM systems took unwanted actions through tools or APIs they had permission to call.

Is System Prompt Leakage gone from the list?

No — it was renamed Hidden Context Exposure and broadened to cover any non-user-visible context an LLM system exposes, including retrieved policy text, tool schemas, and workflow rules, not just the literal system prompt.

Sources

  1. 1OWASP GenAI LLM Top 10 2026OWASP
  2. 2OWASP LLM Top 10 2026: The Full List and What ChangedSuperblocks
  3. 3OWASP Releases GenAI LLM Top 10 2026 for Building and Securing Modern AI AppsCyber Security News
  4. 4Reading the Signals in the OWASP LLM Top 10 2026Check Point
Share

Read next