SiteShadow
Back to vulnerability library
Detected byCWE-aware static analysis

CWE-1392 Use of Default Credentials

Coverage: 5 rules in the SiteShadow rule registry target this CWE (registry v2.0.0). Regex 5 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 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

Catch this in your code with SiteShadow.

Every released SiteShadow scanner is free, including full project analysis, reports, patterns, dashboard access, and configured organization SSO.