TL;DR: Frontier AI models are collapsing the time between vulnerability discovery and exploitation, while the Athena coalition has processed more than 40,000 findings in three weeks, 42% of them critical or high, according to Cycode. The governance problem is no longer finding flaws, but proving reachability and moving durable patches upstream before attackers exploit them.
NHIMG editorial — based on content published by Cycode: Cycode joins the Athena Coalition to protect open source software from AI attacks
By the numbers:
Questions worth separating out
Q: What breaks when AI finds vulnerabilities faster than teams can patch them?
A: The standard vulnerability-management model breaks because it assumes discovery is slower than remediation.
Q: Why do reachability checks matter more than raw CVE counts?
A: Raw counts tell you what exists somewhere in the codebase, not what an attacker can actually reach.
Q: How do security teams know if dependency controls are actually working?
A: Look for whether build systems prevent unauthorised version drift, whether package provenance is checked before install, and whether secret-handling code is isolated from broad application reach.
Practitioner guidance
- Build reachability-first remediation queues Prioritise vulnerabilities that are actually invoked in production code paths before chasing every CVE in the dependency list.
- Shorten disclosure-to-fix SLAs for exposed dependencies Treat the gap between pre-disclosure findings and patched release as an operational risk window.
- Map package ownership to application teams Assign a named owner for every critical dependency so upstream advisories do not stall in generic intake queues.
What's in the full article
Cycode's full post covers the operational detail this post intentionally leaves for the source:
- How Cycode's Context Intelligence Graph determines whether a vulnerable component is actually reachable in your codebase
- The coalition operating model for pre-disclosure vulnerability sharing, hardened fixes, and upstream patch distribution
- Which application security workflows are used to turn broad vulnerability intelligence into environment-specific remediation decisions
👉 Read Cycode's analysis of AI-driven open source vulnerability discovery and Athena →
AI-assisted open source vulnerability discovery - are patch windows shrinking fast?
Explore further