Total Tests:

SQL injection Vulnerabilities in WebDB

This vulnerability was discovered by our security researchers before 2019.

Advisory ID:HTB22429
Product:WebDB
Vendor:Lois Software
Vulnerable Versions:Vendor's Demo Version (2.0a ) and probably prior
Tested Version:Vendor's Demo Version (2.0a )
Advisory Publication:June 10, 2010 [without technical details]
Vendor Notification:June 10, 2010
Public Disclosure:June 24, 2010
Latest Update:June 11, 2010
Vulnerability Type:SQL Injection [CWE-89]
Risk Level:High
High Risk
CVSSv2 Base Score:7.5 (AV:N/AC:L/Au:N/C:P/I:P/A:P)
Solution Status:Fixed by Vendor
Discovered and Provided:High-Tech Bridge Security Research Lab
 

Advisory Details:

High-Tech Bridge SA Security Research Lab has discovered multiple vulnerabilities in WebDB which could be exploited to perform SQL injection attacks.

1) SQL injection vulnerabilities in WebDB
1.1 The vulnerability exists due to input sanitation errors in the multiple parameters in loisweb/index.asp. A remote attacker can send a specially crafted HTTP POST request to the vulnerable script and execute arbitrary SQL commands in application`s database. Successful exploitation may allow an attacker to read, modify, add or delete arbitrary data in the database.
Exploitation example:
<form action="http://host/loisweb/index.asp?topic=./links/search" method="POST" >
<input type="hidden" name="qs" value="847" >
<input type="hidden" name="Search0" value="' ANY_SQL_HERE" >
<input type="hidden" name="Search1" value="' ANY_SQL_HERE" >
<input type="hidden" name="Search2" value="' ANY_SQL_HERE" >
<input type="hidden" name="Search3" value="' ANY_SQL_HERE" >
<input type=submit>
</form>

1.2 The vulnerability exists due to input sanitation errors in the “qt” parameter in loisweb/index.asp. A remote attacker can send a specially crafted HTTP request to the vulnerable script and execute arbitrary SQL commands in application`s database. Successful exploitation may allow an attacker to read, modify, add or delete arbitrary data in the database.
Exploitation example:
http://host/loisweb/index.asp?topic=./links/results&resultstype=1&qs=396&qt= +qaq++[5]+%3D+%27%27+ANY _SQL_HERE


Solution:
Upgrade to the most recent version


References:
[1] High-Tech Bridge Advisory HTB22429 - https://www.immuniweb.com/advisory/HTB22429 - SQL injection Vulnerabilities in WebDB
[2] WebDB - loissoftware.co.uk/ - WebDB is the Instant Online Database.
[3] Common Weakness Enumeration (CWE) - http://cwe.mitre.org - targeted to developers and security practitioners, CWE is a formal list of software weakness types.

Have additional information to submit?
Please feel free to send us any additional information related to this Advisory, such as vulnerable versions, additional exploitation details and conditions, patches and other relevant details.
Ask a Question