CVE-2026-80211CWE-916

CVE-2026-80211

Medium · published August 27, 2026

CVSS v3.1
5.9
EPSS
0%
Percentile
15.5
In the wild
Unconfirmed
What it is

FrontAccounting through 2.4.20 stores and verifies user passwords as unsalted MD5 digests. admin/users.php passes md5($_POST['password']) to add_user() and update_user_password(), admin/change_current_user_password.php does the same when a user changes their own password, the forgotten-password path in includes/current_user.inc hashes the newly generated password the same way, and authentication calls get_user_auth($loginname, md5($password)). The codebase applies no per-password salt and contains no call to password_hash(), password_verify() or any other adaptive hash, so identical passwords yield identical digests and an attacker who obtains the user table can recover plaintext passwords with precomputed lookup tables or high-rate GPU cracking.

The record
Technical detail
CVSS v3.1
5.9 · MEDIUM
Vector
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS v4.0
8.2 · CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N
EPSS
0.00244 · 15.5th percentile
Weakness
CWE-916 · Use of Password Hash With Insufficient Computational Effort
Published
2026-08-27T21:20Z
References (4)
EPSS history
Timeline
  • 27 AUG 14:50Z
    FrontAccounting through 2.4.20 Use of Unsalted MD5 for Password Storage
    cvelistv5