CWE · MITRE source
CWE-760Use of a One-Way Hash with a Predictable Salt
The product uses a one-way cryptographic hash against an input that should not be reversible, such as a password, but the product uses a predictable salt as part of the input.
This makes it easier for attackers to pre-compute the hash value using dictionary attack techniques such as rainbow tables, effectively disabling the protection that an unpredictable salt would provide. It should be noted that, despite common perceptions, the use of a good salt with a hash does not sufficiently increase the effort for an attacker who is targeting an individual password, or who has a large amount of computing resources available, such as with cloud-based services or specialized, inexpensive hardware. Offline password cracking can still be effective if the hash function is not expensive to compute; many cryptographic functions are designed to be efficient and can be vulnerable to attacks using massive computing resources, even if the hash is cryptographically strong. The use of a salt only slightly increases the computing requirements for an attacker compared to other strategies such as adaptive hash functions. See CWE-916 for more details.
Last updated: 21 August 2026 14:15 UTC
OWASP Top 10 for Web (2025)
This weakness contributes to A04:2025 Cryptographic Failures.
Control responseHuman-reviewed
Answering this weakness across the control lifecycle, from our framework cross-walks.
NIST 800-53 r5 controls that address this weakness (0)AI-assisted
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
| No NIST controls proposed yet. | |||
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2021-38314 UPD | 6.0 | 5.3 | 0.2896 | 2021-09-02 |
CVE-2024-38881 UPD | 5.8 | 7.5 | 0.0044 | 2024-08-02 |
CVE-2024-13951 UPD | 5.6 | 7.6 | 0.0018 | 2025-05-22 |
CVE-2023-22599 UPD | 5.3 | 7.0 | 0.0032 | 2023-01-12 |
CVE-2026-46749 UPD | 5.0 | 7.5 | 0.0012 | 2026-06-09 |
CVE-2020-28214 UPD | 4.5 | 5.5 | 0.0073 | 2020-12-11 |
CVE-2025-9290 UPD | 4.5 | 5.9 | 0.0021 | 2026-01-23 |
CVE-2025-26486 UPD | 4.2 | 6.0 | 0.0012 | 2025-03-19 |
CVE-2026-9370 UPD | 3.1 | 3.7 | 0.0020 | 2026-05-24 |
CVE-2018-5552 UPD | 2.6 | 2.9 | 0.0021 | 2018-03-19 |