CVE-2010-4645
PHP 5.2-5.2.16 and 5.3-5.3.4 - Denial of Service via Floating-Point Parsing
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2010-4645. PoCs published by Rick Regan.
AI-analyzed exploit summary This exploit triggers a denial-of-service condition in PHP by leveraging a floating-point arithmetic issue. The specific value causes PHP to hang due to improper handling of the floating-point number.
Description
strtod.c, as used in the zend_strtod function in PHP 5.2 before 5.2.17 and 5.3 before 5.3.5, and other products, allows context-dependent attackers to cause a denial of service (infinite loop) via a certain floating-point value in scientific notation, which is not properly handled in x87 FPU registers, as demonstrated using 2.2250738585072011e-308.
Exploits (1)
This exploit triggers a denial-of-service condition in PHP by leveraging a floating-point arithmetic issue. The specific value causes PHP to hang due to improper handling of the floating-point number.