CVE-2007-6039
PHP < 5.2.4 - Denial of Service via Long String in Domain Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-6039. PoCs published by laurent gaffie.
AI-analyzed exploit summary The exploit demonstrates multiple denial-of-service vulnerabilities in PHP 5.2.5 by triggering segmentation faults via boundary-check failures in functions like `dgettext`, `dcgettext`, and `gettext` when processing excessively long strings.
Description
PHP 5.2.5 and earlier allows context-dependent attackers to cause a denial of service (application crash) via a long string in (1) the domain parameter to the dgettext function, the message parameter to the (2) dcgettext or (3) gettext function, the msgid1 parameter to the (4) dngettext or (5) ngettext function, or (6) the classname parameter to the stream_wrapper_register function. NOTE: this might not be a vulnerability in most web server environments that support multiple threads, unless this issue can be demonstrated for code execution.
Exploits (1)
The exploit demonstrates multiple denial-of-service vulnerabilities in PHP 5.2.5 by triggering segmentation faults via boundary-check failures in functions like `dgettext`, `dcgettext`, and `gettext` when processing excessively long strings.