ShyPost: XSS injection in the enterprise website management system V4.3 and webshell injection in the background

Source: Internet
Author: User

① Injection Vulnerability
 
 
 
1. Vulnerability file: Aboutus. asp
%>
<! -- # Include file = "Inc/SysProduct. asp" -->
<% Title = Trim (request ("Title "))
Set rs = Server. CreateObject ("ADODB. Recordset ")
SQL = "select Content from Aboutus where Title = '" & Title &"'"
Rs. open SQL, conn, 1, 3
%> Www.2cto.com
Not filtered
 
2. Vulnerability file: ProductShow. asp
<%
ShowSmallClassType = ShowSmallClassType_Article
Dim ID
ID = trim (request ("ID "))
If ID = "" then
Response. Redirect ("Product. asp ")
End if
 
SQL = "select * from Product where ID =" & ID &""
Similar to the above
 
 
 
② Background XSS Vulnerability
 
 
Write the xss code in the online message at the front-end. The code can be successfully executed in the background.
Vulnerability file: FeedbackSave. asp
Cause: not filtered
 
③ Editor Vulnerability
 
 
Editor Version: [MY motivation] HTML online editor
Vulnerability code:
If fileEXT = "asp" or fileEXT = "asa" or fileEXT = "aspx" then
EnableUpload = false
End if
No space is filtered for uploading. you can log on to the background and use the NC counterfeit package to break through the upload. Finally, you can use this vulnerability to get the webshell.

Author: invincible creative medicine from: 90sec Forum
 

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.