490
VMScore

CVE-2020-5229

Published: 30/01/2020 Updated: 05/02/2020
CVSS v2 Base Score: 5.5 | Impact Score: 4.9 | Exploitability Score: 8
CVSS v3 Base Score: 8.1 | Impact Score: 5.2 | Exploitability Score: 2.8
VMScore: 490
Vector: AV:N/AC:L/Au:S/C:P/I:P/A:N

Vulnerability Summary

Opencast prior to 8.1 stores passwords using the rather outdated and cryptographically insecure MD5 hash algorithm. Furthermore, the hashes are salted using the username instead of a random salt, causing hashes for users with the same username and password to collide which is problematic especially for popular users like the default `admin` user. This essentially means that for an attacker, it might be feasible to reconstruct a user's password given access to these hashes. Note that attackers needing access to the hashes means that they must gain access to the database in which these are stored first to be able to start cracking the passwords. The problem is addressed in Opencast 8.1 which now uses the modern and much stronger bcrypt password hashing algorithm for storing passwords. Note, that old hashes remain MD5 until the password is updated. For a list of users whose password hashes are stored using MD5, take a look at the `/user-utils/users/md5.json` REST endpoint.

Vulnerability Trend

Vulnerable Product Search on Vulmon Subscribe to Product

apereo opencast

Github Repositories

Implement vulnerabilities scanning on top of package management system like apt, pip, composer...

Scabi Implement vulnerabilities scanning on top of package management system like apt, pip, composer Install You can install scabi either via pip (PyPI) or from source To install using pip: python3 -m pip install scabi Or manually: git clone githubcom/remiflavien1/scabi cd scabi python3 setuppy install