9.3
CVSSv2

CVE-2004-2692

Published: 31/12/2004 Updated: 29/07/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 exec_dir PHP patch (php-exec-dir) 4.3.2 up to and including 4.3.7 with safe mode disabled allows remote malicious users to bypass restrictions and execute arbitrary commands via a backtick operator, which is not handled using the php_escape_shell_cmd function.

Vulnerable Product Search on Vulmon Subscribe to Product

kyberdigi labs php-exec-dir 4.3.2

kyberdigi labs php-exec-dir 4.3.3

kyberdigi labs php-exec-dir 4.3.4

kyberdigi labs php-exec-dir 4.3.7

kyberdigi labs php-exec-dir 4.3.5

kyberdigi labs php-exec-dir 4.3.6

Exploits

<?php $blah = `& /bin/ps aux`; echo nl2br($blah); ?> <?php $blah = `| /bin/ps aux`; echo nl2br($blah); ?> # milw0rmcom [2004-08-08] ...