SiteShadow
Back to vulnerability library

CWE-1392 Use of Default Credentials

What this means

SiteShadow flagged use of default credentials (factory usernames/passwords, "admin/admin", hardcoded initial passwords) that can be guessed or found in public documentation.

Why it matters

Default credentials are publicly known and commonly abused.

Safer examples

1) Remove default creds and force setup on first run

Require the operator to set a strong password (or create a first user) during initialization.

2) Generate random initial secrets

If you need a bootstrap credential, generate it randomly and display it once, with rotation required.

3) Enforce policy + monitoring

How SiteShadow detects it (high level)

References

---

← Back to Vulnerability Library

Request access View coverage