By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: FOSSAPublished April 16, 2026

TL;DR: AI models are compressing the time between disclosure and exploitation, with Rapid7 finding the median gap to CISA’s KEV catalog fell from 8.5 days to 5 days in one year, according to FOSSA. That shift makes dependency freshness and remediation throughput a governance problem, not just an engineering backlog.


At a glance

What this is: This analysis says AI is accelerating vulnerability discovery and exploitation, while outdated dependencies remain the easiest target for attackers.

Why it matters: It matters because security teams now have less time to patch, prioritize, and validate exposure, including the identity and secrets paths that often turn software flaws into full compromise.

By the numbers:

👉 Read FOSSA’s analysis of AI-enabled vulnerability exploitation and dependency risk


Context

AI-enabled vulnerability exploitation is changing the operating model for defenders because the window between disclosure and abuse is getting shorter while release velocity keeps climbing. In practice, that means security teams have less time to confirm whether a vulnerable component is actually present, whether a secret is exposed, or whether an authenticated path could turn a software flaw into identity compromise.

The article frames Project Glasswing as a response to that shift, but the deeper issue is broader than one initiative: AI is automating recon, decision-making, and exploit chaining across the software supply chain. For identity and access teams, the intersection is real wherever vulnerable code paths expose tokens, service accounts, CI/CD credentials, or federated trust relationships.

Outdated dependencies are not unusual, but treating them as a low-priority engineering backlog is increasingly atypical for mature programmes. The organisations that still rely on slow, manual remediation cycles are now operating inside the attacker’s advantage window.


Key questions

Q: How do security teams reduce risk from AI-assisted exploit research?

A: By assuming research timelines are shorter and by tightening the time between disclosure, validation, and mitigation. That means better external-service inventories, faster regression testing, and compensating controls for systems that cannot be patched immediately. The operational goal is to reduce exposure before public proof-of-concept work turns a theoretical bug into a practical attack path.

Q: Why do outdated dependencies matter more when attackers use AI?

A: AI lets attackers scan more code, identify likely weaknesses faster, and chain known issues with less manual effort. That means a package that was previously “low priority” can become an immediate entry point once disclosure happens. The practical risk is not the CVE itself, but the short period in which exposed code stays reachable.

Q: What do security teams get wrong about vulnerability backlogs?

A: They often treat the backlog as a queue of work rather than a warehouse of unresolved risk. Ticket counts can improve while the most dangerous exposures remain reachable. What matters is whether the organisation can rapidly reduce exposure for the findings that are both exploitable and business-relevant.

Q: How do organisations prove a control remediation is working?

A: They need repeated evidence over a meaningful period, not a single clean test. That means the control must operate under normal conditions, produce auditable artefacts, and address the original root cause. In practice, sustained performance matters more than a one-time validation exercise.


Technical breakdown

Why AI shortens the exploitability window

AI does not change the basic mechanics of vulnerability exploitation, but it changes the pace. Attackers can use models to scan large code and dependency sets, rank likely weaknesses, and chain known issues faster than a human-led workflow can triage them. That compresses the gap between disclosure and exploitation, which historically gave defenders time to patch, test, and deploy remediations. The result is not just more attacks, but fewer safe decision points between discovery and abuse.

Practical implication: measure remediation against exploitability timelines, not internal ticket cycles.

Why outdated dependencies create identity and secrets risk

A stale library is not only a code-quality issue. In modern applications, dependencies often sit near authentication flows, API integrations, service-to-service trust, and secret-handling logic. If an attacker can exploit a known flaw in a widely used package, the next step is often credential theft, token abuse, or privilege escalation through the application’s own trust paths. That is why dependency risk belongs in the same conversation as NHI governance, secrets management, and access control.

Practical implication: map vulnerable packages to the identities and secrets they can expose.

Why human review alone cannot keep pace

Manual upgrade review is too slow when each major dependency bump triggers compatibility checks, code changes, and regression testing. Tools that only surface updates reduce visibility, but they do not eliminate backlog. AI-assisted remediation changes the model by helping teams research breaking changes, adapt code, and complete updates faster, which matters when the attack window is measured in days rather than weeks. Governance still matters, but throughput becomes a security control in its own right.

Practical implication: treat automated remediation capacity as part of your security control stack.


Threat narrative

Attacker objective: The attacker wants to turn a widely known software weakness into fast, scalable access to data, secrets, or trusted infrastructure before defenders can respond.

  1. Entry begins when attackers identify a vulnerable, outdated dependency in a widely deployed application or open source package.
  2. Escalation follows when AI-assisted analysis helps chain the flaw into code execution, credential access, or trust abuse inside the application environment.
  3. Impact occurs when the compromised application path exposes data, secrets, or privileged access that can be reused against downstream systems.

NHI Mgmt Group analysis

AI has turned remediation speed into a primary security control. The article is right to focus on exploit velocity, but the governance change is broader than patch management. When exploitation follows disclosure in days, organisations are no longer judged only on whether they found the weakness. They are judged on whether they can complete remediation before the weakness becomes operationally relevant. That aligns directly with NIST-CSF and the operational intent of continuous improvement, but the real lesson is that slow remediation is now exposure, not backlog. Practitioners should treat upgrade throughput as a measurable control outcome.

Outdated dependencies are now identity-adjacent attack surfaces. In modern software, dependency flaws rarely stay confined to code integrity. They often intersect with secrets, service accounts, API tokens, and federated trust paths that expand the blast radius after initial compromise. That is where the NHI bridge matters: vulnerable software can become a route to non-human identity abuse even when the original flaw is not an identity issue on paper. Teams need to evaluate dependency risk alongside secrets governance and workload identity exposure, not in a separate security silo.

AI-assisted defence will increasingly favour systems that complete work, not just flag it. The article correctly identifies the limitation of tools that only create tickets or pull requests. Security programmes that rely on alerting without completion will keep accumulating exposure, especially when attack windows keep shrinking. This is not a vendor-specific argument; it is a governance shift toward controls that close the loop. Practitioners should judge remediation tooling by how much exposure it actually removes, not how much activity it generates.

Dependency freshness is becoming a named governance concept: exploitability latency. The meaningful metric is no longer only how many CVEs exist, but how long vulnerable code remains reachable after disclosure. That latency reflects release cadence, validation capacity, and the maturity of the remediation workflow. Once AI compresses attacker timelines, exploitability latency becomes a board-relevant indicator of whether the programme can keep pace. Security leaders should make this metric visible in risk reporting and tie it to access to production release paths.

What this signals

Exploitability latency is becoming a useful programme metric because attacker automation is compressing the time available to patch exposed software. Teams should expect leadership to ask not only how many vulnerabilities exist, but how long the highest-risk ones remain reachable after disclosure. That makes remediation throughput, dependency classification, and release governance part of the same control story.

The identity implication is straightforward: whenever vulnerable code sits near secrets, tokens, or service-to-service trust, software risk becomes NHI risk. That is why security leaders should map dependency exposure alongside workload identity and secrets inventories, using control thinking from the Ultimate Guide to NHIs and the defence logic in Anthropic’s first AI-orchestrated cyber espionage campaign report.

Programmes that only generate findings will keep falling behind. The practical signal to watch is whether your teams can complete upgrades for high-exposure dependencies before they become exploit paths, especially in internet-facing services and production code that touches authentication or credential handling.


For practitioners

  • Measure exploitability latency for critical dependencies Track the time from vulnerability disclosure to patch deployment for packages that sit near authentication, secrets, or service-to-service trust paths.
  • Prioritise dependencies that can expose NHIs Classify packages by whether a flaw could reveal tokens, API keys, service credentials, or workload identities, then route those items ahead of generic code-quality work.
  • Automate upgrade completion, not just upgrade discovery Use workflows that can research breaking changes, apply compatible code updates, and hand back a completed pull request instead of another backlog item.
  • Tie remediation to production release control Require security and engineering sign-off for dependencies that remain vulnerable past your defined exploitability threshold, especially in internet-facing systems.

Key takeaways

  • AI is shrinking the gap between disclosure and exploitation, which turns remediation speed into a core security control.
  • Outdated dependencies matter because they often sit near secrets, tokens, and trust paths that attackers can use after a software flaw is found.
  • Security teams need workflows that complete upgrades quickly, because alerting alone does not reduce exposure.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

MITRE ATT&CK and OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and CIS Controls v8 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
MITRE ATT&CKTA0006 , Credential Access; TA0042 , Resource DevelopmentAI-enabled exploit chains often end in credential theft or infrastructure preparation.
NIST CSF 2.0PR.IP-12Software and firmware are relevant here because remediation cadence is the control question.
NIST SP 800-53 Rev 5SI-2SI-2 directly addresses flaw remediation, which is the core issue in the article.
CIS Controls v8CIS-7 , Continuous Vulnerability ManagementThe article is fundamentally about shortening the vulnerability-to-patch window.
OWASP Non-Human Identity Top 10NHI-03When vulnerable code reaches secrets or service identities, NHI exposure becomes part of the attack path.

Map vulnerable dependencies to credential-access and resource-development tactics in your threat models.


Key terms

  • Exploitability latency: Exploitability latency is the time between a weakness appearing in an environment and the organisation proving whether it can be used in a real attack. The shorter that window, the more important continuous validation becomes, especially in fast-moving application and identity environments.
  • Dependency Freshness: The degree to which a codebase uses current, supported upstream packages and libraries. Freshness is more than version count. It reflects how quickly teams absorb security fixes, compatibility changes, and upstream releases before known weaknesses become easy targets.
  • Nhi Exposure Path: A route in software or infrastructure that can reveal or abuse a non-human identity such as a token, API key, service account, or certificate. These paths matter because software flaws often become identity incidents once credentials or trust relationships are exposed.

What's in the full article

FOSSA's full article covers the operational detail this post intentionally leaves for the source:

  • How fossabot researches breaking changes and turns dependency updates into completed pull requests.
  • The specific workflow for handling upgrades that require engineering judgment instead of simple version bumps.
  • Why AI-assisted remediation is framed as a complement to, not a replacement for, conventional software composition analysis.
  • The article’s view on how Project Glasswing may influence secure software development and open source maintenance.

👉 The full FOSSA article covers the dependency-update workflow, AI remediation model, and response to Project Glasswing.

Deepen your knowledge

The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, workload identity, secrets management, and identity lifecycle control. It gives practitioners a practical framework for governing the identities and credentials that modern software and AI-driven systems rely on.
NHIMG Editorial Note
Published by the NHIMG editorial team on August 18, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org