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] SQL Injection in CitrusDB

Subject: [UNIX] SQL Injection in CitrusDB
Date: 22 Feb 2005 15:58:10 +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 

- - - - - - - - -



  SQL Injection in CitrusDB
------------------------------------------------------------------------


SUMMARY

" <http://www.citrusdb.org/> CitrusDB is an open source customer database 
application that uses PHP and a database backend (currently MySQL) to keep 
track of customer information, services, products, billing, and customer 
service information. The program will run on any PHP enabled web server."

CitrusDB contains a vulnerability that allows a remote attacker to 
initiate an SQL injection vulnerability by uploading a malicious CSV file.

DETAILS

Vulnerable Systems:
 * CitrusDB version 0.3.6 and prior

CVE Information:
 <http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-0410> 
CAN-2005-0410

CitrusDB does not filter special characters (e.g. single quotes) from 
uploaded CSV files. In the file ./citrusdb/tools/importcc.php the data 
from a previous uploaded CSV file is inserted into the MySQL database but 
none of the values are filtered.

Proof of Concept:
A CSV file containing single quotes ('), makes the SQL Query found in 
/citrusdb/tools/importcc.php to fail.

Disclosure Timeline:
2005-02-04 Vendor notified
2005-02-12 CVE number requested
2005-02-14 CVE number obtained (CAN-2005-0410)


ADDITIONAL INFORMATION

The information has been provided by  
<mailto:dornseif@informatik.rwth-aachen.de> Maximillian Dornseif.
The original article can be found at:  
<http://tsyklon.informatik.rwth-aachen.de/redteam/advisories/rt-sa-2005-004> 
http://tsyklon.informatik.rwth-aachen.de/redteam/advisories/rt-sa-2005-004



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


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] SQL Injection in CitrusDB, SecuriTeam <=