TL;DR: Security debt reached 82% of organisations in 2026, while critical security debt climbed to 60% and nearly half of applications now carry unresolved flaws, according to Veracode's 2026 State of Software Security Report. The evidence points to a capacity and prioritisation problem, not a simple tooling gap, and that same logic applies when identity and access debt accumulates across application and NHI programmes.
At a glance
What this is: This is an analysis of how security debt is compounding across modern software delivery, with 82% of organisations affected and remediation lagging behind discovery.
Why it matters: It matters because identity, access, and application teams all inherit the same backlog problem when vulnerabilities, secrets, and privileged access are left unresolved.
By the numbers:
- Security debt has climbed from 71% of organisations in 2024 to 82% in 2026, an 11% year-over-year increase.
- Critical security debt rose from 46% of organisations in 2024 to 60% in 2026, a 20% year-over-year increase.
- Nearly half 49% of all applications now carry security debt.
👉 Read Veracode's analysis of the 2026 security debt crisis and remediation priorities
Context
Security debt is the growing gap between what development teams ship and what security teams can actually remediate. In practice, that means known flaws persist long enough to become a standing risk surface, especially when CI/CD velocity, third-party dependencies, and AI-generated code expand the number of issues faster than teams can close them.
For identity programmes, the same pattern appears when secrets, service accounts, and privileged access are discovered faster than they are rotated, scoped, or retired. Once backlog becomes normal, the governance problem is no longer finding risk. It is deciding what can be contained before the exposure window becomes operationally irrelevant.
Key questions
Q: What breaks when security debt keeps growing faster than remediation capacity?
A: When security debt outpaces remediation, organisations stop fixing what is most dangerous and start deferring what is easiest to ignore. That creates ageing exposure, more accepted risk, and a larger pool of weaknesses attackers can study. The practical failure is not visibility. It is the inability to turn findings into closed risk quickly enough.
A: When a vulnerability is publicly exploited, internet-facing, or connected to high-value identity paths, it should move ahead of routine backlog work. The goal is to reduce the attacker’s viable window, especially when third-party access or privileged identities could turn that exposure into lateral movement. Prioritisation should reflect exploitability and blast radius, not patch age alone.
Q: What do security teams get wrong about AI-powered remediation for NHIs?
A: Teams often assume that faster remediation is automatically safer. In reality, the speed gain can hide ownership errors, over-broad tool scopes, and unreviewed script generation. If the same interface can inspect, recommend, and execute, the control model must be stricter than a normal dashboard workflow.
Q: How do organisations know if fix-before-close is actually working?
A: It is working when high-risk findings stop entering production, ageing risk declines, and exception volumes remain tightly controlled. The best signal is not fewer alerts alone. It is shorter time-to-remediate for critical issues and fewer unresolved items older than one release cycle.
Technical breakdown
Why security debt keeps compounding in CI/CD pipelines
Security debt compounds when delivery velocity exceeds the organisation's ability to analyse, prioritise, and remediate findings. Mature testing usually increases visibility across SAST, DAST, and SCA, which is useful but also expands the backlog. Modern applications add more dependencies, more code paths, and more integration points, so each unresolved issue creates follow-on work in adjacent services. The result is a backlog that behaves like a balance sheet: every missed fix adds risk principal, and every delay increases the cost of closure.
Practical implication: teams need intake rules that rank findings by exploitability and business criticality before they enter the remediation queue.
Why risk-based prioritisation beats CVSS-only triage
CVSS scores describe severity, but they do not tell you which flaw can actually hurt the business first. Exploitability-weighted prioritisation adds context such as asset value, internet exposure, known attacker interest, and compensating controls. That matters because a medium-severity issue in a revenue-critical path can be more consequential than a high-severity issue in an isolated environment. The same logic applies to identity debt, where a low-signal but high-privilege account can matter more than a louder but less sensitive application finding.
Practical implication: align remediation queues to crown-jewel systems, not just to the loudest vulnerability score.
How fix-before-close policies change the security model
Fix-before-close policies move security left by preventing high-risk defects from crossing the merge boundary in the first place. This does not mean every issue blocks every release. It means the pipeline enforces explicit thresholds for what can ship, what must be remediated immediately, and what can be accepted with documented risk ownership. The architecture shifts from reactive cleanup to controlled entry, which is essential when backlog growth is outpacing human review. In identity terms, it is the same principle as stopping standing privilege before it becomes a persistent exposure.
Practical implication: enforce merge gates for high-risk findings and require risk owners for every exception.
Threat narrative
Attacker objective: The attacker aims to exploit stale, documented weaknesses that the organisation has already lost the capacity to fix quickly.
- Entry occurs when new code, dependencies, or AI-generated components introduce vulnerabilities faster than security teams can review them.
- Escalation happens as unresolved issues accumulate into year-old weaknesses that attackers can study and weaponise.
- Impact follows when the backlog forces risk acceptance, leaving exposed applications and business-critical paths vulnerable to exploitation.
NHI Mgmt Group analysis
Security debt is an identity governance problem as soon as backlog affects secrets, service accounts, and privileged access. The same operational failure that leaves software vulnerabilities unresolved also leaves credentials unrotated, access reviews incomplete, and ownership unclear. Once teams cannot close findings fast enough, the governance question shifts from discovery to containment. Practitioners should treat unresolved identity backlog as a form of standing exposure debt.
Exposure backlog is the more useful concept than simple vulnerability count. The article's strongest signal is not the raw number of findings, but the fact that ageing issues now outpace remediation capacity. That is the same pattern seen when NHI inventories grow faster than lifecycle controls. The practitioner conclusion is to measure how long risk remains live, not just how many issues exist.
Fix-before-close should become a control pattern for identity and application risk together. Organisations already use pipeline gates for security defects, and the same logic should apply to high-risk identity changes such as unmanaged tokens, over-privileged service accounts, and stale certificates. Control debt is cumulative, so remediation gates need to stop new exposure from entering the environment. The practitioner implication is to make closure a condition of release for the highest-risk identity and code changes.
AI-assisted remediation will matter, but only if governance stays human-owned. The article correctly points to AI as a force multiplier for triage and fix generation, yet automated remediation without policy boundaries can simply accelerate bad decisions. In identity security, that means AI can help identify and classify exposure, but ownership, approval, and exception handling still need accountable humans. The practitioner conclusion is to automate the queue, not the accountability.
Security debt is converging with identity debt in the broader application stack. Applications now embed secrets, workloads, APIs, and delegated access paths, which means code hygiene and identity hygiene can no longer be managed separately. That convergence creates a named concept worth tracking: identity exposure backlog. It describes the growing gap between what is discovered and what is actually retired, rotated, or constrained. The practitioner takeaway is to govern code and identity remediation as one risk system.
What this signals
Security debt is a useful warning for identity programmes because backlog is now a control failure, not just an operational inconvenience. When unresolved access, secrets, and application findings accumulate, the programme is no longer governing exposure. It is merely cataloguing it, which is why teams should align remediation SLAs with business-critical identity paths as well as code release cycles.
Identity exposure backlog: the term captures the point where discoveries outpace retirement, rotation, and closure. That pattern shows up in secrets, service accounts, and application dependencies alike, and it creates a governance gap that cannot be solved by more logging alone. Teams should watch ageing exposure metrics and tie them to ownership, exception discipline, and closure time.
The next phase of remediation maturity is likely to combine AI-assisted triage with policy-enforced closure, because the backlog problem is fundamentally about decision throughput. Teams that rely only on manual review will keep falling behind as software and identity surfaces expand. Practitioners should prepare for shared remediation governance across application security and NHI control workflows.
For practitioners
- Implement exploitability-weighted triage Rank remediation by exploitability, asset criticality, and exposure rather than by CVSS alone. Put crown-jewel applications and privileged identity paths at the front of the queue so security debt does not keep compounding in the most sensitive areas.
- Enforce fix-before-close gates Block high-risk findings from merging unless a documented exception is approved by the accountable owner. Use the same policy model for critical application defects and unmanaged identity findings so backlog cannot enter production unchecked.
- Track ageing exposure separately from total findings Report how many vulnerabilities, secrets, or privileged accounts have remained unresolved for more than one release cycle. Age-based reporting shows whether the programme is reducing live risk or simply producing more open tickets.
- Unify identity and application remediation workflows Create a shared queue for software vulnerabilities, exposed secrets, and over-privileged service accounts where the same ownership and exception rules apply. That prevents teams from treating identity debt as a separate problem with no closure path.
Key takeaways
- Security debt is no longer a backlog problem alone. It is a governance problem when unresolved risk keeps ageing inside production systems.
- The article's strongest evidence is the pace of growth, with general security debt at 82% and critical debt at 60% of organisations in 2026.
- Risk-based prioritisation and fix-before-close controls are the practical answer when remediation capacity cannot keep up with discovery.
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 | PR.IP-4 | The article is about controlling remediation flow and reducing backlog. |
| NIST SP 800-53 Rev 5 | RA-5 | Vulnerability monitoring and remediation are central to security debt reduction. |
| CIS Controls v8 | CIS-7 , Continuous Vulnerability Management | The article directly concerns continuous vulnerability discovery and closure. |
| MITRE ATT&CK | TA0009 , Collection; TA0010 , Exfiltration; TA0040 , Impact | Ageing vulnerabilities increase the chance of exploitation leading to data theft or disruption. |
Use CIS-7 to enforce a repeatable workflow for finding, prioritising, and remediating issues.
Key terms
- Security Debt: Accumulated risk that builds when vulnerabilities, unsafe dependencies, and policy gaps are left unresolved across the software lifecycle. In AI-assisted development, security debt grows quickly because more code is produced, more decisions are made automatically, and remediation often lags behind delivery.
- Exploitability-Weighted Risk: Exploitability-weighted risk is a prioritisation method that combines severity with real-world attacker likelihood, asset criticality, and exposure. It is more useful than raw scoring because it helps teams focus on what can actually be abused first, not just what looks serious on paper.
- Fix-Before-Close Policy: A fix-before-close policy prevents high-risk findings from being considered complete until the issue is actually remediated or formally accepted by the right owner. It shifts security from after-the-fact cleanup to release gating, which reduces the chance that dangerous issues move into production.
- Identity Exposure Backlog: Identity exposure backlog is the growing set of unresolved identity risks such as stale secrets, over-privileged accounts, or incomplete lifecycle actions that remain open longer than they should. It matters because discovery without closure turns identity governance into recordkeeping rather than control.
What's in the full report
Veracode's full analysis covers the operational detail this post intentionally leaves for the source:
- The full 2026 State of Software Security report breakdown by year, including the underlying trend data behind the 82% security debt figure.
- The report's discussion of remediation strategy, including how the vendor frames AI-assisted prioritisation and code-fix workflows.
- The source article's explanation of how SAST, DAST, and SCA discovery can create more backlog even as visibility improves.
- The article's deeper guidance on setting fix-before-close policies inside CI/CD pipelines and release gating.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, machine identity security, secrets management, and identity lifecycle control. It helps security and identity practitioners build the governance discipline needed to manage exposure across modern environments.
Published by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org