TL;DR: CVSS alone cannot distinguish a harmless sandbox flaw from an internet-exposed production weakness, and Orca Security argues that effective cloud prioritization must combine asset criticality, exploitability, CISA KEV, runtime reachability, and attack-path context. The real failure is treating severity as risk when remediation decisions depend on environment, exposure, and business impact.
At a glance
What this is: This is a cloud vulnerability prioritization framework that shows why CVSS by itself misstates real risk and how context, exploitability, KEV data, reachability, and attack-path analysis change the ranking.
Why it matters: It matters because IAM, NHI, and cloud security teams need to fix the vulnerabilities that actually increase blast radius, not just the ones with the loudest scores.
By the numbers:
- The National Vulnerability Database now logs roughly 76 new Common Vulnerabilities and Exposures per day.
- Research from Aqua Security and USENIX found that only about 4% of vulnerabilities have publicly available exploit code.
- Systems with least-privileged AI access had a 17% incident rate vs 76% for over-privileged systems.
👉 Read Orca Security's framework for prioritising cloud vulnerabilities with context
Context
Cloud vulnerability management breaks down when teams treat severity as priority. CVSS tells you how bad a flaw could be in the abstract, but it does not tell you whether the asset is internet-facing, whether the vulnerable code is actually running, or whether the finding sits on a path to sensitive data.
In cloud environments, that missing context creates alert fatigue and misdirected remediation. The practical identity question is not only which workload is vulnerable, but also what that workload can reach, what it can access through IAM, and whether over-privilege turns a routine CVE into a real breach path.
Key questions
Q: How should teams prioritise cloud vulnerabilities when CVSS and business risk do not match?
A: Use CVSS only as an initial severity label, then reorder findings by asset criticality, exploitability, runtime reachability, and attack-path exposure. A vulnerable workload that is internet-facing, live, and connected to sensitive data deserves faster action than a higher-scoring issue in an isolated environment. This is the practical meaning of context-aware prioritisation.
Q: Why do cloud vulnerability backlogs create so much alert fatigue?
A: Cloud backlogs grow faster than teams can evaluate them, and severity-only scoring produces too many findings that look equally urgent. When analysts cannot separate a sandbox issue from a production path to data, they either overwork low-value tickets or miss high-value ones. The result is slower remediation and weaker decision quality.
Q: How do organisations know whether a vulnerability is truly actionable?
A: A finding is actionable when the vulnerable code is reachable at runtime, the asset is exposed in a meaningful way, and the surrounding permissions or misconfigurations create a usable attack path. If any of those conditions is absent, the issue may still need tracking, but it should not outrank a live, connected exposure.
Q: Who is accountable when a cloud vulnerability becomes a breach path?
A: Accountability sits across vulnerability management, cloud security, and identity governance because the breach path only exists when a flaw, exposure, and privilege combine. Teams that own only one layer cannot fully govern the risk. Frameworks like the NIST Cybersecurity Framework help assign governance across identify, protect, detect, respond, and recover.
Technical breakdown
Why CVSS misstates cloud risk
CVSS is an intrinsic severity score, which means it describes the flaw itself rather than the environment where the flaw appears. In cloud operations, that leaves out exposure, data sensitivity, segmentation, and entitlement scope. A critical score on a sealed dev workload is not equivalent to the same score on an internet-facing production service with broad IAM permissions. Practitioners should treat CVSS as a starting signal, not a remediation queue.
Practical implication: Use CVSS as one input, then override it when asset context shows the finding is isolated or already contained.
Why exploitability and KEV change priority
Exploitability adds probability to severity. EPSS estimates how likely exploitation is in the next 30 days, while CISA KEV confirms that a CVE is already being abused in the wild. That distinction matters because many high-scoring vulnerabilities never become active threats, but KEV-listed issues are present-tense risk. In practice, a moderate CVSS issue with known exploit activity can outrank a critical score with no exploitation evidence.
Practical implication: Route KEV matches and highly exploitable CVEs into an override queue instead of waiting for normal backlog ranking.
How runtime reachability and attack paths expose real blast radius
Runtime reachability asks whether the vulnerable code is actually executing in the deployed workload. That removes false positives from libraries present in images but never invoked. Attack-path analysis goes further by correlating vulnerabilities with misconfigurations and IAM over-permission to show how an attacker would move from initial compromise to impact. In cloud environments, the important question is often not whether a flaw exists, but whether it connects to data or privilege.
Practical implication: Prioritise findings only after validating that the code is live and the surrounding permissions create a usable attack path.
Threat narrative
Attacker objective: The attacker wants to turn a single reachable flaw into a practical path to data theft or broader cloud compromise.
- Entry occurs through an internet-exposed workload that is vulnerable and reachable, rather than through a score alone.
- Escalation happens when the compromised workload also carries over-privileged IAM access or adjacent misconfigurations that widen the blast radius.
- Impact follows when the attacker uses that combined context to reach sensitive data stores or production systems without needing additional privilege escalation.
Breaches seen in the wild
- DeepSeek breach — DeepSeek breach exposed 1M+ log lines and sensitive secret keys.
- Codefinger AWS S3 ransomware attack — Codefinger used compromised AWS credentials to encrypt S3 buckets via SSE-C.
Read our 52 NHI Breaches Analysis report for a comprehensive view of breaches impacting Non-Human Identities including AI Agents.
NHI Mgmt Group analysis
CVSS-only prioritization is a control design error, not just a triage inefficiency. Severity scores were built to describe vulnerability characteristics, not operational exposure. Once teams use them as a risk ranking mechanism, they decouple remediation from asset criticality, reachability, and privilege scope. The practical conclusion is that cloud vulnerability governance must be judged on whether it reflects real attack paths, not whether it produces a long list of critical findings.
Asset context is the first override that matters because identity turns a flaw into a breach path. A vulnerable workload with no meaningful data access is materially different from the same workload holding broad IAM permissions or access to regulated data. That is the identity-security link practitioners often miss. When entitlement scope is large, vulnerability priority must rise even if the raw CVSS score is unchanged.
Reachability is the bridge between theoretical exposure and exploitable exposure. Many cloud assets carry dormant vulnerable packages that never execute in production, which means they are noisy but not immediately actionable. Runtime analysis separates inventory from risk. For practitioners, the rule is simple: if the code is not live and the path is not usable, the finding should not consume the same operational attention as a reachable production service.
Attack-path correlation creates the named concept of identity blast radius. The real unit of prioritization is not the CVE in isolation but the combination of vulnerability, misconfiguration, and IAM exposure that lets an attacker move from one asset to another. That is why vulnerability management and identity governance cannot be separated in cloud programmes. The practitioner takeaway is to rank the chain, not the alert.
Cloud prioritization has shifted from backlog reduction to exposure governance. Teams that still optimise for closure counts will keep fixing low-impact issues while leaving high-leverage paths intact. The market signal is that vulnerability management is becoming inseparable from cloud identity governance, because over-privilege and reachability determine whether a flaw is theoretical or operational. Practitioners should align remediation around exposure reduction, not ticket volume.
From our research:
- Systems with least-privileged AI access had a 17% incident rate vs 76% for over-privileged systems, according to The 2026 Infrastructure Identity Survey.
- From our research: 70% of organisations grant AI systems more access than they would give a human employee performing the exact same job, according to The 2026 Infrastructure Identity Survey.
- That finding reinforces why Ultimate Guide to NHIs , Key Challenges and Risks is the right next reference point for teams trying to shrink cloud blast radius.
What this signals
Identity blast radius: cloud vulnerability prioritisation is becoming an identity problem as much as a patching problem. When a workload can reach sensitive data or privileged APIs, the same CVE carries a very different operational meaning. Teams that do not fold IAM scope into triage will continue to under-rank the findings that matter most.
The direction of travel is clear. With 70% of organisations already granting AI systems more access than they would give a human employee performing the same job, according to the 2026 Infrastructure Identity Survey, exposure management will increasingly depend on who or what can use the vulnerable asset, not just which package contains the flaw.
For programmes still using severity as the primary decision rule, the next maturity step is a graph-based one. Correlate vulnerability, configuration, and entitlement data, then align the output with the NIST Cybersecurity Framework 2.0 so remediation reflects business exposure rather than ticket volume.
For practitioners
- Map vulnerability findings to asset criticality Classify each exposed workload by production status, data sensitivity, internet exposure, and downstream reach before placing it in the remediation queue.
- Override severity with exploitability evidence Use EPSS, public exploit availability, and CISA KEV membership to escalate issues that are actively abused even when CVSS is not the highest score.
- Validate runtime reachability before creating tickets Confirm that the vulnerable code path is actually executed in the deployed workload so dormant packages do not displace live risks.
- Correlate IAM exposure with vulnerability paths Check whether the affected workload can read sensitive buckets, call privileged APIs, or pivot laterally, because those permissions change the business impact.
- Rank remediation by attack path, not by finding count Use cloud graph correlation to group a CVE, a misconfiguration, and an overprivileged role into one risk object and fix the chain that opens the breach path.
Key takeaways
- CVSS alone is not a cloud risk model because it ignores exposure, reachability, and privilege scope.
- The strongest prioritisation signals are asset criticality, exploitability evidence, KEV status, runtime reachability, and attack-path context.
- Cloud remediation should target identity blast radius and usable attack paths, not just the largest backlog of critical scores.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0 and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | Least privilege and access scope determine whether a flaw becomes a breach path. |
| NIST Zero Trust (SP 800-207) | Zero trust depends on validating exposure, not trusting network location alone. | |
| OWASP Non-Human Identity Top 10 | NHI-03 | Over-privileged machine identities amplify the impact of cloud vulnerabilities. |
Treat cloud reachability and identity context as verification inputs before prioritising remediation.
Key terms
- Context-aware prioritisation: A vulnerability ranking method that weighs severity alongside business context, exploitability, runtime reachability, and identity exposure. It reduces noise by identifying which findings can actually be used to harm production systems, rather than treating every critical score as equally urgent.
- Asset Context Override: The principle that the environment around a vulnerability can outweigh its raw severity when deciding what to fix first. A flaw on an isolated or tightly controlled asset is not the same as the same flaw on a public, highly privileged, or data-rich workload.
- Runtime reachability: A check that determines whether vulnerable code is actually executed in a live workload. It separates dormant packages and unused libraries from active exposure, which helps teams avoid spending remediation effort on findings that cannot currently be exploited in practice.
- Identity blast radius: The amount of damage an attacker can cause once they compromise a workload or identity. In cloud environments, blast radius is shaped by what the asset can access, which services it can call, and how broadly its permissions extend across the environment.
Deepen your knowledge
NHI governance, agentic AI identity, and machine identity lifecycle are core topics in our NHI Foundation Level course, the industry's only accredited NHI security programme. If you are responsible for identity security strategy or NHI governance in your organisation, it is worth exploring.
This post draws on content published by Orca Security: Why CVSS alone fails cloud vulnerability prioritization. Read the original.
Published by the NHIMG editorial team on 2026-06-10.
NHI Mgmt Group — the independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org