The API_Response.asp page of fengxun website management system has the excessive privilege vulnerability.

Source: Internet
Author: User

From ghost son s Blog

Affected Versions:
FooSun> 5.0

Vulnerability Analysis:
In the file API API_Response.asp:

If Request. QueryString <> "" Then // row 16th
SaveUserCookie ()
Else
Set XmlDoc = Server. CreateObject ("msxml2.FreeThreadedDOMDocument" & MsxmlVersion)
XmlDoc. ASYNC = False
If Not XmlDoc. LOAD (Request) Then
Status = 1
Messenge = "the data is invalid. The operation is aborted! "
Appid = "unknown"
Else
If Not (XmlDoc.doc umentElement. selectSingleNode ("userip") is nothing) Then
UserTrueIP = XmlDoc.doc umentElement. selectSingleNode ("userip"). text
End If
If CheckPost () Then
Select Case Act
Case "checkname"

The integration file does not determine whether the program is enabled. Malicious users can submit data to the file to modify and delete users.

Solution:
Vendor patch:
FooSun
-------
Currently, the vendor does not provide patches or upgrade programs. We recommend that users who use the software follow the vendor's homepage to obtain the latest version:
Http://www.foosun.net/

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.