← Back to list

CTEM Phase 3: Prioritization - When Security Becomes a Decision

…………....…Not every exposure deserves the same urgency………………..

Sahil Malvi · 2026-03-19 19:12 · 4 claps · 7.3 min read
#cybersecurity #prioritization #ctem #red-team #decision-making
Open on Medium ↗
Wiki topics: SAF · Safety & Alignment 🔒 · Cybersecurity

CTEM Phase 3: Prioritization - When Security Becomes a Decision

…………....…Not every exposure deserves the same urgency………………..

When the River Splits

In the previous phase, we stepped into the river.

Discovery revealed the depth beneath the surface forgotten assets, exposed services, and trust relationships no architecture diagram admitted existed.

But discovery leaves organizations with something heavier than uncertainty: evidence.

Hundreds of vulnerabilities. Dozens of attack paths. Thousands of possible remediation tasks. And suddenly the question changes from :What exists in our environment?to: “What matters enough to fix first?”

Because not every wave in the river leads to danger. Some flow quietly into shallow banks.

What Prioritization Actually Means in CTEM

In CTEM, Prioritization is the process of determining which exposures create the highest realistic risk to the organization, considering both technical exploitability and business impact.

Traditional security programs often rely on severity scoring systems.

CVSS 9.8 → urgent CVSS 5.0 → medium CVSS 3.0 → low

But Attackers do not read CVSS scores. They follow attack paths.

A medium vulnerability sitting next to privileged credentials may be far more dangerous than a critical vulnerability on an isolated system.

This is the fundamental shift CTEM introduces. Prioritization moves away from vulnerability severity and toward exposure relevance.

It asks questions most vulnerability dashboards never ask:

  • Does this exposure lead to sensitive data?
  • Does it provide identity escalation?
  • Does it expand lateral movement?
  • Does it expose a critical business process?
  • Does it cost the organization reputation ?

Because the real risk is rarely a single vulnerability. The real risk is the path it creates.

Why Traditional Prioritization Fails

Most organizations still prioritize using three outdated signals:

Severity: How dangerous the vulnerability appears technically.

Asset Criticality: How important the system is to the business.

Compliance Pressure: Which findings auditors will ask about. These signals are not useless but on their own, they are incomplete. A vulnerability can be technically severe but operationally irrelevant. An exposed system may be business critical but unreachable. A compliance finding may look urgent while hiding very little real risk. Attackers do not compromise organizations through isolated issues. They compromise them through connected exposures. And that is the blind spot CTEM Prioritization exists to solve.

The CTEM Prioritization Scoring Model: From Judgment to Four Measurable Decisions

Effective Prioritization requires evaluating exposures through four intersecting lenses.

Exploitability: How easy would it be to abuse it?

The first lens is the most obvious. If an attacker encounters an exposure, consider

Is there public exploit code available? Is the protocol historically abused? Does the attack require authentication, or can anyone attempt it?

Some vulnerabilities require precise timing, rare configurations, or deep technical skill. Others require little more than curiosity and an internet connection. The easier the door is to open, the faster someone will eventually try. And in prioritization, ease of exploitation often accelerates urgency.

Reachability: Can an attacker actually reach it?

But exploitability alone is not enough. A vulnerability that is easy to exploit means little if attackers cannot reach it. This is where reachability changes everything.

Internet-facing systems naturally rise to the top of the priority list. They are visible, accessible, and constantly probed.

But internal exposures can become just as dangerous when they sit close to critical infrastructure. A vulnerable service near identity systems, shared storage, or privileged accounts can quietly become the next step in an attacker’s path.

Reachability determines something very simple but very important: How quickly an attacker can interact with the risk.

Privilege Impact: What does the attacker gain?

Entry alone rarely ends an attack. Attackers care about what comes next.

If this exposure is exploited, what does the attacker actually gain? Is it simple local access? Or does it unlock something far more valuable?

Domain credentials. Database access. Service account tokens. Administrative privileges.

The difference between a minor exposure and a major one often lies here. Because attackers rarely celebrate the moment they enter a system. They celebrate the moment they gain control.

Business Impact: What Actually Breaks?

And finally, the lens security teams often underestimate: business impact. If this system is compromised, what truly happens?

Does it expose customer data? Interrupt payment systems? Disrupt operations? Trigger regulatory consequences?

At this point, the conversation changes. Security risk stops being purely technical and becomes organizational risk.

This is the moment when prioritization stops living in security reports and starts appearing in leadership discussions.

Because while engineers think about vulnerabilities, leadership thinks about consequences.

Severity measures how dangerous something could be. Risk measures how dangerous it actually is in context.

How the Score Works

Priority Score = (Exploitability × Reachability × Privilege Impact) × Business Impact

Priority Score = (E × R × P) × B

Operational Thresholds:

400–625 → Immediate & Urgent  
250–399 → Immediate but Not Urgent  
100–249 → Urgent but Not Immediate  
0-100 → Not Immediate & Not Urgent

Score Range:

Min: 1 × 1 × 1 × 1 = 1

Max: 5 × 5 × 5 × 5 = 625

Example:

Exposure A: Public-facing RCE on API  
E=5, R=5, P=5, B=5 → Score = 625 → Immediate & Urgent  

Exposure B: Internal Privilege Escalation  
E=3, R=3, P=4, B=4 → Score = 144 → Immediate but Not Urgent  

Exposure C: External Low-Impact Service  
E=4, R=5, P=2, B=2 → Score = 80 → Urgent but Not Immediate  

Exposure D: Legacy Internal System (Scheduled for Decommission)
E = 2, R = 2, P = 1, B = 1 → Score = 4 → Not Immediate & Not Urgent
  • The first three factors represent attack feasibility
  • Business Impact amplifies it into organizational risk

These four factors determine where an exposure falls in the Prioritization quadrant.

The Prioritization Quadrant: Where Decisions Actually Happen

Every exposure eventually falls into one of four operational decision zones.

Immediate & Urgent

These are the exposures that represent direct and active organizational danger.

They combine two conditions:

  • High business impact
  • High likelihood of exploitation

Examples include:

  • Internet-facing systems with active exploit paths
  • Privilege escalation vulnerabilities near identity infrastructure
  • Weaknesses exposing customer or financial data
  • Misconfigurations enabling direct external access

If exploited, the consequences are immediate and visible operational disruption, regulatory exposure, or reputational damage. These exposures are treated as incident-level risks, even if exploitation has not yet occurred.

Remediation is non-negotiable. Eliminate the exposure immediately.

Immediate but Not Urgent

These exposures carry high impact, but their exploitation path is slower or less accessible. The risk is real but not yet racing toward the organization.

Examples may include:

  • Privilege escalation vulnerabilities requiring internal access
  • Sensitive systems with limited reachability
  • Identity misconfigurations that expand privilege scope but require attacker foothold

These risks cannot be ignored, but they should not trigger operational chaos. Instead, they move into structured remediation planning.

Engineering teams receive defined timelines. Ownership is documented. Progress is tracked.

They are leadership-owned risk reduction initiatives

Urgent but Not Immediate

Some exposures appear alarming at first glance. They are noisy, visible, and technically exploitable but their business impact remains contained.

Examples include:

  • Internet-facing services without sensitive data exposure
  • Low-privilege vulnerabilities in peripheral systems
  • Weaknesses in environments with strong containment controls

These risks deserve attention, but not at the cost of ignoring more damaging exposures, these findings are monitored while remediation focuses on higher-impact risks

Security teams maintain visibility, threat telemetry, and remediation readiness. Because urgency alone should never dictate priority.

Not Immediate and Not Urgent

Finally, there are exposures that exist but do not materially threaten the organization today.

These may include:

  • Legacy systems nearing decommission
  • Isolated environments without sensitive workloads
  • Technical vulnerabilities without meaningful attack paths
  • Vulnerabilities that have no available remediation.

These findings are not dismissed. They are consciously deprioritized or in the accepted risk register.

A Real Prioritization Reality

Consider a scenario every security team eventually faces. An organization identifies ten high-severity vulnerabilities across its environment. Each carries a seven-day remediation deadline. On paper, the expectation is simple: fix them all. But operational reality rarely follows the neat logic of dashboards. Engineering capacity allows only six to be fixed within that window.

Four will miss the deadline.

And this is where many upper management panic.

They escalate. They overload engineering teams. They chase compliance timelines rather than actual risk.

But a mature CTEM program understands something fundamental: prioritization exists precisely for moments like this. Instead of treating every vulnerability equally, the organization makes a deliberate choice. It focuses first on the six exposures that most meaningfully reduce real-world risk.

The remaining four do not disappear. They are placed into next-in-line priority, scheduled for immediate remediation as soon as engineering capacity returns.

No confusion. No false urgency.

When Fixing Is the Wrong Decision

Sometimes prioritization leads to a conclusion that feels counterintuitive. Imagine several critical vulnerabilities discovered across multiple servers running the same operating system.

Technically, the response appears obvious. Patch immediately. But context tells a different story.

Operational review reveals:

• These servers are scheduled for decommission in one week • They host no customer-facing workloads • They hold no long-term business value

In this situation, patching becomes little more than wasting time. It consumes engineering effort without meaningfully reducing risk.

The correct decision is not remediation. The correct decision is immediate decommissioning

Because CTEM prioritization is not about fixing vulnerabilities for the sake of process. It is about removing exposure from the environment.

The Real Measure of Prioritization

The purpose of prioritization is not to close tickets. It is to close risk. Some exposures disappear through patches. Others through architectural change. Some simply vanish when the system that carried them no longer exists.

But in every case, the objective remains the same. Reduce the number of paths an attacker could realistically take. Because the true success of prioritization is not measured in remediation statistics.

It is measured in something far more important: How many dangerous paths quietly disappeared before an attacker ever found them.

Prioritization defines assumed risk. Validation exists to challenge that assumption. In mature CTEM programs, this validation is continuously performed through BAS, where prioritized exposures are tested against real attack scenarios

— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —

Sarvaṁ na sādhanīyam, na sarvaṁ tyājyam eva hi। Yat hitaṁ tad grāhyam, anyat mārge visarjayet॥ ~(Not everything must be pursued, nor everything discarded. What is truly beneficial should be chosen; everything else left behind.)

— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — —


메타데이터
post_id
32a3b65d90db
slug
ctem-phase-3-prioritization-when-security-becomes-a-decision-32a3b65d90db
url
https://medium.com/@sahilmalvi1806/ctem-phase-3-prioritization-when-security-becomes-a-decision-32a3b65d90db
canonical_url
https://medium.com/@sahilmalvi1806/ctem-phase-3-prioritization-when-security-becomes-a-decision-32a3b65d90db
author_url
https://medium.com/@sahilmalvi1806
status
ok
fetched_at
2026-06-15 22:55:51