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

12 lines
No EOL
648 B
Text

source: https://www.securityfocus.com/bid/4192/info
Snitz Forums 2000 is ASP-based web forum software. It runs on Microsoft Windows operating systems.
Snitz Forums 2000 allows users to include images in forum messages using image tags, with the following syntax:
[img]url of image[/img]
It is possible to inject arbitrary script code into forum messages via these image tags. Script code will be executed in the browser of the user viewing the forum message, in the context of the website running the vulnerable software. This may allow an attacker to steal cookie-based authentication credentials.
[img]javasCript:alert('Hello world.')[/img]