CWE-760: Use of a One-Way Hash with a Predictable Salt
Use of a One-Way Hash with a Predictable Salt
Weakness ID: 760 (Weakness Class)
Status: Incomplete
Description
Description Summary
The software uses a one-way cryptographic hash against an input
that should not be reversible, such as a password, but the software uses a
predictable salt as part of the input.
Extended Description
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.