Subscribe to the Non-Human & AI Identity Journal

Why do CSPM and CNAPP miss some cloud attacks?

CSPM and CNAPP miss attacks that stay inside a legitimate session because they are built to assess configuration and posture, not in-session behaviour. Once authentication succeeds, an attacker can operate through normal browser workflows and look like an approved user. That makes session-level visibility essential for detecting abuse that the cloud control plane will not flag.

Why This Matters for Security Teams

CSPM and CNAPP are strong at finding exposed services, weak policies, and risky cloud posture, but that is not the same as seeing what happens after a session is already valid. A stolen token, hijacked browser session, or abused service account can operate inside approved workflows without tripping configuration checks. NHI Management Group research shows that only 19.6% of security professionals are strongly confident in securely managing non-human workload identities, which helps explain why posture-only programs often miss the operational layer of attack detection.

This gap matters because modern cloud attacks frequently blend into normal administrative activity. Adversaries do not need to break the perimeter if they can reuse accepted identity paths, chain API calls, or act through legitimate automation. That is why session-level visibility, identity behavior baselining, and runtime authorization are increasingly part of the control discussion, not just asset inventory. Guidance from 52 NHI Breaches Analysis and the CISA cyber threat advisories both reinforce that valid access is a common starting point for cloud abuse. In practice, many security teams discover the blind spot only after an attacker has already operated through normal-looking sessions rather than through a blocked configuration change.

How It Works in Practice

CSPM checks whether cloud resources are configured safely. CNAPP broadens coverage across workloads, vulnerabilities, and some runtime signals. Neither is designed to answer the more difficult question: what is this identity doing right now, and does that action match expected intent? That is the core reason attacks can be missed. If authentication succeeds, the cloud control plane may see only approved API calls, standard browser actions, or routine automation from a trusted identity.

Effective detection requires controls that move closer to the session. Security teams increasingly combine cloud posture tools with identity telemetry, short-lived credentials, and policy evaluation at request time. This is especially important for NHI and agent-driven workloads, where static role assumptions do not hold. A service account or agent may have legitimate access, but the risk comes from how that access is used in context. The Ultimate Guide to NHIs — Key Challenges and Risks and the Top 10 NHI Issues both highlight that identity sprawl and weak credential handling create opportunities that posture scanners will not surface on their own.

  • Use workload identity to anchor trust in the thing acting, not just the credential it presents.
  • Issue JIT, ephemeral secrets for high-risk operations, then revoke them when the task ends.
  • Evaluate policy in real time using context such as resource, action, time, source, and prior behavior.
  • Correlate cloud logs with session and identity telemetry so approved access can still be judged as suspicious.

For autonomous workloads, this is where runtime tooling becomes essential. The operational aim is not to replace CSPM or CNAPP, but to add the missing layer that can distinguish normal cloud use from abusive session behavior. These controls tend to break down in highly distributed environments with fragmented logging and multiple identity planes because the attacker can preserve a valid session while moving faster than correlation can keep up.

Common Variations and Edge Cases

Tighter session monitoring often increases operational overhead, so organisations have to balance better detection against noise, cost, and response complexity. That tradeoff is especially visible in hybrid environments, developer sandboxes, and cloud-native estates where automation is constant and legitimate activity can look irregular. Best practice is evolving, and there is no universal standard for how much session context every CNAPP should absorb.

In some environments, attackers do not need a long-lived foothold at all. They only need a brief window inside a legitimate browser session, federated login, or machine identity token. In others, the blind spot is caused by over-reliance on static IAM roles that assume behaviour will remain stable after authorization. That assumption breaks down when identities are reused across tools, when secrets are shared manually, or when service accounts are allowed to act far beyond their original purpose. NHI Management Group’s 2024 Non-Human Identity Security Report shows the maturity gap is real, with 88.5% of organisations saying NHI practices lag behind or merely match human IAM. The practical lesson is simple: posture tools remain necessary, but they are not sufficient for in-session abuse, especially where cloud sessions, automation, and privileged access all overlap.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Agentic AI Top 10 A2 Runtime abuse inside valid sessions is a core agentic access risk.
CSA MAESTRO IAM-02 MAESTRO addresses identity, trust, and runtime control for cloud AI.
NIST AI RMF MAP AI risk mapping covers misuse paths that posture tools do not see.

Add session-level identity telemetry and adaptive authorization to cloud controls.