Exploitation Summary
EIP tracks 2 public exploits for CVE-2007-4033. PoCs published by r0ut3r.
AI-analyzed exploit summary This exploit demonstrates a buffer overflow vulnerability in the PHP GD2 extension's imagepsloadfont function. It triggers a crash by passing an overly long string argument, leading to an access violation.
Description
Buffer overflow in the intT1_EnvGetCompletePath function in lib/t1lib/t1env.c in t1lib 5.1.1 allows context-dependent attackers to execute arbitrary code via a long FileName parameter. NOTE: this issue was originally reported to be in the imagepsloadfont function in php_gd2.dll in the gd (PHP_GD2) extension in PHP 5.2.3.
Exploits (2)
This exploit demonstrates a buffer overflow vulnerability in the PHP GD2 extension's imagepsloadfont function. It triggers a crash by passing an overly long string argument, leading to an access violation.
This exploit demonstrates a buffer overflow vulnerability in the T1lib library via the PHP `imagepsloadfont` function. It triggers a crash by passing an excessively long string (9999 'A' characters), potentially leading to arbitrary code execution.