VYPR

Epikur

by Epikur

CVEs (3)

  • CVE-2020-10539CriFeb 5, 2021
    risk 0.64cvss 9.8epss 0.01

    An issue was discovered in Epikur before 20.1.1. The Epikur server contains the checkPasswort() function that, upon user login, checks the submitted password against the user password's MD5 hash stored in the database. It is also compared to a second MD5 hash, which is the same…

  • CVE-2020-10537HigFeb 5, 2021
    risk 0.51cvss 7.8epss 0.00

    An issue was discovered in Epikur before 20.1.1. A Glassfish 4.1 server with a default configuration is running on TCP port 4848. No password is required to access it with the administrator account.

  • CVE-2020-10538MedFeb 5, 2021
    risk 0.36cvss 5.5epss 0.00

    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.