A flaw was found in python. In algorithms with quadratic time complexity using non-binary bases, when using int("text"), a system could take 50ms to parse an int string with 100,000 digits and 5s for 1,000,000 digits (float, decimal, int.from_bytes(), and int() for binary bases 2, 4, 8, 16, and 32 are not affected). The highest threat from this vulnerability is to system availability.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
History
No history.
Information
Published : 2022-09-09 14:15
Updated : 2023-06-30 23:15
NVD link : CVE-2020-10735
Mitre link : CVE-2020-10735
CVE.ORG link : CVE-2020-10735
JSON object : View
Products Affected
python
- python
fedoraproject
- fedora
redhat
- enterprise_linux
- quay
- software_collections
CWE
CWE-704
Incorrect Type Conversion or Cast