CWE-759
Overview
- CWE ID
- 759
- CWE Name
- Use of a One-Way Hash without a Salt
- CWE Abstraction
- Variant
- CWE structure
- Simple
- CWE Status
- Incomplete
Description
The software uses a one-way cryptographic hash against an input that should not be reversible, such as a password, but the software does not also use a salt as part of the input.
Extended Description
Related CWEs
CWE ID | View ID | Nature | Ordinal |
---|---|---|---|
916 | 1000 | ChildOf | Primary |