Opencast before 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.
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:NApereo Opencast
APPApereo< 8.1
Related vulnerabilities
Opencast is an Open Source Lecture Capture & Video Management for Education. Opencast before version 9.10 or 1...
An issue was discovered in Apereo Opencast 4.x through 10.x before 10.6. It sends system digest credentials du...
Opencast is an Open Source Lecture Capture & Video Management for Education. Opencast versions prior to 9.10 a...
Opencast is a free and open source solution for automated video capture and distribution. Versions of Opencast...
Opencast before 8.1 and 7.6 allows almost arbitrary identifiers for media packages and elements to be used. Th...