vendor:
WebPAM
by:
Gjoko 'LiquidWorm' Krstic
7,5
CVSS
HIGH
XSS, SQLi, CRLFi
89, 89, 113
CWE
Product Name: WebPAM
Affected Version From: 2.2.0.13
Affected Version To: 2.2.0.13
Patch Exists: NO
Related CWE: N/A
CPE: a:promise_technology:webpam:2.2.0.13
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Microsoft Windows XP Professional SP3 (EN), Jetty/4.2.23 (Windows XP/5.1 x86 java/1.4.2)
2012
Promise WebPAM v2.2.0.13 Multiple Remote Vulnerabilities
Input passed via the parameters 'entSortOrder' and 'entSort' in 'ent_i.jsp' script are not properly sanitised before being returned to the user or used in SQL queries. This can be exploited to manipulate SQL queries by injecting arbitrary SQL code. The parameters 'startTime' and 'endTime' in 'ent_i.jsp' are vulnerable to a XSS issue where the attacker can execute arbitrary HTML and script code in a user's browser session in context of an affected site. The parameter 'userID' in 'usr_ent.jsp' and 'usr_t.jsp' is vulnerable to HTTP Response Splitting which can be exploited to insert arbitrary HTTP headers, which are included in a response sent to the user.
Mitigation:
Input validation, sanitization and output encoding should be used to prevent XSS, SQLi and CRLFi attacks.