WoDig Community Program 4.12 wodig. asp page filtering is lax, resulting in SQL Injection Vulnerability

Source: Internet
Author: User

Source: Bug. Center. Team

Affected Versions:
WoDig 4.1.2

Program introduction:
WODIG is a well-designed Chinese DIGG Community open source program. It is the best solution for DIGG community programs in the Windows NT service environment.

Vulnerability Analysis:


In the wodig. asp file:
 
Tags_name = Request ("tags_name") // 13th rows
 
......
 
<% Call Default. Get_MainContent ("wodig. asp") %> // row 105th
 
The Get_MainContent process is in the file/WoLib/Cls_Class.asp:
 
Public Sub Get_MainPP (pageurl) // row 827th
 
......
 
If tags_name <> "" then // row 839th
 
SQL = SQL & "and Src_ID in (Select SrcTag_SrcID From wo_SrcTags Where SrcTag_Name =" & tags_name &")"
 
End if
 
The program does not filter the tags_name variable in the SQL statement, leading to the injection vulnerability.


Vulnerability exploitation:
Http://www.target.com/wodig.asp? Tags_name =

Solution:
Vendor patch
WoDig
------------
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.wodig.com/


 

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.