This page is experimental and may change significantly in future releases.
Use of Weak Hash
Properties
id: d3f:CWE-328
- name
- Use of Weak Hash
- definition
- The product uses an algorithm that produces a digest (output value) that does not meet security expectations for a hash function that allows an adversary to reasonably determine the original input (preimage attack), find another input that can produce the same hash (2nd preimage attack), or find multiple inputs that evaluate to the same hash (birthday attack).
Neighbors
CWE-328 has no direct neighbors in this release.