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: 04 July 2026 00:28 UTC
Cumulative inbound coverage
How completely the frameworks we cross-walk collectively cover this — the verdict is the strongest single mapping (overlapping partials are not summed); breadth shows the corroboration behind it.
Collective: full · 3 mapping(s) from 3 framework(s): ASVS 5.0 1 (full) · OWASP-Web 1 (mostly) · ATT&CK 1 (partial)
OWASP Top 10 for Web (2025)
This weakness contributes to A04:2025 Cryptographic Failures.
NIST 800-53 r5 controls that address this weakness (0)AI
| Control | Title | Family | Why it addresses this CWE |
|---|---|---|---|
| No NIST controls proposed yet. | |||
MITRE ATT&CK techniques this weakness enables
Our own two-way CWE↔ATT&CK cross-walk — a direct mapping with no public source (the CWE→CAPEC→ATT&CK chain leaves most top weaknesses, incl. XSS and SQLi, mapped to nothing). Drafted by Grok and spot-checked by Claude Opus 4.8.
Direction: ← other covers this;
→ this covers other (F/M/P = full / mostly /
partial).
Top CVEs of this weakness type, ranked by Risk Priority
| CVE | Risk | CVSS | EPSS | Published |
|---|---|---|---|---|
CVE-2021-38314 | 6.0 | 5.3 | 0.2896 | 2021-09-02 |
CVE-2023-22599 | 5.5 | 7.0 | 0.0032 | 2023-01-12 |
CVE-2024-38881 | 5.5 | 7.5 | 0.0053 | 2024-08-02 |
CVE-2024-13951 UPD | 5.5 | 7.6 | 0.0017 | 2025-05-22 |
CVE-2026-46749 UPD | 5.5 | 7.5 | 0.0012 | 2026-06-09 |
CVE-2020-28214 | 3.5 | 5.5 | 0.0072 | 2020-12-11 |
CVE-2025-26486 | 3.5 | 6.0 | 0.0011 | 2025-03-19 |
CVE-2025-9290 | 3.5 | 5.9 | 0.0020 | 2026-01-23 |
CVE-2018-5552 | 1.5 | 2.9 | 0.0022 | 2018-03-19 |
CVE-2026-9370 UPD | 1.5 | 3.7 | 0.0020 | 2026-05-24 |