TL;DR: Remote code execution rose 39%, brute force attacks 17%, and content injection 8% in 2025, while exploit timelines compressed from months to hours and attackers increasingly targeted edge devices, developer toolchains, and AI/LLM environments, according to Synack’s 2026 vulnerability analysis. The core issue is not discovery volume alone but the widening gap between what defenders test and what adversaries can reach.
NHIMG editorial — based on content published by Synack: The 2026 State of Vulnerabilities: What the Data Misses, According to Our Red Team
Questions worth separating out
Q: What breaks when security testing does not cover the full attack surface?
A: The main failure is that defenders optimise for the assets they can see, while attackers target the untested remainder.
Q: Why do AI agents create new access risk for enterprises?
A: AI agents create access risk because they can operate with delegated authority while processing untrusted inputs.
Q: How do security teams know whether exploit speed is outpacing remediation?
A: Look at the time between disclosure, validation, and containment for your highest-risk assets.
Practitioner guidance
- Map unscoped developer and edge assets Create a live inventory of internal APIs, staging environments, AI-backed services, and edge devices that sit outside standard test scope.
- Treat AI agents as governed identities Assign each agent a named owner, explicit privilege boundary, approved data access set, and revocation path.
- Reduce credential value before exposure is discovered Shorten token lifetimes, remove persistent secrets from accessible files, and prefer narrowly scoped credentials for systems that interact with databases or internal APIs.
What's in the full article
Synack's full analysis covers the operational detail this post intentionally leaves for the source:
- The report’s scoped testing methodology and how validated findings are approved before they count as exploitable risk
- The per-category vulnerability mix behind the 2025 shifts, including where remote code execution and content injection rose most
- The AI and LLM engagement examples that show how researchers chained access from guardrails into database and model control
- The remediation trend data that breaks down how customer programmes reduced mean time to remediate by 47%
👉 Read Synack's 2026 State of Vulnerabilities analysis →
AI agents and the untested attack surface gap: what changes now?
Explore further
Coverage gap is now the central vulnerability management problem: the article shows that what is tested and what is exposed are no longer the same thing. That matters because attackers operate across untested developer assets, edge infrastructure, and delegated AI paths that never enter standard scope. The right governance question is no longer how many findings were remediated, but which exposed identities and services remain outside continuous validation.
A question worth separating out:
Q: Which frameworks should teams use to manage attack surface and privileged AI access?
A: Use MITRE ATT&CK to map initial access and privilege escalation patterns, and use OWASP-NHI concepts for agent credentials, token scope, and lifecycle control. For broader programme governance, pair that with NIST CSF and access control standards that force continuous visibility over exposed services and identities.
👉 Read our full editorial: AI agent access and hidden attack surface gaps are widening