2 matches found
HSEC-2023-0007 readFloat: memory exhaustion with large exponent
readFloat: memory exhaustion with large exponent Numeric.readFloat takes time and memory linear in the size of the number denoted by the input string. In particular, processing a number expressed in scientific notation with a very large exponent could cause a denial of service. The slowdown is...
PT-2023-35499 · Base +1 · Base +1
Name of the Vulnerable Software and Affected Versions: base affected versions not specified toml-reader versions 0.1.0.0 Description: The issue is related to memory exhaustion with large exponents in the readFloat function. Processing a number expressed in scientific notation with a very large...