15 matches found
CVE-2026-8881
Version 3.0.7 of the Securly Chrome Extension uses EVPBytesToKey key derivation with MD5 and a single iteration for AES encryption. MD5 has been broken since 2004 and a single iteration provides no key stretching...
PT-2026-46052
Name of the Vulnerable Software and Affected Versions Securly Chrome Extension version 3.0.7 Description The software uses the EVP BytesToKey key derivation function with MD5 and a single iteration for AES encryption. MD5 is a cryptographic hash function that is no longer secure, and the use of a...
Integer Overflow or Wraparound in JBCrypt
Integer overflow in the cryptraw method in the key-stretching implementation in JBCrypt before 0.4 makes it easier for remote attackers to determine cleartext values of password hashes via a brute-force attack against hashes associated with the maximum exponent...
GHSA-9H6P-92JQ-888X Integer Overflow or Wraparound in JBCrypt
Integer overflow in the cryptraw method in the key-stretching implementation in JBCrypt before 0.4 makes it easier for remote attackers to determine cleartext values of password hashes via a brute-force attack against hashes associated with the maximum exponent...
Insufficient Entropy in parsel
All versions of parsel use an insecure key derivation function. The package runs keys of arbitrary lengths through one round of SHA256 hashing for key stretching. This allows for the use of keys of insufficient entropy with inappropriate key stretching. Recommendation The package is deprecated an...
Insufficient Entropy
parsel is susceptible to suffering from insufficient entropy. It uses an insecure key derivation function SHA256 hashing with keys of arbitrary lengths, resulting in keys having insufficient entropy with inappropriate key stretching...
jBCrypt Integer Overflow Vulnerability
jBCrypt is a java implementation. An integer overflow vulnerability in the the cryptraw method in the key-stretching implementation of jBCrypt prior to version 0.4 allows remote attackers to determine the plaintext value of a password hash...
CVE-2015-0886
Integer overflow in the cryptraw method in the key-stretching implementation in jBCrypt before 0.4 makes it easier for remote attackers to determine cleartext values of password hashes via a brute-force attack against hashes associated with the maximum exponent...
UBUNTU-CVE-2015-0886
Integer overflow in the cryptraw method in the key-stretching implementation in jBCrypt before 0.4 makes it easier for remote attackers to determine cleartext values of password hashes via a brute-force attack against hashes associated with the maximum exponent...
Integer overflow
Integer overflow in the cryptraw method in the key-stretching implementation in jBCrypt before 0.4 makes it easier for remote attackers to determine cleartext values of password hashes via a brute-force attack against hashes associated with the maximum exponent...
CVE-2015-0886
Integer overflow in the cryptraw method in the key-stretching implementation in jBCrypt before 0.4 makes it easier for remote attackers to determine cleartext values of password hashes via a brute-force attack against hashes associated with the maximum exponent...
CVE-2015-0886
Integer overflow in the cryptraw method in the key-stretching implementation in jBCrypt before 0.4 makes it easier for remote attackers to determine cleartext values of password hashes via a brute-force attack against hashes associated with the maximum exponent...
CVE-2015-0886
CVE-2015-0886: Integer overflow in the crypt_raw function of jBCrypt’s key-stretching implementation (affecting versions before 0.4) can allow a remote attacker to more easily brute-force and determine cleartext values of password hashes associated with the maximum exponent. Impact is that passwo...
JVN#77718330: Vulnerability in the jBCrypt key stretching process
jBCrypt is a Java implementation to compute password hashes. jBCrypt contains an integer overflow vulnerability in the key stretching process. An integer overflow occurs when the parameter for the repetition count is set to the maximum value allowed, 31. Impact When the hash value for a password ...
Securing Passwords with Bcrypt Hashing Function
Passwords are the first line of defense against cyber criminals. It is the most vital secret of every activity we do over the internet and also a final check to get into any of your user account, whether it is your bank account, email account, shopping cart account or any other account you have. ...