This page is experimental and may change significantly in future releases.
Incorrect Parsing of Numbers with Different Radices
Properties
id: d3f:CWE-1389
- name
- Incorrect Parsing of Numbers with Different Radices
- definition
- The product parses numeric input assuming base 10 (decimal) values, but it does not account for inputs that use a different base number (radix).
Neighbors
CWE-1389 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-1389 has no related weaknesses in this release.