exploit-db-mirror/exploits/php/webapps/23125.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

10 lines
No EOL
643 B
Text

source: https://www.securityfocus.com/bid/8570/info
phpBB BBCode has been reported prone to an HTML injection vulnerability. It has been reported that an attacker may inject malicious script into areas of phpBB where BBCode is rendered, for example, bulletin board posts or private messages. This issue is due to a lack of sufficient sanitization performed on user supplied URL BBCode tags.
An attacker may exploit this issue to steal cookie-based authentication credentials; other attacks may also be possible.
[url=http://www.example.com" onclick="alert('Hello')]text[/url]
[url=http://www.example.com" onclick=alert("bug");"]test[/url]