Subscribe to the Non-Human & AI Identity Journal
Home FAQ Cyber Security How should teams decide which vulnerabilities deserve a…
Cyber Security

How should teams decide which vulnerabilities deserve a hard stop?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated August 2, 2026 Domain: Cyber Security

Use a mix of severity, confidence, reachability, and fix clarity. Hard stops are best reserved for findings that are likely exploitable, well understood, and fixable in the same workflow. That usually means secrets, critical injection paths, and dependency flaws that are demonstrably reachable.

Why This Matters for Security Teams

Hard stop decisions shape whether security gates protect the business or simply slow delivery. When teams block every high-severity issue, they create alert fatigue and workarounds. When they block too little, exploitable weaknesses move into production. The practical goal is not to stop “bad” findings in the abstract, but to stop the findings that have clear exploit paths, clear business impact, and a realistic chance of being remediated before release.

That is why prioritisation should be evidence-led. A vulnerability with a high score is not automatically a release blocker if it is not reachable in the deployed environment. Likewise, a medium-scored issue can justify a hard stop if it exposes secrets, an authentication bypass, or a privileged control path. The NIST Cybersecurity Framework 2.0 reinforces the need to align risk decisions with governance, protection, detection, and response rather than relying on a single score as a substitute for judgement.

In practice, many security teams discover their gate is either too noisy or too lenient only after a production incident or a release rollback has already exposed the gap.

How It Works in Practice

A workable hard stop policy usually combines four signals. First is severity, but only as a starting point. Second is confidence, which asks whether the finding is real or a likely false positive. Third is reachability, meaning whether the vulnerable code path, service, or secret can actually be accessed in the deployed environment. Fourth is fix clarity, which asks whether the remediation is obvious and can be completed without major redesign.

Security leaders should translate those signals into explicit release criteria. For example, a hard stop may apply to exposed secrets, authentication bypasses, remote code execution, or dependency flaws in active runtime paths. A softer workflow may apply to issues that are real but isolated, compensating controls are strong, or remediation requires a planned engineering change. This is where engineering context matters: a critical issue in dead code is not the same as a critical issue in an internet-facing API.

  • Confirm exploitability in the deployed environment, not just in the scanner output.
  • Require evidence for reachability, such as an entry point, route, library path, or call chain.
  • Separate policy blockers from backlog items so teams know what cannot ship.
  • Document exceptions with an owner, expiry date, and compensating controls.

For AI-enabled systems and agentic workflows, the same logic applies to prompt injection, unsafe tool access, and credential leakage, but the risk owner should also consider model and workflow provenance. Guidance from OWASP Top 10 for Large Language Model Applications and the MITRE ATT&CK framework is useful when mapping attack paths to practical control points. These controls tend to break down when teams run one policy across monoliths, microservices, and AI-assisted pipelines because reachability and fixability vary too much between those environments.

Common Variations and Edge Cases

Tighter hard stop policies often increase release friction, requiring organisations to balance risk reduction against delivery speed. That tradeoff is real, especially when security and engineering teams disagree on what “reachable” means. Best practice is evolving here, and there is no universal standard for every stack. Some teams treat internet-facing secrets, auth bypasses, and actively exploited vulnerabilities as unconditional blockers. Others allow controlled exceptions for low-exposure internal systems where compensating controls are strong.

Edge cases usually involve context that scanners cannot see. A flaw may be severe on paper but unreachable behind network segmentation, feature flags, or a disabled route. The reverse also happens: a modest issue may become release blocking because it sits inside a privileged workflow, a CI/CD secret store, or an agentic toolchain with execution authority. In those cases, the question is not just “how severe is it?” but “what can this issue touch, and who can trigger it?”

For governance-heavy environments, teams should also distinguish between policy exceptions and accepted risk. That difference matters for auditability, especially when control owners, expiry dates, and revalidation steps are required. Use the CISA Known Exploited Vulnerabilities Catalog as one input when deciding whether a weakness deserves immediate blocking, but do not treat public exploitation status as the only trigger. A vulnerability with no known exploitation can still justify a hard stop if it exposes secrets or privileged access paths.

Standards & Framework Alignment

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

OWASP Agentic AI Top 10 and MITRE ATLAS address the attack and risk surface, while NIST CSF 2.0, NIST AI RMF and NIST AI 600-1 set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0GV.RM-01Hard-stop decisions are risk acceptance decisions that need explicit governance.
OWASP Agentic AI Top 10A2Agentic workflows can turn minor flaws into execution or tool-abuse risks.
MITRE ATLASAML.TA0001Attack path thinking helps separate theoretical issues from reachable abuse cases.
NIST AI RMFGOVERNAI-related vulnerabilities need accountable risk decisions and documented oversight.
NIST AI 600-1GenAI deployments need controls for prompt injection and output misuse.

Define blocker criteria in risk policy and tie exceptions to accountable owners and review dates.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on August 2, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org