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
Password Management: Empty Password in Configuration File
From OWASP
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 and make the application vulnerable to brute-force password guessing attack.