Webshop open-source marketplace has multiple SQL Injection

Source: Internet
Author: User

If you need to perform a vulnerability demonstration, you can search for the vulnerability on the Internet and find that the webshop looks good, so you can download and test it. As a result, there are many vulnerabilities, A variety of vulnerabilities are very convenient demonstration :) Webshop official website http://www.web13800.cn/known as more than 13000 users, 2012 version provides open source version, is focused on small and medium enterprises and individuals of e-commerce platform. The website system (of multiple versions) has multiple SQL injection vulnerabilities.
Download version 5.1: http://www.bkjia.com/ym/201111/30307.html, view the source code, found multiple SQL Injection Vulnerabilities (117) part of the following: such as the root directory show_all.asp 48 to 63 lines

<% Sql3 = "select * from e_contect where c_id =" & request ("c_id") set rs3 = server. createObject ("adodb. recordset ") rs3.open sql3, conn, 1, 1if rs3.bof or rs3.eof thenelseset c_id = rs3 (" c_id ") set c_title = rs3 (" c_title ") set c_contect = rs3 ("c_contect") set c_addtime = rs3 ("c_addtime") %>

 

SQL Injection exists in several files of the system, and multiple SQL Injection exists in the same file. Vulnerability exploitation is related to the database used. The system uses the access database by default.
Solution:

Ask google.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.