...
CVE-2010-4476 [CVE 2008 ] reports a vulnerability in the Double.parseDouble()
method in Java 1.6 update 23 and earlier, Java 1.5 update 27 and earlier, and 1.4.2_29 and earlier. This vulnerability causes a denial of service when this method is passed a crafted string argument. The value 2.2250738585072012e-308 is close to the minimum normalized, positivpositive, e double-precision floating-point number, and ; when encoded as a string , it triggers an infinite loop of estimations during conversion to a normalized or denormalized double
.
...
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="31fd5a8a38f695c6-e3f3ad7f-4d394326-a290a893-18eaa2be342e750997cbc53e"><ac:plain-text-body><![CDATA[ | [[Bryant 2003 | AA. References#Bryant 03]] | Computer Systems: A Programmer's Perspective, Section 2.4, Floating Point | ]]></ac:plain-text-body></ac:structured-macro> | |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="54e7d1a8948f73e8-cc8d5bae-4d574223-ba38b2bc-35294b5bbe8dabb9dbc8a884"><ac:plain-text-body><![CDATA[ | [[CVE 2008 | AA. References#CVE 08]] | [CVE-2010-4476 | http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-4476] | ]]></ac:plain-text-body></ac:structured-macro> |
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="5f453521c98437c1-6a26861d-4f634f35-bfcba644-85487174be9bc1ad18bd20de"><ac:plain-text-body><![CDATA[ | [[IEEE 754 | AA. References#IEEE 754 2006]] |
| ]]></ac:plain-text-body></ac:structured-macro> |
...