Common Weakness Enumeration

    CWE Definition / CWE-1389

    CWE-1389: Incorrect Parsing of Numbers with Different Radices

    The product parses numeric input assuming base 10 (decimal) values, but it does not account for inputs that use a different base number (radix).

    Published:28 May 2021
    Organization:MITRE
    Modified:11 Dec 2025

    Related Weakness

    CWE-704: Incorrect Type Conversion or Cast