SiteShadow
Back to vulnerability library

CWE-1125 Excessive Attack Surface

What this means

SiteShadow flagged patterns that suggest your system exposes more entry points, capabilities, or privileges than necessary (extra endpoints, debug panels, broad permissions, unused features left enabled).

Why it matters

More exposed endpoints and permissions increase the likelihood of exploitable paths.

Safer examples

1) Disable or remove unused endpoints and features

Turn off debug routes, internal docs, admin consoles, and legacy APIs in production unless explicitly needed.

2) Put strong authz in front of privileged surfaces

Admin endpoints should be segregated, require step-up auth/MFA, and be network-restricted where possible.

3) Reduce privileges by default

Use least-privilege IAM/service accounts and narrow scopes; avoid "*" permissions (see CWE-276 / A01).

How SiteShadow detects it (high level)

References

---

← Back to Vulnerability Library

Request access View coverage