CVE-2020-28052 log
Source |
|
Severity | High |
Remote | No |
Type | Authentication bypass |
Description | An issue was discovered in Legion of the Bouncy Castle BC Java 1.65 and 1.66. The OpenBSDBCrypt.checkPassword utility method compared incorrect data when checking the password, allowing incorrect passwords to indicate they were matching with previously hashed ones that were different. |
Group | Package | Affected | Fixed | Severity | Status | Ticket |
---|---|---|---|---|---|---|
AVG-1372 | bcprov | 1.66-1 | 1.67-1 | High | Fixed | FS#69025 |
Notes |
---|
Workaround ========== If you have to use either BC 1.65 or BC 1.66 and you need to do password checking for OpenBSDBcrypt use the code given in the doCheckPassword() method in: https://github.com/bcgit/bc-java/blob/master/core/src/main/java/org/bouncycastle/crypto/generators/OpenBSDBCrypt.java It's a static method - the code can be copied into your own utility class without issue. |