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
Revision as of 18:25, 21 July 2006 by Weilin Zhong (talk | contribs) (Added contents from Fortify.)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a Vulnerability. To view all vulnerabilities, please see the Vulnerability Category page.

This article includes content generously donated to OWASP by MicroFocus Logo.png

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.

Examples

Related Threats

Related Attacks

Related Vulnerabilities

Related Countermeasures

Categories