Social Microblogging PRO 1.5 - Persistent Cross-Site Scripting

Author: Halil Dalabasmaz
type: webapps
platform: php
port: 80.0
date_added: 2014-12-31  
date_updated: 2014-12-31  
verified: 1  
codes: OSVDB-116553;CVE-2014-9516  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 35659.txt  
# Exploit Title: Social Microblogging PRO 1.5 Stored XSS Vulnerability
# Date: 29-12-2014
# Exploit Author: Halil Dalabasmaz
# Version: v1.5
# Vendor Homepage:
http://codecanyon.net/item/social-microblogging-pro/9217005
# Tested on: Chrome & Iceweasel

# Vulnerability Description:

===Stored XSS===
"Web Site" input is not secure at Profile section. You can run XSS payloads
on "Web Site" input.

Sample Payload for Stored XSS: http://example.com/">[xssPayload]

=Solution=
Filter the input field against to XSS attacks.
================