CVE-2007-1375
PHP < 5.2.1 - Memory Read via substr_compare Length Argument
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2007-1375. PoCs published by Stefan Esser.
AI-analyzed exploit summary This exploit leverages a memory leak vulnerability in PHP 5's substr_compare function to dump memory contents. It manipulates the function's behavior to extract sensitive data from memory by comparing characters and inferring memory values.
Description
Integer overflow in the substr_compare function in PHP 5.2.1 and earlier allows context-dependent attackers to read sensitive memory via a large value in the length argument, a different vulnerability than CVE-2006-1991.
Exploits (1)
This exploit leverages a memory leak vulnerability in PHP 5's substr_compare function to dump memory contents. It manipulates the function's behavior to extract sensitive data from memory by comparing characters and inferring memory values.