Exploitation Summary
EIP tracks 1 public exploit for CVE-2007-2872. PoCs published by Gerhard Wagner.
AI-analyzed exploit summary This exploit demonstrates an integer overflow vulnerability in PHP's chunk_split function, leading to a buffer overflow. It attempts to trigger the vulnerability by passing large string inputs, potentially causing a denial-of-service or arbitrary code execution.
Description
Multiple integer overflows in the chunk_split function in PHP 5 before 5.2.3 and PHP 4 before 4.4.8 allow remote attackers to cause a denial of service (crash) or execute arbitrary code via the (1) chunks, (2) srclen, and (3) chunklen arguments.
Exploits (1)
This exploit demonstrates an integer overflow vulnerability in PHP's chunk_split function, leading to a buffer overflow. It attempts to trigger the vulnerability by passing large string inputs, potentially causing a denial-of-service or arbitrary code execution.