TL;DR: Security teams are over-relying on CVSS and false-positive-prone triage, with only 12% of critical and high-severity vulnerabilities actually reachable in production and 73% of security time lost to manual triage, according to Pixee. The real shift is from severity-first workflows to exploitability-aware remediation that developers will accept.
At a glance
What this is: This is Pixee’s analysis of why vulnerability prioritisation breaks down, showing that severity scores, alert volume, and manual triage are misaligned with exploitability and remediation outcomes.
Why it matters: It matters because IAM, NHI, and broader security programmes all depend on accurate prioritisation, and noisy controls erode trust, delay remediation, and leave real exposure untouched.
By the numbers:
- 92% of security teams use CVSS scores as their primary vulnerability prioritisation method.
- Only 12% of "Critical" and "High" severity vulnerabilities are actually reachable in production code.
- 73% of security teams report spending their time on manual vulnerability triage and only 27% on actual security improvements.
👉 Read Pixee's analysis of why security teams are prioritising vulnerabilities wrong
Context
Vulnerability prioritisation fails when teams treat generic severity as a proxy for real-world exposure. In modern environments, exploitability depends on reachability, configuration, dependencies, and whether the vulnerable component is actually on a live attack path. That is why vulnerability management increasingly intersects with IAM, NHI, and privilege boundaries: if a system or service account can reach sensitive paths, a theoretical flaw becomes operational risk.
Pixee’s argument is that the industry has optimised for finding issues rather than fixing the ones that matter. The broader governance problem is not detection volume but decision quality, because false positives consume analyst time and weaken developer trust. For identity and access programmes, that same pattern appears when over-permissive access, stale credentials, and standing privilege create noise that hides the exposures that actually drive compromise.
Key questions
A: Prioritise by combining exploitability, asset criticality, compensating controls, and process ownership. A medium severity flaw on a revenue system may be more urgent than a critical flaw in a lab environment. The goal is to decide which exposure can create the biggest business loss fastest, then remediate that first.
Q: Why do vulnerability management programmes get stuck in backlog growth?
A: Because teams spend too much time validating findings that turn out not to matter, while real issues wait behind them. When false positives dominate the queue, analysts lose time and developers lose confidence in the process. The backlog then grows even if the team is working harder, because the work is not aligned to real risk reduction.
Q: What do security teams get wrong about high CVSS scores?
A: They often treat CVSS as a complete ranking signal. In practice, a lower-scored issue can be more dangerous if it is reachable, chained to other weaknesses, or linked to exposed credentials. Teams should look at real attack paths, not just the score attached to an individual finding.
Q: How can organisations make remediation faster without adding more analysts?
A: They should move fixes closer to the developer workflow and automate context gathering so security teams spend less time translating findings. The goal is not more alerts but more accepted fixes. When remediation guidance is specific to the codebase and deployment pattern, teams can act faster with the staff they already have.
Technical breakdown
Why CVSS fails as a prioritisation model
CVSS is a severity scoring system, not an exploitability model. It was designed to communicate generic risk across many environments, which means it cannot tell you whether a flaw is reachable in your specific code path, exposed by your architecture, or gated behind a control that blocks exploitation. That gap matters because remediation capacity is finite. When teams use severity as the starting point, they often spend effort on issues that are technically serious but practically unreachable, while delaying fixes for flaws that sit on live attack paths.
Practical implication: score vulnerabilities against reachability and business context before assigning remediation priority.
How false positives create remediation backlog debt
False positives are not just an annoyance. They create backlog debt by forcing developers and security analysts to investigate issues that turn out not to matter, which increases cycle time and reduces confidence in the tooling. Over time, teams begin to ignore alerts, disable notifications, or deprioritise security work entirely. This is especially damaging in environments with many components and dependencies, where the volume of findings grows faster than the team can validate them. The result is a queue that looks active but produces little risk reduction.
Practical implication: reduce noisy findings before they enter the backlog, then track closure quality rather than raw alert counts.
Why remediation needs to be developer-aware, not alert-driven
Alert-driven security tells teams what is wrong, but not how to fix it in their codebase. Developer-aware remediation is different because it uses context about frameworks, dependencies, and deployment patterns to generate fixes that can actually be merged. That distinction explains why organisations with context-aware automation see higher acceptance rates than teams that only push notifications. In practice, the control objective shifts from detection volume to usable remediation guidance, which is the only model that scales when code and dependency counts keep rising.
Practical implication: integrate remediation suggestions into developer workflows rather than adding another alert channel.
NHI Mgmt Group analysis
Exploitability, not severity, is now the real governance variable. Severity scores still have value for communication, but they break down as a prioritisation mechanism when reachability and runtime context are ignored. In identity-heavy environments, the same flaw can be harmless in one service and exploitable in another if privilege boundaries, tokens, or service paths differ. The practical conclusion is that vulnerability governance must align with actual access paths, not abstract scorecards.
The false-positive problem is a trust problem before it is a tooling problem. When teams repeatedly investigate issues that are not exploitable, they stop treating security findings as decision-grade input. That erosion of trust is especially harmful in IAM and NHI programmes, where analysts already manage noisy entitlement, credential, and access signals. Once the signal-to-noise ratio collapses, even legitimate risks take longer to reach remediation. Practitioners should treat trust in the triage pipeline as a control objective.
Context-aware remediation is the named capability this market is converging on. The pattern here is not “more scanning” but what can be called remediation intelligence: fixing only what is reachable, actionable, and acceptable to developers. That concept maps cleanly to modern security governance because it combines validation, prioritisation, and workflow integration into one decision chain. The implication for practitioners is that automation should remove human toil, not multiply it.
Security programmes that measure findings instead of fixes are optimising the wrong outcome. Backlog size, alert count, and scan coverage can all improve while actual exposure stays flat or worsens. That is the governance failure this article exposes, and it applies across application security, IAM, and NHI operations wherever teams confuse activity with risk reduction. Practitioners should re-centre reporting on time to meaningful remediation and on how many findings were truly exploitable.
What this signals
Remediation intelligence: security programmes will increasingly be judged on how quickly they convert validated findings into merged fixes, not on how many issues they surface. The operational shift is from queue management to decision quality, and that affects AppSec, IAM, and NHI workflows alike. Teams that still optimise for alert volume will keep producing noise, while exploitability-aware pipelines will build trust and reduce backlog friction.
For identity programmes, the lesson is direct: access risk behaves like vulnerability risk when the team cannot distinguish noise from exposure. Stale credentials, standing privilege, and over-broad entitlements create the same kind of prioritisation drag as false-positive scans. Practitioners should align remediation reporting with real exposure paths and use resources such as the The 52 NHI breaches Report and Ultimate Guide to NHIs , 2025 Outlook and Predictions to ground those decisions.
For practitioners
- Implement reachability-based prioritisation Rank vulnerabilities by whether they are reachable in production, exposed through a real attack path, and connected to sensitive assets or identities before assigning engineering time.
- Reduce false positives before they enter triage Tune scanners and validation logic so that obvious non-issues are filtered out early, because backlog quality matters more than the raw number of findings.
- Measure remediation acceptance, not alert volume Track how many security fixes are merged, how quickly they are accepted, and how often recommendations are rejected or ignored by developers.
- Embed fixes into developer workflows Provide contextual remediation guidance inside code review, ticketing, or CI pipelines so teams can act without switching tools or translating generic findings.
Key takeaways
- Pixee’s core finding is that severity-based vulnerability prioritisation routinely misallocates scarce remediation effort.
- The data cited in the article shows that most high-severity findings are not reachable in production, which helps explain why backlogs grow without meaningful risk reduction.
- Practitioners should prioritise exploitability, streamline validation, and measure accepted fixes if they want their security programme to produce real outcomes.
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-1 | Prioritisation and remediation workflows map to protective implementation discipline. |
| NIST SP 800-53 Rev 5 | RA-5 | RA-5 governs vulnerability monitoring and analysis, which is the article's central issue. |
| CIS Controls v8 | CIS-7 , Continuous Vulnerability Management | Continuous vulnerability management is the operating model under discussion. |
| MITRE ATT&CK | TA0006 , Credential Access; TA0040 , Impact | Credential abuse and downstream impact are the practical consequences of poor prioritisation. |
Use CIS-7 to reduce backlog noise and prioritise the vulnerabilities that are actually actionable.
Key terms
- Reachability analysis: Reachability analysis checks whether a vulnerability can actually be exploited in the application’s real code paths and dependency graph. It helps teams distinguish theoretical findings from issues that an attacker can reach, which makes prioritisation far more accurate for both AppSec and identity risk management.
- False Positive: A false positive is a scanner result that looks like a secret but is not actually sensitive. In secret governance, false positives matter because they consume analyst time, weaken trust in alerts, and can delay response to the findings that truly change exposure and access risk.
- Remediation Intelligence: Remediation intelligence is the ability to convert validated security findings into fixes that developers can apply with minimal friction. It goes beyond detection by using context about code, dependencies, and workflows to produce actionable guidance rather than another queue of alerts.
What's in the full report
Pixee's full analysis covers the operational detail this post intentionally leaves for the source:
- The report's per-study comparisons showing how different AppSec and software supply chain surveys converge on the same prioritisation problem.
- The data breakdown behind the 12% exploitability figure and how reachability analysis changes remediation queues.
- The operating-model examples for context-aware automation, including where developer workflows absorbed fixes more effectively.
- The fuller discussion of why AI-powered detection often increases work unless it is tied to remediation.
Deepen your knowledge
The NHI Foundation Level course, the industry's only accredited NHI security programme, covers NHI governance, IAM, and secrets management in a practitioner-focused format. It helps security teams connect identity controls to real-world remediation, access risk, and programme governance.
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