This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
Empty String Password
From OWASP
Revision as of 18:34, 21 July 2006 by Weilin Zhong (talk | contribs) (Merged with contents provided by Fortify.)
This is a Vulnerability. To view all vulnerabilities, please see the Vulnerability Category page.
Abstract
Using an empty string as a password is insecure.
Description
It is never appropriate to use an empty string as a password. It is too easy to guess. Empty string password makes the authentication as weak as the user names, which are normally public or guessable. This make a brute-force attack against the login interface much easier.
Examples
Related Threats
Attackers try to obtain a log in account of the application.
Related Attacks
- Brute-force Attack against application log in interface.