2 matches found
CVE-2020-10538
An issue was discovered in Epikur before 20.1.1. It stores the secret passwords of the users as MD5 hashes in the database. MD5 can be brute-forced efficiently and should not be used for such purposes. Additionally, since no salt is used, rainbow tables can speed up the attack...
CVE-2020-10538
CVE-2020-10538 affects Epikur prior to 20.1.1. The issue is that user passwords are stored as MD5 hashes in the database without a salt. MD5 is susceptible to brute-force attacks, and the lack of salting enables rainbow table attacks to reveal passwords more efficiently. The combination implies p...