All ArticlesRuntime Truth
Access & Permissions
Definition
Blast Radius

What Is Blast Radius in SaaS?

Blast radius in SaaS measures what a compromised identity can reach. How to measure it, reduce it, and trend it across SaaS, OAuth, and AI agents.

Obsidian Editorial Team
Security Research
·
Obsidian Security
·
September 18, 2026
September 22, 2026
Key Takeaways
  • Blast radius scores reach. Severity scores a finding. Two critical alerts can have wildly different blast radius depending on what each identity can reach.
  • Blast radius is a function of effective authority, not theoretical configuration. What the config says and what the identity can actually do inside an app often diverge.
  • SaaS amplifies blast radius through inherited and transitive access: one identity, many apps, many integrations, many downstream tokens.
  • SSO and OAuth compromises produce unusually large blast radius because they sit at trust-governance chokepoints.
  • The gap between granted scope and used scope is the reducible part of your blast radius. Most organizations never measure it.
  • AI agents and non-human identities now belong inside every blast radius assessment. Agents move more data than humans and are routinely over-permissioned.
  • MFA reduces the likelihood of compromise. It does not reduce blast radius by a single record.
  • You cannot compute blast radius from posture snapshots alone. You need runtime truth: what the identity actually reached, on whose behalf, and what data sat at the end of the path.

Quick Answer

Blast radius in SaaS security is the measurable scope of data, applications, and actions a single identity can reach if it is compromised or misused. The term is borrowed from physical explosives, but in identity security it has nothing to do with physical damage: it describes reach, not force. A severity score tells you how bad a finding looks. Blast radius tells you what an attacker holding that identity could actually touch across your SaaS fabric, including multi-hop paths through integrations, OAuth grants, and AI agents.

What is blast radius in SaaS?

Blast radius in SaaS security is the total set of applications, records, permissions, and downstream systems a single compromised identity can reach before containment. It is a scope measurement, not a severity measurement.

The metaphor comes from physical explosions, and that is where the comparison ends. In identity security, the "explosion" is one credential falling into the wrong hands, and the "radius" is everything that credential can touch.

Blast radius answers one question: if this identity is compromised right now, what can the attacker reach?

Three clarifications that matter for large enterprises:

How does blast radius apply to SaaS applications specifically?

SaaS collapses the distance between identities and data, which makes blast radius larger and harder to see than in network or endpoint environments. Every SaaS app is internet-facing, every integration inherits authority, and every OAuth grant creates a path that outlives the person who approved it.

In a traditional network, an attacker needed lateral movement. In SaaS, lateral movement is a built-in feature called integration. A single set of credentials can unlock multiple connected SaaS environments without any exploit at all.

Specific SaaS amplifiers:

Edge case worth naming: a user with zero Salesforce provisioning can invoke a Copilot Studio agent built in maker mode by a Salesforce admin and extract restricted CRM records. Nothing broke. The IAM control was simply bypassed. That is blast radius expanding without a single misconfiguration alert firing.

How is blast radius different from severity, risk score, or attack surface?

Severity rates a finding. Risk score rates likelihood times impact. Attack surface counts entry points. Blast radius measures reach after entry.

These are complements, not substitutes. Attack surface asks "how many doors exist?" Blast radius asks "what is behind each door?"

DimensionSeverity-based prioritizationBlast-radius-based prioritizationUnit of analysisA finding or misconfigurationAn identity and everything it can reachQuestion answeredHow bad is this configuration?What could an attacker do with this identity?Data requiredConfiguration snapshotEffective authority across apps, integrations, dataTypical outputCVSS-style rating, high/medium/lowReachable apps, records, sensitive data classesFailure modeGhost chasing: theoretical risk with no runtime evidenceRequires correlated runtime data to compute honestlyBest used forCompliance gap closureDeciding what to fix first when 400 items are all "high"Blind spotIgnores transitive and multi-hop reachNeeds continuous data, not quarterly reviews

Decision rule: choose severity-based prioritization when you are closing an audit finding. Choose blast-radius-based prioritization when you are deciding which of 400 "high" items to fix on Monday.

How do you measure blast radius rather than estimate it?

Measure blast radius by mapping what each identity can actually reach across applications, integrations, and data, then weighting each path by the sensitivity of the data at its endpoint. Estimation looks at roles. Measurement looks at resolved access and observed behavior.

A workable measurement approach:

Why granted scope and used scope diverge

Granted scope reflects what someone asked for during setup, usually generous, usually permanent. Used scope reflects what the identity actually needed. The gap between them is pure, reducible blast radius.

That gap is the highest-yield reduction target you have. It carries almost no business disruption risk, because you are removing access nobody is using.

Runtime security versus configuration-based measurement

Configuration-based tools show theoretical configuration: this connector exists, this scope was granted, this agent is org-wide. Runtime measurement shows what the identity actually reached, who invoked it, and whether the action succeeded. Blast radius computed from configuration alone overstates some risks and misses the ones that matter, including agent-to-agent paths and tools exposed inside MCP servers, which are only observable at runtime.

Why does blast radius grow silently over time?

Blast radius grows because access accumulates and nothing forces it to shrink. No alert fires when reach expands by one hop.

Common mistakes that quietly increase blast radius:

How does MFA affect blast radius?

MFA reduces the probability that an identity is compromised. It does not reduce the blast radius of that identity by one record. A phished session token or a stolen bearer token bypasses the authentication step entirely, which is exactly why Palo Alto Networks argues for containing SSO blast radius beyond MFA.

Useful framing for the board: MFA is a likelihood control. Least privilege, scope containment, and identity separation are blast radius controls. You need both.

Shadow AI and shadow MCP servers as silent expansion

Shadow AI detection matters for blast radius because unsanctioned agents and shadow MCP servers add reach that never appears in any inventory. An agent created by a business user, connected to a production SaaS app, invokable by anyone in the tenant, is a blast radius expansion event with no ticket attached.

How do you reduce blast radius in SaaS without breaking the business?

Reduce blast radius by narrowing what identities can reach, not by blocking what people are doing. Start with unused access, which nobody will miss.

Decision rule: if removing access would break a workflow, gate it with elevation instead of leaving it standing.

How do zero trust and tenant isolation change blast radius?

Zero trust reduces blast radius only when it is extended to non-human identities. Verifying every human request while service accounts and AI agents hold permanent, unverified standing access leaves the largest contributors untouched.

On architecture: multi-tenant SaaS concentrates blast radius, because one platform compromise can expose many customers. Single-tenant and sharded designs contain data exposure by isolating tenants, so a breach of one shard does not reach the rest. As a customer, you rarely choose your vendor's architecture, but you can ask about isolation boundaries during third-party review and weight your own data placement accordingly.

What happens to blast radius when a SaaS vendor gets hacked?

When a SaaS vendor is compromised, your blast radius equals whatever authority you granted that vendor, plus every system their tokens can reach. This is the OAuth vendor pivot: attackers do not breach you, they breach a vendor and then use legitimate-looking integration tokens against your tenant.

Because the traffic looks legitimate, detection depends on behavioral signals rather than authentication failures. Reduce this exposure by inventorying every third-party grant, capping scopes at install time, and maintaining a revocation runbook per vendor.

What tools monitor and detect blast radius?

Blast radius monitoring requires correlating identity entitlements, application access, integration paths, and runtime behavior into one view. No single legacy category does this, which is why most teams stitch it together manually.

Tool classContribution to blast radiusWhere it stopsIdP and IGARole assignments, certification workflowsBlind to in-app effective authority and agent pathsCloud security toolingIAM roles in cloud infrastructureDoes not resolve SaaS application entitlementsNative SaaS admin logsPer-tenant activity recordsSiloed, messy, manual correlation at scaleCASB and network toolsApp usage visibilityCannot see agent-to-agent activity inside SaaSAI runtime securityEffective authority, agent inventory, runtime evidenceDoes not cover on-device or on-prem agents

Obsidian sits in the last row. Obsidian builds an identity graph across AI platforms and SaaS entitlements to show effective authority for every agent and non-human identity, correlating the invoker's identity with the agent's inherited permissions. That correlation is what turns blast radius from an estimate into a measured number, without requiring a connector for every SaaS app you run.

What does a falling blast radius number look like quarter over quarter?

A healthy program shows blast radius declining even while agent and integration counts rise. The metric to trend is reachable sensitive data per identity, not total findings closed.

Quarter-over-quarter signals of a shrinking blast radius:

If total agents doubled and median reachable sensitive data fell, the program is working. If findings closed went up but reach stayed flat, you closed paperwork, not risk.

Making blast radius a number you report, not a metaphor

Blast radius is the metric that makes SaaS and identity risk decisions tractable. Severity tells you a finding is bad. Blast radius tells you which of your 400 "high" findings can actually reach regulated customer data through a three-hop integration path. Only one of those helps you decide what to fix first.

Four actions worth taking this quarter:

Then set a baseline number and trend it. Reachable sensitive data per identity, reported quarterly, turns blast radius from a metaphor into a program.

Blast radius is the measurement underneath a bigger claim: the long tail of low-severity findings is now the cheapest thing in the enterprise to attack.

Read our blog

Frequently Asked Questions

What does blast radius mean in security?

Blast radius in security is the scope of systems, data, and actions an attacker can reach after compromising a single identity, account, or component. The phrase is borrowed from physical explosives but refers only to reach, not physical damage.

Is blast radius the same as attack surface?

No. Attack surface counts the ways an attacker can get in. Blast radius measures how far they can go once inside. A small attack surface with large blast radius is common in SaaS environments that rely on SSO.

Can you calculate blast radius from configuration data alone?

Not accurately. Configuration shows theoretical configuration, what an identity is set up to do. Blast radius depends on effective authority, the access that resolves inside each application, plus multi-hop integration paths and observed runtime behavior.

Does MFA reduce blast radius?

No. MFA lowers the chance an identity is compromised, but the reach of that identity stays identical. Stolen session tokens and bearer tokens bypass MFA entirely, which is why scope containment and least privilege carry the reduction work.

Which identities usually have the largest blast radius?

SaaS app admins, SSO and OAuth integration accounts, and AI agents built in maker mode. Non-human identities frequently exceed human roles because they hold standing credentials, skip MFA, and are excluded from joiner-mover-leaver reviews.

What is the first step to reducing blast radius in SaaS?

Build a complete identity inventory that includes service accounts, OAuth integrations, and AI agents, then remove the gap between granted and used scope. Unused access removal reduces reach with almost no business disruption.

How does blast radius differ in multi-tenant versus single-tenant SaaS?

Multi-tenant SaaS concentrates risk, so one platform compromise can expose many customers at once. Single-tenant and sharded architectures isolate data so a breach in one shard does not reach others.

What happens to our blast radius if a SaaS vendor is breached?

Your exposure equals the authority you granted that vendor plus every system their tokens can reach. Containment requires chain-wide revocation of the grant and rotation of downstream secrets, not just a password reset.

How do you calculate blast radius?

Map what each identity can actually reach across applications, integrations and data, trace the multi-hop paths, then weight each path by the sensitivity of the data at its endpoint. Report it as reachable sensitive objects per identity and trend it quarterly.

Do AI agents increase blast radius?

Yes. Agents hold standing credentials, bypass MFA, sit outside joiner-mover-leaver reviews, and in maker mode execute at their creator's privilege level for anyone who invokes them. That combination routinely gives an agent more reach than the person who built it.