CVE Vulnerabilities

CVE-2025-64471

Use of Password Hash Instead of Password for Authentication

Published: Dec 09, 2025 | Modified: Dec 09, 2025
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu

A use of password hash instead of password for authentication vulnerability [CWE-836] vulnerability in Fortinet FortiWeb 8.0.0 through 8.0.1, FortiWeb 7.6.0 through 7.6.4, FortiWeb 7.4.0 through 7.4.10, FortiWeb 7.2.0 through 7.2.11, FortiWeb 7.0.0 through 7.0.11 may allow an unauthenticated attacker to use the hash in place of the password to authenticate via crafted HTTP/HTTPS requests

Weakness

The product records password hashes in a data store, receives a hash of a password from a client, and compares the supplied hash to the hash obtained from the data store.

Affected Software

Name Vendor Start Version End Version
Fortiweb Fortinet 7.0.0 (including) 7.0.11 (including)
Fortiweb Fortinet 7.2.0 (including) 7.2.11 (including)
Fortiweb Fortinet 7.4.0 (including) 7.4.10 (including)
Fortiweb Fortinet 7.6.0 (including) 7.6.4 (including)
Fortiweb Fortinet 8.0.0 (including) 8.0.1 (including)

Extended Description

Some authentication mechanisms rely on the client to generate the hash for a password, possibly to reduce load on the server or avoid sending the password across the network. However, when the client is used to generate the hash, an attacker can bypass the authentication by obtaining a copy of the hash, e.g. by using SQL injection to compromise a database of authentication credentials, or by exploiting an information exposure. The attacker could then use a modified client to replay the stolen hash without having knowledge of the original password. As a result, the server-side comparison against a client-side hash does not provide any more security than the use of passwords without hashing.

References