SiteShadow
Back to vulnerability library

CWE-319 Cleartext Transmission of Sensitive Information

What this means

SiteShadow flagged sensitive data being sent over an insecure channel (no TLS/HTTPS) or sent in a way that leaks in transit (e.g., query strings, mixed content).

Why it matters

Attackers can intercept credentials or tokens in transit.

Safer examples

1) Use HTTPS everywhere

2) Never put secrets in URLs

Avoid tokens/passwords in query strings (they leak into logs and referrers). Use headers or POST bodies where appropriate.

3) Keep TLS verification enabled

Don't disable certificate checks to "make it work" (see T01 / CWE-295).

How SiteShadow detects it (high level)

References

---

← Back to Vulnerability Library

Request access View coverage