漏洞情报聚合

CVE-2026-80211 - 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-passwor - 漏洞详情

漏洞编号:CVE-2026-80211

风险等级:中危

漏洞来源:CVE

CVE 编号:CVE-2026-80211

CNNVD 编号:-

厂商/产品:- / -

影响范围:-

CWE:CWE-916

发布/更新时间:2026-08-27 / 2026-08-27

漏洞描述

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.

相关链接

相关漏洞

« 返回首页