exploit-db-mirror/exploits/php/webapps/16007.txt
Offensive Security 36c084c351 DB: 2021-09-03
45419 changes to exploits/shellcodes

2 new exploits/shellcodes

Too many to list!
2021-09-03 13:39:06 +00:00

17 lines
No EOL
519 B
Text

# Exploit Title: AneCMS 1.3 Persistant XSS
# Date: 17.1.2011
# Author: Penguin
# Visit: www.null-sector.info
# Software Link: http://anecms.com/anecms.zip
# Version: 1.3
# Tested on: Linux
(I) Vulnerability
----------------------
You can add blogpost comments that does not get filtered for HTML-Code.
Simply add an Comment with for example the Content <script>alert(1337);</script>
Your <script> code will get executed by every visitor who reads the comments!
(II) Bug Fix
----------------------
There's no Bugfix :)