CVE-2007-3806
PHP 5.2.3 - Denial of Service via Invalid Glob Flags Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-3806. PoCs published by shinnai.
AI-analyzed exploit summary This exploit demonstrates a Denial of Service (DoS) vulnerability in PHP 5.2.3's glob() function by passing a non-integer value to the flags parameter, causing an EIP overwrite. The PoC shows how a specially crafted filename can overwrite the EIP register, potentially leading to arbitrary code execution.
Description
The glob function in PHP 5.2.3 allows context-dependent attackers to cause a denial of service and possibly execute arbitrary code via an invalid value of the flags parameter, probably related to memory corruption or an invalid read on win32 platforms, and possibly related to lack of initialization for a glob structure.
Exploits (1)
This exploit demonstrates a Denial of Service (DoS) vulnerability in PHP 5.2.3's glob() function by passing a non-integer value to the flags parameter, causing an EIP overwrite. The PoC shows how a specially crafted filename can overwrite the EIP register, potentially leading to arbitrary code execution.