The Question

The enterprise that deployed Cloud Security Posture Management did the right thing. They connected their AWS accounts, Azure subscriptions, and GCP projects to a CSPM platform and ran the first scan. The platform returned several thousand findings across CIS Benchmarks, SOC 2 requirements, and PCI-DSS controls. The security team was overwhelmed. Engineers were frustrated. Remediation velocity was low. The backlog grew faster than it shrank.

This is the standard CSPM deployment experience, and it is not a failure of implementation — it is a structural limitation of what CSPM is designed to do. CSPM measures compliance with security best practices and regulatory frameworks. It answers the question: "does this configuration match a defined good practice?" It does not answer the question: "is this configuration something an attacker would actually use to reach a system that matters?"

The second question is the CTEM question. And without it, cloud security programs produce exhaustive finding lists with no defensible prioritization framework — leaving security teams to guess which of several thousand misconfigurations to fix first.

CSPM tells you your cloud doesn't comply with best practices — CTEM tells you which non-compliant configurations an attacker would actually use and in what sequence, which is the information that drives correct remediation prioritization.


Why This Matters Now

The Capital One data breach — the 2019 incident that defined SSRF-to-IMDS as an attack pattern and drove early cloud security investment — seems distant. The cloud misconfiguration problem it exposed has not been solved. What has changed is the scale, complexity, and attacker sophistication brought to bear against cloud environments.

The 2024 and 2025 cloud security incidents that received the most attention were not primarily about missing patches or unencrypted data. They were about identity and access misconfigurations that gave attackers escalating privilege, or about internet-exposed cloud resources that should never have been accessible from outside the VPC. The Snowflake customer data breach in mid-2024 — affecting major organizations including Ticketmaster, Santander, and AT&T — was enabled by compromised credentials against Snowflake instances that lacked MFA enforcement. A CSPM finding. But the critical question — whose Snowflake instance is this, what data does it contain, and is the credential that provides access to it available in breach data right now — is a CTEM question, not a CSPM question.

The cloud misconfiguration attack surface is also growing structurally. Multi-cloud deployments mean the average enterprise now manages cloud resources across at least two major providers, each with distinct IAM models, network policy frameworks, and security configuration paradigms. Kubernetes environments introduce a third configuration surface that many CSPM tools cover incompletely. The growth in Lambda functions, containerized workloads, and serverless architectures creates configuration surfaces that were not designed for traditional CSPM coverage models.

Organizations with mature CSPM deployments who are still experiencing cloud-origin incidents are, in most cases, experiencing the gap this brief addresses: CSPM coverage without CTEM prioritization.


What the CURVE™ Data Shows

The 2026 Stackcurve CTEM CURVE™ Report evaluated cloud security platforms on two separate dimensions: CSPM depth (coverage breadth across configuration checks, compliance frameworks, and cloud services) and CTEM integration (the ability to apply exploitability context, attack path analysis, and business criticality to CSPM findings).

These dimensions do not always correlate. Some platforms with the most comprehensive CSPM coverage have the weakest CTEM integration. The buying decision depends on which capability gap the organization is trying to close.

Wiz leads on CTEM integration through its Security Graph — the platform's ability to model relationships between cloud resources, identities, and data, and to surface attack paths that chain misconfigurations into high-impact access, is the most mature in the market. Wiz's "toxic combinations" feature specifically identifies the multi-finding chains that CTEM requires. Orca Security provides strong agentless coverage and differentiates on data sensitivity discovery — connecting misconfigured storage and compute to the actual sensitive data they contain, which is essential for business criticality scoring. Palo Alto Prisma Cloud is the enterprise-scale option with the broadest compliance framework coverage and the deepest integration into the Palo Alto Cortex ecosystem. Aqua Security leads for container and Kubernetes security posture, covering the cloud-native workload surface that general-purpose CSPM platforms cover less completely.

At the CTEM integration layer specifically, XM Cyber provides continuous attack path simulation that ingests CSPM findings as one input among many, modeling how cloud misconfigurations chain with identity exposures and software vulnerabilities to create realistic attack paths to crown jewel systems.

The full vendor rankings are in the 2026 Stackcurve CTEM CURVE™ Report — free to download.


The Gap Most Buyers Miss

The CSPM-to-CTEM transition is not primarily a tooling decision — it is a methodology decision that changes how cloud security findings are evaluated, prioritized, and communicated.

Public exposure is the highest-priority CTEM filter. A cloud resource directly accessible from the internet without authentication is in a different risk category from every other CSPM finding, regardless of severity rating. Attackers scan for internet-exposed cloud resources continuously using Shodan, Censys, and purpose-built cloud scanning tools. A publicly accessible S3 bucket, an EC2 instance with a database port open to 0.0.0.0/0, or a Kubernetes API server exposed to the internet should be treated as immediate CTEM priorities — not because of their CVSS score (there may not be one) but because they are actively being scanned for and are accessible to any attacker with an internet connection.

IAM privilege escalation paths are cloud-native attack paths. The IAM misconfiguration that allows a low-privilege identity to call iam:AttachUserPolicy on itself is not a high-severity CSPM finding in most frameworks — but it allows privilege escalation to AdministratorAccess in a single API call. These IAM privilege escalation paths are well-documented (Rhino Security Labs' AWS exploitation research, Databricks security team research on GCP) and reliably exploited by attackers who gain any foothold in a cloud environment. Tools like IAM Vulnerable, PMapper, and the cloud attack path analysis capabilities in Wiz and Orca specifically map these paths. Any CTEM program that does not model IAM privilege escalation is missing the cloud-specific attack path category that most reliably leads from initial access to full environment compromise.

Cross-account and cross-service exposure creates blast radius beyond single accounts. AWS resource-based policies, S3 bucket policies, Lambda resource policies, and AWS Organizations trust relationships create cross-account access that can extend an attacker's reach beyond the account they compromised initially. A misconfigured S3 bucket policy that allows access from "any authenticated AWS principal" does not mean any authenticated principal in your organization — it means any authenticated principal across all of AWS. Cross-account and cross-service exposure assessment requires evaluating policies in the context of the full trust graph, not just individual resource configurations.

SSRF and IMDS credential theft are cloud-specific attack chains that CSPM misses entirely. The server-side request forgery (SSRF) to Instance Metadata Service (IMDS) credential theft attack chain — where an SSRF vulnerability in an EC2-hosted application is used to reach the IMDS endpoint and steal the instance's IAM role credentials — does not appear in CSPM findings. CSPM would report that IMDSv1 is enabled (a finding) and that the application has an overprivileged IAM role (a finding), but it would not model the combination as an attack chain producing high-privilege credential theft. CTEM models the chain. Enforcing IMDSv2 eliminates the IMDS step; a CTEM program would identify which production EC2 instances still allow IMDSv1 and prioritize them by the privilege level of their attached IAM roles.


Questions Your Buying Team Should Be Asking

1. How does the platform distinguish between misconfigurations that are externally exploitable and those that are internal compliance gaps? This is the core CTEM question for cloud security. The answer should involve: automated identification of internet-facing resources within the finding context, attack path modeling that shows whether a misconfiguration enables external access or requires prior internal access to exploit, and a risk scoring system that weights exploitability alongside configuration severity. If the vendor's answer is "we have severity ratings based on CIS benchmarks," the platform is providing CSPM prioritization, not CTEM prioritization.

2. Does the platform model IAM privilege escalation paths, and which escalation techniques are covered? Ask for a specific list of modeled IAM privilege escalation techniques and test whether the platform identifies known escalation paths in a representative environment. The reference list from Rhino Security Labs' AWS privilege escalation research covers over 20 distinct IAM escalation paths — the coverage varies significantly across vendors. For GCP and Azure, equivalent escalation research exists and should be part of the coverage assessment.

3. How does the platform incorporate data sensitivity in risk scoring? A publicly accessible S3 bucket containing archived log files is a different risk from a publicly accessible S3 bucket containing customer PII or intellectual property. The platforms that scan bucket contents and tag findings with data sensitivity classifications produce prioritization that reflects business impact, not just configuration severity. Understand whether data sensitivity discovery is included in the base platform or requires additional licensing, and what the coverage is for structured data (databases) versus unstructured data (object storage).

4. How do CSPM findings feed into downstream CTEM workflows, including remediation ticketing and validation? CSPM without remediation is documentation. Ask how findings are routed to the correct remediation owner — cloud infrastructure teams, application teams, IAM administrators — with sufficient context to remediate without additional investigation. Ask whether the platform validates remediation (does it confirm the misconfiguration is gone after the fix is applied?) and whether it tracks remediation SLA compliance. The platforms with closed-loop remediation workflows produce materially better compliance trend data than those that only generate findings.

5. What is the platform's coverage for Kubernetes and container security posture, and how does it integrate with cloud provider CSPM findings? If your organization runs containerized workloads (and most enterprises do), the security posture of the Kubernetes control plane, workload configurations, and container images is part of the cloud attack surface. Ask specifically how Kubernetes security posture findings (RBAC misconfigurations, privileged containers, host path mounts, unauthenticated API server access) are integrated with cloud-level CSPM findings into a unified risk view. The fragmentation of Kubernetes security posture from cloud security posture is a common gap in enterprise cloud security programs.


The Stackcurve Take

CSPM is necessary but not sufficient. Every enterprise running workloads in public cloud should have CSPM coverage — the baseline of configuration hygiene that CSPM provides is the foundation for everything else. But CSPM without CTEM prioritization leaves security teams managing compliance checklists rather than managing risk.

The prioritization principle is simple: an internet-exposed misconfiguration that enables privilege escalation to an environment containing sensitive data is a critical finding regardless of its CVSS score or compliance framework severity. A misconfigured log retention policy that violates a compliance framework but is not externally accessible and does not enable any escalation path is a low-priority finding regardless of its compliance severity. CTEM makes this distinction systematically; CSPM alone does not.

The practical implication for buying decisions is that organizations evaluating cloud security platforms should weight CTEM integration capabilities — attack path modeling, public exposure detection, IAM escalation path analysis, data sensitivity correlation — at least as heavily as CSPM coverage breadth and compliance framework support. The latter is table stakes; the former is the differentiating capability.

The 2026 Stackcurve CTEM CURVE™ Report covers cloud security posture management and CTEM integration for cloud environments, including detailed assessments of Wiz, Orca, Prisma Cloud, Aqua, and the attack path analysis platforms that provide CTEM context for cloud findings. Download it free →


← Back to Research Library

Stackcurve Advisory Briefs are independent research. No vendor pays for placement, tier assignment, or editorial influence. The CURVE™ methodology is disclosed in full at stackcurve.net/research/methodology.