CWE•Class•Incomplete•9 recent CVEs
CWE-1391Use of Weak Credentials
Description
The product uses weak credentials (such as a default key or hard-coded password) that can be calculated, derived, reused, or guessed by an attacker.
[object Object]
Common consequences
- Access Control→Bypass Protection MechanismAn adversary could bypass intended authentication restrictions.
Potential mitigations
- Architecture and Design,OperationWhen the user changes or sets a password, check the password against a database of already compromised or breached passwords. These passwords are likely to be used in password guessing attacks.