Lucene search
+L

313 matches found

Vulnrichment
Vulnrichment
added 2025/04/05 12:00 a.m.9 views

CVE-2025-32352

A type confusion vulnerability in lib/NSSAuthenticator.php in ZendTo before v5.04-7 allows remote attackers to bypass authentication for users with passwords stored as MD5 hashes that can be interpreted as numbers. A solution requires moving from MD5 to bcrypt...

4.8CVSS7.1AI score0.00312EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/04/05 12:00 a.m.13 views

PT-2025-15053 · Zendto · Zendto

Name of the Vulnerable Software and Affected Versions: ZendTo versions prior to 5.04-7 Description: A type confusion vulnerability in lib/NSSAuthenticator.php allows remote attackers to bypass authentication for users with passwords stored as MD5 hashes that can be interpreted as numbers. The...

4.8CVSS6.7AI score0.00312EPSS
SaveExploits0References8
RedHat Linux
RedHat Linux
added 2025/04/02 8:19 p.m.11 views

spring-security-core: Spring Security BCryptPasswordEncoder does not enforce maximum password length

A flaw was found in the spring-security-core password encoder. This vulnerability allows incorrect password matching via input manipulation...

7.4CVSS7.1AI score0.00588EPSS
SaveExploits0References5
Veracode
Veracode
added 2025/03/28 6:37 a.m.10 views

Improper Password Verification

org.springframework.security, spring-security-crypto is vulnerable to Improper password verification. The vulnerability is due to BCrypt's 72-character password truncation causing BCryptPasswordEncoder.matches to validate only the first 72 characters, allowing incorrect password acceptance...

7.4CVSS7.2AI score0.00588EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/03/26 11:15 a.m.7 views

DEBIAN-CVE-2025-27552

DBIx::Class::EncodedColumn use the rand function, which is not cryptographically secure to salt password hashes. This vulnerability is associated with program files Crypt/Eksblowfish/Bcrypt.pm. This issue affects DBIx::Class::EncodedColumn until 0.00032...

4CVSS4.9AI score0.00116EPSS
SaveExploits0References1
OSV
OSV
added 2025/03/26 11:15 a.m.13 views

CVE-2025-27552

DBIx::Class::EncodedColumn use the rand function, which is not cryptographically secure to salt password hashes. This vulnerability is associated with program files Crypt/Eksblowfish/Bcrypt.pm. This issue affects DBIx::Class::EncodedColumn until 0.00032...

7AI score
SaveExploits0References2
OSV
OSV
added 2025/03/26 11:15 a.m.10 views

UBUNTU-CVE-2025-27552

DBIx::Class::EncodedColumn use the rand function, which is not cryptographically secure to salt password hashes. This vulnerability is associated with program files Crypt/Eksblowfish/Bcrypt.pm. This issue affects DBIx::Class::EncodedColumn until 0.00032...

4CVSS5.8AI score0.00116EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/03/26 11:08 a.m.21 views

CVE-2025-27552 DBIx::Class::EncodedColumn until 0.00032 for Perl uses insecure rand() function for salting password hashes in Crypt/Eksblowfish/Bcrypt.pm

DBIx::Class::EncodedColumn use the rand function, which is not cryptographically secure to salt password hashes. This vulnerability is associated with program files Crypt/Eksblowfish/Bcrypt.pm. This issue affects DBIx::Class::EncodedColumn until 0.00032...

0.00116EPSS
SaveExploits0References2
CVE
CVE
added 2025/03/26 11:08 a.m.68 views

CVE-2025-27552

CVE-2025-27552 affects the Perl DBIx::Class::EncodedColumn component, where the salting of password hashes uses the non-cryptographically secure rand() function in Crypt/Eksblowfish/Bcrypt.pm. The issue impacts DBIx::Class::EncodedColumn up to version 0.00032. According to the connected documents...

4CVSS7.3AI score0.00116EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2025/03/20 6:15 a.m.3 views

CVE-2025-22228

BCryptPasswordEncoder.matchesCharSequence,String will incorrectly return true for passwords larger than 72 characters as long as the first 72 characters are the same...

7.4CVSS7.3AI score0.00588EPSS
SaveExploits0References2Affected Software1
Snyk
Snyk
added 2025/03/19 12:00 a.m.6 views

Authentication Bypass by Primary Weakness

Overview org.springframework.security:spring-security-crypto is a spring-security-crypto library for Spring Security. Affected versions of this package are vulnerable to Authentication Bypass by Primary Weakness in the BCryptPasswordEncoder.matches function, which only takes the first 72 characte...

9CVSS7AI score0.00588EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2025/02/05 3:38 p.m.22 views

CVE-2020-5229

Opencast before 8.1 stores passwords using the rather outdated and cryptographically insecure MD5 hash algorithm. Furthermore, the hashes are salted using the username instead of a random salt, causing hashes for users with the same username and password to collide which is problematic especially...

8.1CVSS6.7AI score0.00626EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/12/11 4:20 p.m.15 views

php: Password_verify() always return true with some hash

A vulnerability was found in PHP. This security flaw occurs when malformatted BCrypt hashes that include a $ within their salt part trigger a buffer overread and may erroneously validate any password as valid...

8.1CVSS7.4AI score0.00947EPSS
SaveExploits1References5
SUSE CVE
SUSE CVE
added 2024/11/02 3:50 a.m.4 views

SUSE CVE-2024-47182

Dozzle is a realtime log viewer for docker containers. Before version 8.5.3, the app uses sha-256 as the hash for passwords, which leaves users susceptible to rainbow table attacks. The app switches to bcrypt, a more appropriate hash for passwords, in version 8.5.3...

7.5CVSS6.8AI score0.00208EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2024/10/09 9:46 p.m.26 views

Dozzle uses unsafe hash for passwords

Summary The app uses sha-256 as the hash for passwords. The app should switch to bcrypt. Details SHA-256 is a message digest hash, and not classified as secure for password hashing. Message digest hashes are designed to be fast, while password hashing mechanisms are designed with certain...

7.5CVSS7.1AI score0.00208EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2024/10/09 9:46 p.m.18 views

GHSA-W7QR-Q9FH-FJ35 Dozzle uses unsafe hash for passwords

Summary The app uses sha-256 as the hash for passwords. The app should switch to bcrypt. Details SHA-256 is a message digest hash, and not classified as secure for password hashing. Message digest hashes are designed to be fast, while password hashing mechanisms are designed with certain...

6.3CVSS6.3AI score0.00208EPSS
SaveExploits0References5
NVD
NVD
added 2024/09/27 2:15 p.m.53 views

CVE-2024-47182

Dozzle is a realtime log viewer for docker containers. Before version 8.5.3, the app uses sha-256 as the hash for passwords, which leaves users susceptible to rainbow table attacks. The app switches to bcrypt, a more appropriate hash for passwords, in version 8.5.3...

7.5CVSS0.00208EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/09/27 1:58 p.m.20 views

CVE-2024-47182 Dozzle uses unsafe hash for passwords

Dozzle is a realtime log viewer for docker containers. Before version 8.5.3, the app uses sha-256 as the hash for passwords, which leaves users susceptible to rainbow table attacks. The app switches to bcrypt, a more appropriate hash for passwords, in version 8.5.3...

4.8CVSS7.1AI score0.00208EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2024/09/27 12:00 a.m.9 views

PT-2024-32464 · Dozzle +1 · Dozzle +1

Name of the Vulnerable Software and Affected Versions: Dozzle versions prior to 8.5.3 Description: The issue concerns the use of an insecure hash for passwords. Specifically, the app uses sha-256, which is susceptible to rainbow table attacks due to its design as a fast message digest hash. This...

9.9CVSS6.4AI score0.94644EPSS
SaveExploits22References138
Redos
Redos
added 2024/08/06 12:00 a.m.24 views

ROS-20240806-13

Vulnerability in the implementation of the bcrypt hashing algorithm of the Prometheus system file export library Exporter Toolkit is related to authentication bypass during web.yml file processing. Exploitation of the vulnerability could allow an attacker to bypass security restrictions and gain...

8.8CVSS7.1AI score0.01157EPSS
SaveExploits1
Rows per page
Query Builder