6.8
CVSSv2

CVE-2007-4010

Published: 26/07/2007 Updated: 29/09/2017
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

The win32std extension in PHP 5.2.3 does not follow safe_mode and disable_functions restrictions, which allows remote malicious users to execute arbitrary commands via the win_shell_execute function.

Vulnerable Product Search on Vulmon Subscribe to Product

php php 5.2.3

Exploits

<?php //PHP 523 win32std extension safe_mode and disable_functions protections bypass //author: shinnai //mail: shinnai[at]autistici[dot]org //site: shinnaialtervistaorg //Tested on xp Pro sp2 full patched, worked both from the cli and on apache //Thanks to rgod for all his precious advises :) //I set phpini in this way: //safe_m ...