Subscribe to the Non-Human & AI Identity Journal

What breaks when remediation SLAs are based only on severity?

Severity-only SLAs break when they ignore whether an asset is internet-facing, business-critical, or actually exploitable. Teams end up treating very different risks the same way, which delays the findings that matter most and wastes effort on issues with limited real-world exposure. The result is policy compliance without meaningful risk reduction.

Why This Matters for Security Teams

Severity is useful for triage, but it is only one dimension of remediation priority. A medium-severity issue on an internet-facing system with active exploitation may deserve faster action than a critical finding buried behind compensating controls. That is why NIST SP 800-53 Rev 5 Security and Privacy Controls emphasises risk-based control selection and monitoring rather than blind reliance on a label.

When SLAs are built only on severity, security teams often optimise for ticket closure instead of exposure reduction. The process looks disciplined on paper, but it can leave internet-facing assets, privileged workflows, and high-value data paths underprotected. It also creates a false sense of fairness because every critical finding gets the same deadline, even when one is easily reachable and another is effectively contained.

In practice, many security teams encounter the weakness of severity-only SLAs only after an exploitable weakness has already been used against a business-critical asset, rather than through intentional risk-based prioritisation.

How It Works in Practice

Operationally, remediation should be prioritised with a small set of risk modifiers layered on top of severity. The most common are asset exposure, business criticality, exploitability, and compensating controls. A vulnerability on a public application with known exploit code should move faster than the same issue on a segmented internal test host. Likewise, issues in identity paths, privileged access workflows, or systems that support customer transactions warrant tighter handling because the blast radius is larger.

Current guidance suggests combining severity with contextual scoring rather than replacing it outright. Security teams often implement this by enriching scanner findings with CMDB data, cloud metadata, attack surface information, and threat intelligence. For example, teams can tag whether a host is internet-facing, whether the service handles sensitive data, and whether the issue sits in a path reachable by an authenticated user or an external attacker. This is consistent with broader control thinking in the NIST CSF, where identification, protection, detection, response, and recovery work together instead of in isolation.

  • Prioritise externally reachable assets ahead of equivalent internal-only assets.
  • Escalate findings with active exploitation, public proof-of-concept code, or observed attacker interest.
  • Weight business-critical systems and identity infrastructure more heavily than low-impact services.
  • Shorten SLAs when compensating controls are weak, missing, or hard to verify.
  • Use exception approval only when risk acceptance is explicit, documented, and time-bound.

For teams aligning remediation to attacker behaviour, MITRE ATT&CK is useful for mapping how an issue could be chained into real compromise, while CISA’s Known Exploited Vulnerabilities Catalog helps distinguish theoretical weakness from active adversary use. These controls tend to break down in large, multi-cloud environments where asset inventories are incomplete and ownership data is stale, because the remediation queue cannot be reliably enriched.

Common Variations and Edge Cases

Tighter remediation SLAs often increase operational overhead, requiring organisations to balance speed against the effort needed to score risk accurately. That tradeoff is especially visible when asset context is inconsistent across on-premises, cloud, and SaaS estates. In those cases, a simple severity-only model may look easier to run, but it usually misallocates scarce engineering time.

There is no universal standard for this yet, but best practice is evolving toward risk-based SLAs that include exploitability and exposure. Some organisations use separate timers for internet-facing assets, privileged systems, and regulated data environments. Others create “severity plus context” rules, where any issue with known exploitation or direct business impact is automatically escalated regardless of scanner severity.

This also matters for identity and access systems. A moderate vulnerability in a privileged access platform, secrets store, or authentication service can have outsized consequences because compromise of that layer can expose many downstream systems. The same logic applies to cloud control planes and agentic AI toolchains that hold credentials or execution authority. For a control baseline, NIST SP 800-53 Rev 5 Security and Privacy Controls remains a practical anchor for documenting compensating controls and exception handling.

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 AI RMF, NIST SP 800-53 Rev 5 and CISA-Known-Exploited-Vulnerabilities set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 GV.RM Risk management is the right lens when severity alone distorts priority.
NIST AI RMF The question maps to governance of risk decisions, not just technical scoring.
MITRE ATT&CK T1190 Internet-facing exploitable issues often become initial access paths.
NIST SP 800-53 Rev 5 RA-3 Risk assessment should account for exposure and exploitability, not only severity.
CISA-Known-Exploited-Vulnerabilities Active exploitation is a stronger driver of urgency than raw severity.

Define a governance process that combines severity with business and security context before assigning SLAs.