Exploitation Summary
EIP tracks 1 public exploit for CVE-2006-4020. PoCs published by Andi.
AI-analyzed exploit summary This exploit targets a buffer overflow vulnerability in PHP's sscanf() function (CVE-2006-4020) to achieve remote code execution. It manipulates memory allocation to overwrite a return address and execute shellcode, binding a shell to port 20000.
Description
scanf.c in PHP 5.1.4 and earlier, and 4.4.3 and earlier, allows context-dependent attackers to execute arbitrary code via a sscanf PHP function call that performs argument swapping, which increments an index past the end of an array and triggers a buffer over-read.
Exploits (1)
This exploit targets a buffer overflow vulnerability in PHP's sscanf() function (CVE-2006-4020) to achieve remote code execution. It manipulates memory allocation to overwrite a return address and execute shellcode, binding a shell to port 20000.