Skip to content

Commit 1d4d799

Browse files
authoredAug 29, 2020
weak password policy
weak password policy
1 parent cc02ab2 commit 1d4d799

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎weak password policy.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<h4>Summary:</h4>
2+
3+
A weak password policy increases the probability of an attacker having success using brute force and dictionary attacks against user accounts. An attacker who can determine user passwords can take over a user's account and potentially access sensitive data in the application.
4+
5+
<h4>Steps to reproduce:</h4>
6+
7+
1. Create a new account and use the email address as the password. </br>
8+
2. Reset your password and choose your email address as the password. </br>
9+
In both cases, the application does not prevent this decision. </br>
10+
11+
To improve the password strength, the application should avoid 1-to-1 usage of personal information as the account password.

0 commit comments

Comments
 (0)
Please sign in to comment.