By NHI Mgmt Group Editorial TeamDomain: Cyber SecuritySource: SynackPublished June 18, 2026

TL;DR: Tech companies’ critical-vulnerability MTTR rose from 74 to 98 days in 2025, even as remediation improved at every other severity tier, according to Synack’s State of Vulnerabilities Report. The pattern points to distributed APIs, microservices, third-party integrations, and AI-generated code turning familiar weaknesses into cross-team coordination problems rather than simple patch tasks.


At a glance

What this is: Synack reports that tech-sector critical vulnerability remediation slowed sharply in 2025, even while lower-severity fixes improved and familiar flaws like SQL injection reappeared across distributed systems.

Why it matters: For IAM, NHI, and broader security programmes, the finding shows that fragmented assets, delegated access, and machine-generated code can widen exposure windows and make governance controls harder to execute consistently.

By the numbers:

👉 Read Synack's analysis of why critical vulnerability remediation is slowing in tech


Context

Critical vulnerability remediation becomes a governance problem when the codebase, the data paths, and the owners of each control move faster than the fix can be coordinated. In tech environments, the risk is not just the vulnerability itself, but the way distributed architectures turn a single finding into a cross-team dependency chain. That creates a practical identity and access angle wherever service accounts, API credentials, or AI-assisted workflows are part of the attack surface.

Synack’s report shows a sector that improved remediation at high, medium, and low severity while critical issues moved in the wrong direction. That pattern suggests organisations are still optimising for ticket volume rather than blast radius, which is where security leadership needs to look next.

For identity teams, the lesson is that speed without control coherence creates hidden exposure. The starting position described in the article is increasingly typical for modern software organisations, not an outlier.


Key questions

Q: What breaks when critical vulnerabilities span APIs, microservices, and third-party integrations?

A: Remediation slows because no single team owns the entire exposure path. The fix may require coordinated changes across codebases, release trains, and external dependencies, which turns a vulnerability into a governance and sequencing problem. The larger the dependency graph, the more likely the vulnerable state persists long enough to become an incident.

Q: Why do critical vulnerability fixes take longer in fast-moving tech environments?

A: Fast delivery creates change churn. By the time a critical flaw is found, the code, owners, and integration points may have shifted several times, which makes the original remediation path harder to reconstruct. The result is more handoffs, more validation work, and more delay before closure.

Q: How should security teams prove that a vulnerability has really been remediated?

A: They should require evidence that the vulnerable condition is no longer reachable or exploitable, not just that a ticket is closed. That means validating asset scope, confirming the fix in production, checking compensating controls and retaining proof of the changed state. Without that, organisations are only demonstrating process completion, not actual risk reduction.

Q: Who is accountable when an AI-assisted workflow is manipulated through untrusted content?

A: Accountability usually sits with both the application owner and the team governing the AI workflow, because the failure occurs at the boundary between data intake and model use. Organisations need clear ownership for sanitisation, output validation, and downstream consumption, or content injection will keep slipping between teams.


Technical breakdown

Why distributed APIs keep SQL injection alive

SQL injection persists because the control boundary has shifted. In monolithic applications, input validation and data access logic were easier to centralise. In distributed systems, the same flaw can appear in API gateways, microservices, partner integrations, and generated code paths, each with different owners and deployment cadences. The vulnerability is familiar, but the remediation problem is now architectural: a fix must reach every execution path that touches the same data layer, and those paths may have changed since discovery.

Practical implication: map injection exposure to service ownership and data flows before assigning remediation, or fixes will stall in handoffs.

How speed-to-ship creates content injection risk

Content injection emerges when untrusted text is fed into AI prompt contexts without sanitisation or policy boundaries. That can include uploads, scraped content, or external documents that become instructions, context, or routing signals inside an AI-assisted workflow. The security issue is not only prompt manipulation, but downstream logic corruption when an application trusts AI output as if it were validated input. This is a governance failure as much as a technical one, because the control point sits at the boundary between data ingestion and model use.

Practical implication: treat prompt inputs as untrusted content and enforce validation, filtering, and output constraints at ingestion.

Why remediation slows as code and ownership fragment

Mean time to remediate rises when the vulnerable code has already changed multiple times, when ownership is split across teams, or when the defect spans systems that were not in scope at discovery. That is why a critical issue discovered in a live distributed platform is harder to close than the same issue found early in a static codebase. Continuous testing shortens that window by surfacing defects before the environment accumulates more change, more dependency coupling, and more coordination overhead.

Practical implication: move critical testing earlier and tie findings to cross-asset views so remediation starts before the system drifts further.


Threat narrative

Attacker objective: The attacker aims to turn fragmented application trust boundaries into data access, workflow manipulation, or lateral compromise.

  1. Entry occurs through exposed SQL injection points or unsanitised prompt inputs in distributed application paths.
  2. Escalation follows when the attacker uses those paths to manipulate queries, influence model context, or reach adjacent services through shared data layers.
  3. Impact is achieved through data exposure, workflow corruption, or broader application compromise across interconnected systems.

NHI Mgmt Group analysis

Fragmented application ownership is now an access-control problem, not just a code-quality problem. When vulnerabilities span APIs, microservices, and third-party dependencies, the organisation no longer has one control owner or one remediation path. That creates the same governance failure identity teams see in sprawling service-account estates: the asset exists in many places, but accountability lives nowhere central. Practitioners should treat cross-asset visibility as a control objective, not a reporting nicety.

Content injection is the first widely visible sign that AI-assisted development has changed the vulnerability class itself. The issue is not only unsanitised input, but the growing number of systems that trust model context as if it were a controlled data channel. That matters for agentic AI governance because once an AI workflow can consume, transform, and act on untrusted content, the boundary between application security and identity governance starts to blur. Security teams should align AI input controls with the same discipline they apply to secrets and delegated access.

Critical MTTR will stay high until organisations stop managing vulnerabilities as isolated tickets. The article’s data supports a named concept we should use more often: cross-asset remediation drag. This is the delay created when one finding touches several teams, services, and release cycles. The practical response is to route critical findings through ownership maps, dependency graphs, and change windows rather than generic backlog queues.

Continuous testing is becoming the only realistic way to keep pace with modern code churn. Periodic scans arrive too late once the codebase has already moved through multiple releases and the original context is gone. This is especially relevant where machine-generated code expands the attack surface faster than human review can follow. Practitioners should use earlier detection to reduce coordination cost before it becomes the real blocker.

The sector’s slowdown shows that security maturity is being outpaced by delivery velocity. Tech organisations improved the easier tiers, but critical issues still slipped through because the most damaging flaws now live in the most interconnected parts of the stack. That means governance must shift from counting resolved findings to understanding which findings can still become enterprise events.

What this signals

The practical signal for security programmes is that vulnerability management and identity governance are converging around the same control problem: knowing which assets, credentials, and workflows are actually in scope before the fix is attempted. When development velocity outruns asset visibility, critical exposure lasts longer even when lower-severity hygiene improves.

Cross-asset remediation drag: critical findings now stall because the same issue touches several owners, pipelines, and release cycles. Security leaders should build remediation routes that account for dependency graphs, not just scanner output, and use NIST SP 800-53 Rev 5 Security and Privacy Controls to anchor the process.

Where AI-generated code and AI prompt workflows are part of the stack, the boundary between application security and identity control gets thinner. That increases the value of governed input handling, verified ownership, and earlier testing, because once a flaw moves into production it is far more expensive to unwind.


For practitioners

  • Build cross-asset ownership maps for critical findings Assign each critical vulnerability to every affected service, data layer, and release owner before remediation begins. This reduces handoff delays and makes it harder for distributed APIs and third-party integrations to hide the full blast radius.
  • Move critical testing earlier in the development cycle Use continuous testing to find injection paths before code changes multiply and the fix requires coordinated releases across several teams. Earlier discovery shortens the time between exposure and containment.
  • Treat AI prompt inputs as governed untrusted data Sanitise user uploads, scraped content, and external documents before they enter prompt contexts, and constrain model output before downstream systems consume it. This closes the path for content injection and logic manipulation.
  • Separate remediation routing by severity and blast radius Do not queue critical issues with ordinary ticket workflows. Route them through incident-style handling when a flaw touches multiple assets or business units, because coordination delay is itself part of the risk.

Key takeaways

  • Tech-sector remediation is slowing at the critical tier because distributed architectures turn one vulnerability into a multi-owner coordination problem.
  • The rise of SQL injection and content injection shows that familiar flaws are reappearing in new places as APIs, microservices, and AI-assisted development expand the attack surface.
  • Security teams need cross-asset visibility and earlier testing to cut remediation drag before release churn makes critical fixes materially harder.

Standards & Framework Alignment

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

MITRE ATT&CK 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; TA0010 , ExfiltrationInjection flaws and content manipulation can lead to credential and data theft.
NIST CSF 2.0PR.IP-4Continuous testing and remediation workflow maturity fit CSF protection and improvement outcomes.
NIST SP 800-53 Rev 5SI-2Flaw remediation and patch coordination are central to this article's findings.
CIS Controls v8CIS-7 , Continuous Vulnerability ManagementThe article is fundamentally about vulnerability discovery and closure speed.

Operate continuous vulnerability management across APIs, code, and dependencies rather than periodic scanning only.


Key terms

  • Cross-asset remediation drag: The delay that happens when a vulnerability affects several systems, owners, or release cycles at once. It is less about the flaw itself and more about the coordination cost of fixing it across a fragmented environment where no single team can close the issue alone.
  • Content injection: The placement of hidden instructions inside otherwise legitimate content so that a downstream system reads them as part of its task. In agentic environments, content injection matters because the agent may treat attacker text as executable context rather than as untrusted input.
  • Critical mean time to remediate: The average time it takes an organisation to close critical-severity vulnerabilities after discovery. In practice, it reflects more than patch speed. It also captures ownership clarity, dependency complexity, release timing, and how much operational change has occurred since the issue was found.

What's in the full article

Synack's full blog covers the operational detail this post intentionally leaves for the source:

  • The report's sector-by-sector MTTR breakdown for critical, high, medium, and low findings.
  • The underlying methodology behind the 11,000-vulnerability analysis across five industries.
  • The remediation patterns the vendor attributes to distributed APIs, microservices, and AI-generated code.
  • The continuous-testing model and how it is positioned to reduce coordination delay in live environments.

👉 Synack's full post covers the sector breakdown, remediation patterns, and continuous testing context behind the findings.

Deepen your knowledge

NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, workload identity, secrets management, and identity lifecycle controls. It helps practitioners connect identity discipline to the broader security programmes their organisations depend 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