Statements (13)
Predicate | Object |
---|---|
gptkbp:instance_of |
gptkb:Common_Weakness_Enumeration
|
gptkbp:bfsLayer |
6
|
gptkbp:bfsParent |
gptkb:CWE-74
|
gptkbp:category |
Cryptographic Issues
|
gptkbp:example |
Storing user passwords using SHA-256 without a salt.
|
https://www.w3.org/2000/01/rdf-schema#label |
CWE-186
|
gptkbp:impact |
Increases the risk of pre-computed hash attacks.
|
gptkbp:is_described_as |
The software uses a one-way hash function to store passwords or other sensitive data without adding a salt.
|
gptkbp:is_protected_by |
Use a strong hash function with a unique salt for each password.
|
gptkbp:is_referenced_in |
https://cwe.mitre.org/data/definitions/186.html
|
gptkbp:name |
Use of a One-Way Hash without a Salt
|
gptkbp:related_to |
CWE-759
CWE-916 |