{"apiVersion":"1.0","identifier":"CVE-2026-80211","description":"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.","publishedAt":"2026-08-27T17:20:50","lastModifiedAt":"2026-08-27T17:20:50","sourceUrl":"https://nvd.nist.gov/vuln/detail/CVE-2026-80211","cvssScore":5.9,"cvssVector":"CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N","epssProbability":0.00244,"riskScore":0.6,"affectedProduct":"FrontAccounting","affectedVersions":"<=2.4.20","vulnerabilityType":"Web app","operatingSystems":[],"links":{"self":"https://www.redsauce.net/api/cves/CVE-2026-80211","webPages":{"es":"https://www.redsauce.net/es/cves/CVE-2026-80211","en":"https://www.redsauce.net/en/cves/CVE-2026-80211","fr":"https://www.redsauce.net/fr/cves/CVE-2026-80211","pt":"https://www.redsauce.net/pt/cves/CVE-2026-80211","de":"https://www.redsauce.net/de/cves/CVE-2026-80211","sk":"https://www.redsauce.net/sk/cves/CVE-2026-80211","el":"https://www.redsauce.net/el/cves/CVE-2026-80211"},"source":"https://nvd.nist.gov/vuln/detail/CVE-2026-80211"}}