CME-201
Zero Trust Gateway / Identity-Aware Proxy
Description
All network access requires authenticated identity verification. No implicit trust from network position. Every request is authenticated and authorized regardless of source network.
CVSS Vector Impacts
| Metric | Transition | Rationale |
|---|---|---|
| Attack Vector (AV) | N → L | Network-accessible services are shielded behind identity verification; attacker cannot exploit remotely without valid credentials |
CWE Relationships
Verification
Verify identity-aware proxy or zero trust gateway is in enforcement path
$ curl -s -o /dev/null -w '%{http_code}' http://service.internal/healthz
# Expected: 401
# Expected: 401
Platform: any