TL;DR: AI-assisted vulnerability discovery is collapsing the old CVE triage model: Mythos and similar LLMs can identify the same flaws from identical code context, while Anthropic’s Project Glasswing found more than 10,000 high- or critical-severity issues in its first month, according to OXSecurity. Security teams now need chain-level context, not raw finding volume, because risk lives in exploitability and reachability, not the CVE count.
NHIMG editorial — based on content published by OXSecurity: AI turned CVEs into security metadata
By the numbers:
- MITRE’s federal funding for the CVE program nearly lapsed after a 32% jump in submissions in 2024, according to NIST.
Questions worth separating out
Q: What breaks when security teams prioritise CVEs one by one?
A: Single-finding prioritisation breaks because it ignores how weaknesses combine.
Q: Why do exploit chains matter more than CVSS scores in practice?
A: CVSS measures individual severity, but attackers operate across connected weaknesses.
Q: How do teams know if a vulnerability is truly exploitable?
A: They validate it in the live environment using safe testing that shows whether an attacker can reach the condition, trigger it, and move beyond it.
Practitioner guidance
- Build chain-aware triage workflows Score findings based on whether they connect to secrets, authentication boundaries, privileged automation, or lateral movement paths, not just CVSS severity.
- Enrich vulnerability data with environment context Join scanner output to asset ownership, identity relationships, dependency maps, and runtime exposure so engineers can see whether a flaw is reachable in production.
- Prioritise exploit chains over isolated findings Create review paths for clusters of issues that together could produce file read, credential exposure, or execution, even when each issue looks moderate alone.
What's in the full article
OXSecurity's full analysis covers the operational detail this post intentionally leaves for the source:
- The specific DataEase exploit chain, including how each CVE contributed to file read, SQL execution, and root shell access
- The Mythos and ExploitBench comparisons that show how different models climb from vulnerability discovery to exploit construction
- The OX Security Application Security Benchmark data behind the 1.08% risk-correlation finding
- The full breakdown of how CVE volume is changing AppSec triage and why the Chain of Exploit model was introduced
👉 Read OXSecurity's analysis of CVE overload, Mythos, and exploit chains →
CVE flood and exploit chains: what security teams need to change?
Explore further
CVE volume is now a metadata problem, not a risk-management solution. The article is right to frame CVEs as necessary baseline data rather than the unit of decision. Once LLMs can surface the same flaws at scale, security teams need a higher-order model that measures exploitability, reachability, and chaining potential. For identity programmes, that means treating vulnerable access paths, tokens, and privileged automation as the real control surface.
A few things that frame the scale:
- The 52 NHI breaches Report shows that service-account and secret exposure often becomes dangerous only when paired with downstream privilege paths, according to The 52 NHI breaches Report.
- In many breach cases, the initial weakness was not the most damaging issue. The damaging step was the later combination of exposed credentials, overly broad access, and reachable privileged systems.
A question worth separating out:
Q: What should organisations do when AI increases vulnerability volume?
A: They should harden the remediation pipeline before adding more discovery capacity. That means clear ownership, automated routing, retest verification, and metrics that show whether exposures actually closed. Without that foundation, AI simply magnifies the backlog and makes existing workflow defects more visible to leadership.
👉 Read our full editorial: CVE volume is becoming security metadata, not usable risk