This page is experimental and may change significantly in future releases.
Numeric Range Comparison Without Minimum Check
Properties
id: d3f:CWE-839
- name
- Numeric Range Comparison Without Minimum Check
- definition
- The product checks a value to ensure that it is less than or equal to a maximum, but it does not also verify that the value is greater than or equal to the minimum.
- synonyms
- Signed comparison
Neighbors
CWE-839 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-839 has no related weaknesses in this release.