Skip to content

Commit

Permalink
Remove password length denial of service to resolve #1923 (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
tghosth authored Dec 6, 2024
1 parent e50b99b commit b3b58c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 5.0/en/0x11-V2-Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The requirements in this section mostly relate to section [5.1.1.2](https://page
| # | Description | L1 | L2 | L3 | CWE |
| :---: | :--- | :---: | :---: | :---: | :---: |
| **2.1.1** | [MODIFIED] Verify that user set passwords are at least 8 characters in length although a minimum of 15 characters is strongly recommended. |||| 521 |
| **2.1.2** | [MODIFIED, SPLIT TO 2.4.6] Verify that passwords of at least 64 characters are permitted. |||| 521 |
| **2.1.2** | [MODIFIED] Verify that passwords of at least 64 characters are permitted. |||| 521 |
| **2.1.3** | [MODIFIED] Verify that the application verifies the user's password exactly as received from the user, without any modifications such as truncation or case transformation. |||| |
| **2.1.4** | [DELETED, INSUFFICIENT IMPACT] | | | | |
| **2.1.5** | Verify users can change their password. |||| 620 |
Expand Down Expand Up @@ -115,7 +115,6 @@ In particular, note that since these algorithms are intentionally compute-intens
| **2.4.3** | [DELETED, MERGED TO 6.6.2] | | | | |
| **2.4.4** | [DELETED, MERGED TO 6.6.2] | | | | |
| **2.4.5** | [DELETED, INCORRECT] | | | | |
| **2.4.6** | [ADDED, SPLIT FROM 2.1.2] Verify that the application is protected against a denial of service attack caused by processing an overly long password. | ||| |

## V2.5 Credential Recovery

Expand Down

0 comments on commit b3b58c1

Please sign in to comment.