CVE-2021-39182

Summary

EnroCrypt is a Python module for encryption and hashing. Prior to version 1.1.4, EnroCrypt used the MD5 hashing algorithm in the hashing file. Beginners who are unfamiliar with hashes can face problems as MD5 is considered an insecure hashing algorithm. The vulnerability is patched in v1.1.4 of the product. As a workaround, users can remove the MD5 hashing function from the file hashing.py.

Affected Software

VendorProductVersion RangeStatus
Morgan-PhoenixEnroCrypt< 1.1.4affected

Weaknesses

  • CWE-327: CWE-327: Use of a Broken or Risky Cryptographic Algorithm
  • CWE-328: CWE-328: Reversible One-Way Hash
  • CWE-916: CWE-916: Use of Password Hash With Insufficient Computational Effort

ADP Enrichment

CVE Program Container

Additional References

References