- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 36566
- Проверка EDB
-
- Пройдено
- Автор
- STEFAN SCHURTZ
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2012-0900
- Дата публикации
- 2012-01-16
Beehive Forum 101 - Multiple Cross-Site Scripting Vulnerabilities
Код:
source: https://www.securityfocus.com/bid/51424/info
Beehive Forum 101 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 let the attacker steal cookie-based authentication credentials and launch other attacks.
http://www.example.com/forum/register.php?'[xss]
http://www.example.com/forum/register.php/''[xss]
http://www.example.com/forum/logon.php?'"'[xss]
http://www.example.com/forum/logon.php/'"'[xss]
- Источник
- www.exploit-db.com