SiteShadow
Back to vulnerability library
Detected byCWE-aware static analysisPro

CWE-523 Unprotected Transport of Credentials

Coverage: 2 rules in the SiteShadow rule registry target this CWE (registry v2.0.0). Regex 2 Also: Taint and heuristic analyzers may also detect related flows (see coverage for the authoritative list) Registry tagging shows intent, for sample-level behaviour and benchmarked gaps see known gaps.

What this means

SiteShadow flagged credentials being transmitted without adequate protection (no TLS, weak transport settings, or credentials placed in easily leaked locations like URLs).

Why it matters

Credentials can be intercepted over weak channels.

Safer examples

1) Use HTTPS/TLS everywhere and enforce it

Redirect HTTP→HTTPS, enable HSTS, and keep TLS verification enabled (see T01 / CWE-295).

2) Never send credentials in query strings

Use headers (Authorization) or POST bodies, and avoid embedding creds in URLs (see CRED-URL).

3) Use short-lived, scoped credentials

Prefer short-lived access tokens and rotate/expire them (see TOK01).

How SiteShadow detects it (high level)

References

---

← Back to Vulnerability Library

Catch this with SiteShadow Pro.

This vulnerability class is detected by SiteShadow's Pro-tier engines, two-pass interprocedural taint analysis, heuristic flow checks, AI-context scanning, and cross-file detection. The free tier catches OWASP Top 10 single-file patterns; Pro adds the data-flow depth that finds this class of bug.