Use of Password Hash With Insufficient Computational Effort and Use of a Broken or Risky Cryptographic Algorithm and Reversible One-Way Hash in hashing.py
No sign of exploitation. No public exploitation artifact known so far.
EnroCrypt, a Python encryption library, used MD5 for password hashing before version 1.1.4, which is cryptographically broken and allows attackers to crack hashes much faster than modern algorithms. This puts any system relying on MD5 hashes for password storage at serious risk of unauthorized access.
The vulnerability stems from reliance on MD5 (CWE-327, CWE-328) for password hashing in hashing.py, a broken algorithm vulnerable to collision attacks and brute-force cracking due to insufficient computational effort (CWE-916). An attacker with access to password hashes can efficiently recover plaintext credentials, compromising user authentication. The issue is resolved in v1.1.4.