9.3
CVSSv2

CVE-2007-5653

Published: 23/10/2007 Updated: 29/09/2017
CVSS v2 Base Score: 9.3 | Impact Score: 10 | Exploitability Score: 8.6
VMScore: 935
Vector: AV:N/AC:M/Au:N/C:C/I:C/A:C

Vulnerability Summary

The Component Object Model (COM) functions in PHP 5.x on Windows do not follow safe_mode and disable_functions restrictions, which allows context-dependent malicious users to bypass intended limitations, as demonstrated by executing objects with the kill bit set in the corresponding ActiveX control Compatibility Flags, executing programs via a function in compatUI.dll, invoking wscript.shell via wscript.exe, invoking Scripting.FileSystemObject via wshom.ocx, and adding users via a function in shgina.dll, related to the com_load_typelib function.

Vulnerable Product Search on Vulmon Subscribe to Product

php php

Exploits

<?php //PHP 5x COM functions safe_mode and disable_function bypass //author: shinnai //mail: shinnai[at]autistici[dot]org //site: shinnaialtervistaorg //dork: intitle:phpinfo intext:"php version" +windows (thanks to rgod) //Tested on xp Pro sp2 full patched, worked both from the cli and on apache //from: wwwphpfreakscom/ph ...