[] NeoSense

Pulse Pro 1.7.2 - Multiple Cross-Site Scripting Vulnerabilities

Author: Avram Marius
type: webapps
platform: php
port: 
date_added: 2011-12-14 
date_updated: 2015-03-20 
verified: 1 
codes: CVE-2011-5041;OSVDB-77693 
tags: 
aliases:  
screenshot_url:  
application_url: 

source: https://www.securityfocus.com/bid/51056/info

Pulse Pro is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input before using it in dynamically generated content.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.

Pulse Pro 1.7.2 is vulnerable; other versions may also be affected.

http://www.example.com/index.php?p=blocks&d="><script>alert(1)</script>
http://www.example.com/index.php?p=edit-post&post_id="><script>alert(1)</script>