header-logo
Suggest Exploit
vendor:
Pulse Pro
by:
Unknown
5.5
CVSS
MEDIUM
Cross-Site Scripting
79
CWE
Product Name: Pulse Pro
Affected Version From: 1.7.2002
Affected Version To: 1.7.2002
Patch Exists: YES
Related CWE: CVE-2012-5373
CPE: a:pulse:pro:1.7.2
Metasploit:
Other Scripts:
Platforms Tested:
2012

Multiple Cross-Site Scripting Vulnerabilities in Pulse Pro

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.

Mitigation:

To mitigate these vulnerabilities, it is recommended to sanitize user-supplied input before using it in dynamically generated content. Additionally, the use of web application firewalls and regular security updates can help protect against cross-site scripting attacks.
Source

Exploit-DB raw data:

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>