cve/2024/CVE-2024-24553.md
2024-07-25 21:25:12 +00:00

868 B

CVE-2024-24553

Description

Bludit uses the SHA-1 hashing algorithm to compute password hashes. Thus, attackers could determine cleartext passwords with brute-force attacks due to the inherent speed of SHA-1. In addition, the salt that is computed by Bludit is generated with a non-cryptographically secure function.

POC

Reference

Github

No PoCs found on GitHub currently.