TL;DR: Patch windows have collapsed from roughly 32 days to 5 days, with 32.1% of vulnerabilities exploited on or before disclosure and 50-61% weaponized within 48 hours, according to Pixee's analysis of 2025 exploitation trends. The practical consequence is that vulnerability management must shift from compliance-led patching to exploitability-led remediation and compromise hunting.
At a glance
What this is: This is an analysis of how rapidly shrinking time-to-exploit is breaking traditional patch-centric vulnerability management, with the key finding that exploit windows are now measured in days, not weeks.
Why it matters: It matters because security, IAM, and platform teams need remediation models that assume compromise can happen before patch cycles complete, especially where exposed services, privileged access, and identity-linked sessions are involved.
By the numbers:
- In 2024, organizations had roughly 32 days between vulnerability disclosure and active exploitation, but that window has shrunk to 5 days.
- In H1 2025, 32.1% of vulnerabilities were exploited on or before the day they were publicly disclosed.
- Attackers weaponized 50-61% of vulnerabilities within 48 hours, according to Pixee's analysis.
👉 Read Pixee's analysis of the collapsing time-to-exploit window in AppSec
Context
Vulnerability management now fails when it assumes organizations have weeks to respond after disclosure. The article argues that exploitation timelines have compressed so sharply that patch compliance alone no longer describes real risk, especially when exposed systems can be targeted before routine change windows open.
For identity-linked infrastructure, that shift matters because compromise often pivots through authenticated services, administrative sessions, and privileged network paths rather than through unauthenticated code execution alone. The relevant question is no longer whether a patch exists, but whether the environment can detect, contain, and recover from pre-patch compromise.
The Fortinet cases cited here are atypical only in their publicity; the underlying failure mode is now common across internet-facing platforms.
Key questions
Q: What breaks when vulnerability discovery is faster than patch cycles?
A: Patch-centric programmes break because they assume security teams have days or weeks to assess, approve, and deploy fixes. When exploit development happens in hours, the real control is speed of remediation plus blast-radius reduction. Organisations need faster triage, tighter segmentation, and pre-approved emergency change paths to stay within the attacker timeline.
Q: Why do exposed systems remain risky even after the patch is installed?
A: Because attackers may already have established persistence before remediation completed. A patch can remove the vulnerable path while leaving malicious artefacts, backdoors, or privileged access intact. Security teams should assume remediation and eviction are separate tasks whenever a system was internet-facing during exploitation.
Q: How do security teams know whether Teams remediation is working?
A: They should measure dwell time, removal latency, and the percentage of malicious messages removed before any user interaction. If detection is happening but content stays visible long enough to be clicked, the control is not effective enough. Audit trails should show fast, consistent containment.
Q: Who is accountable when compromised access infrastructure keeps working after patching?
A: Accountability sits across platform owners, IAM teams, and security operations because patching alone does not remove persistence or confirm that access state has been cleaned up. Frameworks that matter here include least-privilege and configuration management controls, plus the operational responsibility to verify that no unauthorized access path survives remediation.
Technical breakdown
Patch diffing turns fixes into exploitation guides
Attackers increasingly treat patch releases as intelligence. They compare the pre-patch and post-patch code, isolate the changed logic, and look for the same flaw in related code paths or in systems that have not yet been updated. This is why incomplete fixes can create follow-on CVEs: the patch reveals the control surface, and adversaries use it to accelerate weaponization. In practice, the disclosure event becomes part of the attack lifecycle, not the end of it.
Practical implication: treat patch publication as a trigger for intensified monitoring and exposure triage, not as evidence that risk is closing.
Why exploitability now outruns severity scores
CVSS measures theoretical impact, but exploitation data measures live adversary interest. When one-third of vulnerabilities are weaponized at or before disclosure and many more within 48 hours, severity alone is too slow and too abstract to drive response. Exploitability, internet exposure, asset criticality, and whether a working exploit exists are better inputs for prioritization. This is a governance problem as much as a technical one, because teams still optimise around compliance milestones that do not map to attacker behaviour.
Practical implication: move prioritisation logic toward exploitability scoring and exposed-asset context rather than static severity alone.
Persistence can survive the patch
Once attackers gain a foothold before remediation completes, they may leave behind persistence mechanisms that outlast the fix itself. The article notes symlink-based backdoors designed to survive firmware upgrades and resets, which means the patch can close the entry point while leaving the intruder in place. That changes the operating assumption for response teams: remediation and eviction are separate tasks, and a clean patch status does not prove a clean system.
Practical implication: pair patching with compromise validation, session review, and persistence hunting on any system exposed during the exploit window.
Threat narrative
Attacker objective: The attacker objective is to gain durable access to exposed infrastructure before defenders can close the exploitation window, then keep that access after remediation.
- Entry occurs when attackers target exposed internet-facing devices or services soon after disclosure, using release-note analysis and patch diffing to identify a working path.
- Escalation follows when the vulnerable path is weaponized before most organisations finish testing or deploying remediation, allowing attackers to establish access and sometimes plant persistence.
- Impact is reached when systems remain compromised even after the patch is applied, because the attacker has already installed backdoors or preserved access through surviving artefacts.
NHI Mgmt Group analysis
Exploitability has replaced patch status as the more useful security signal. When 32% of vulnerabilities are weaponized on disclosure day, patch completion becomes a lagging indicator rather than a risk control. Security teams need response models that rank exposed and actively exploited assets ahead of unexploited backlog. The practitioner takeaway is to make exploitability the primary triage lens, not the compliance dashboard.
Pre-patch compromise is now a normal operating assumption, not a corner case. The central governance failure is the belief that remediation ends the incident once a fix is installed. In reality, attackers can persist through the response window, which makes validation of clean state as important as deployment of the patch. The practitioner takeaway is to separate remediation from eradication in every incident workflow.
Time-to-remediation is the metric that maps to attacker behaviour, not patch percentage. Patch coverage can look healthy while critical internet-facing systems remain exposed for days. That gap creates security debt that grows faster than many programmes can burn it down. The practitioner takeaway is to measure how quickly you close active exposure on reachable assets, not how many assets are nominally patched.
Security backlog has become an operational risk category in its own right. The article shows that organisations with 15-20% monthly remediation capacity cannot keep pace with a five-day exploitation reality. That makes vulnerability operations, asset exposure management, and incident detection part of the same control plane. The practitioner takeaway is to treat backlog reduction as a board-visible resilience issue, not just an engineering queue.
For identity-adjacent systems, the window of compromise often includes privileged sessions and service access paths. Even when the vulnerability is not itself an IAM issue, attackers frequently pivot through trusted administrative paths after initial compromise. That creates an intersection between vulnerability response and privileged access governance. The practitioner takeaway is to review privileged sessions and service credentials whenever internet-facing systems were exposed during the active exploitation window.
What this signals
Time-to-exploit compression forces vulnerability management, IAM operations, and incident response to converge. When attackers can move from disclosure to weaponization in days, privileged access reviews and service credential hygiene matter because exposed systems often become the bridge into broader environments. The programme signal is clear: response speed now has to be measured against attacker timelines, not internal calendar rhythms.
Exposure window management: organisations need a way to score which internet-facing assets were reachable during the exploit window and whether privileged sessions were active at the same time. That concept is becoming a useful operational layer above traditional patch queues. The practical implication is to link vulnerability workflows with identity logs, session telemetry, and compromise hunting so remediation decisions are evidence-based.
For teams using NIST CSF and CIS Controls, the lesson is to tighten the handoff between Identify, Protect, Detect, Respond, and Recover. Patch status alone does not show whether a control is working; evidence of no compromise does. The next maturity step is to make exploitability, exposure, and validation part of the same control conversation.
For practitioners
- Prioritise exploitable vulnerabilities first Rank remediation by active exploitation, internet exposure, and asset criticality before severity score. Reserve standard patch queues for issues without evidence of weaponization or reachable attack surface.
- Assume pre-patch compromise on exposed assets For any system reachable during the exploit window, validate logs, running processes, scheduled tasks, backdoors, and persistence artefacts before declaring remediation complete.
- Separate patching from eradication Treat patch deployment, compromise confirmation, and attacker eviction as distinct workflow stages so a fixed system is not mistaken for a clean one.
- Use remediation velocity as the board metric Measure median time to close active exposure on critical assets, especially those facing the internet, and report backlog ageing alongside patch coverage.
Key takeaways
- Time-to-exploit has collapsed to the point where patch compliance no longer equals security.
- The evidence shows that many vulnerabilities are weaponized before most organisations can respond, which makes exposure validation as important as patch deployment.
- Practitioners need exploitability-led prioritisation, compromise hunting, and remediation velocity metrics to keep pace with modern attack timelines.
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.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | DE.CM-1 | The article centres on monitoring exposure and detecting compromise during the exploit window. |
| NIST SP 800-53 Rev 5 | SI-2 | Security flaw remediation maps directly to vulnerability correction and patch governance. |
| CIS Controls v8 | CIS-7 , Continuous Vulnerability Management | Continuous vulnerability management is the core discipline challenged by the compressed time-to-exploit window. |
| MITRE ATT&CK | TA0005 , Defense Evasion; TA0003 , Persistence | The article describes persistence techniques that survive patching and reset actions. |
Operationalise CIS-7 with exploitability-based triage and shorten remediation cycles for reachable critical assets.
Key terms
- Time-to-Exploit: The period between discovery of a vulnerability and its first practical use by an attacker. In AI-assisted attack environments, that period can shrink to the point where human review no longer fits inside the response window, making automation and pre-authorised containment essential.
- Patch diffing: The process of comparing software before and after a fix to infer what changed and where the vulnerable logic may still exist. Attackers use it to accelerate exploitation, especially when they can reuse the same weakness in adjacent code paths or related products.
- Remediation velocity: The speed at which an organisation can move a finding from validation to verified closure. It is a practical measure of security execution, not just detection maturity, and it often depends on asset ownership, change control, and the surrounding access model.
- Persistence artifact: A persistence artifact is any file, hook, service, or configuration that lets malware survive after the initial execution window ends. In build and developer environments, these artifacts often hide in editor settings, system services, or startup hooks and can reactivate the compromise later.
What's in the full article
Pixee's full analysis covers the operational detail this post intentionally leaves for the source:
- A deeper breakdown of the Fortinet exploitation timeline, including the specific patch-to-zero-day sequence.
- Practical distinctions between patch deployment, compromise validation, and attacker eviction in remediation workflows.
- The source article's reasoning on why exploitability should outrank severity in prioritisation.
- The weekly AppSec framing behind remediation velocity and backlog reduction, which is useful for programme owners.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, and secrets management. It helps practitioners connect identity controls to broader security operations and remediation strategy.
Published by the NHIMG editorial team on August 20, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org