Exploitation Summary
EIP tracks 2 public exploits for CVE-2010-4476. PoCs published by Konstantin Preisser, grzegorzblaszczyk.
AI-analyzed exploit summary This exploit demonstrates a denial-of-service vulnerability in Oracle Java by causing the compiler or runtime to hang when processing a specific floating-point value. The PoC includes two Java programs: one that hangs during execution and another that hangs during compilation.
Description
The Double.parseDouble method in Java Runtime Environment (JRE) in Oracle Java SE and Java for Business 6 Update 23 and earlier, 5.0 Update 27 and earlier, and 1.4.2_29 and earlier, as used in OpenJDK, Apache, JBossweb, and other products, allows remote attackers to cause a denial of service via a crafted string that triggers an infinite loop of estimations during conversion to a double-precision binary floating-point number, as demonstrated using 2.2250738585072012e-308.
Exploits (2)
This exploit demonstrates a denial-of-service vulnerability in Oracle Java by causing the compiler or runtime to hang when processing a specific floating-point value. The PoC includes two Java programs: one that hangs during execution and another that hangs during compilation.
This PoC demonstrates CVE-2010-4476, a Java vulnerability where parsing certain floating-point values causes a denial-of-service (DoS) due to excessive CPU/memory consumption. The code triggers the issue by creating a Float object with a specific malformed value.