vendor:
XpressEngine
by:
v0nSch3lling
7.5
CVSS
HIGH
Persistent XSS
79
CWE
Product Name: XpressEngine
Affected Version From: 1.4.5.7
Affected Version To: 1.4.5.7
Patch Exists: NO
Related CWE: N/A
CPE: a:xpressengine:xpressengine:1.4.5.7
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 SP2
2011
XpressEngine version 1.4.5.7 Persistent XSS Vulnerability
When the administrator delete a user account, an attacker can enter a XSS script in the Nickname field. Though the nickname length is 20 in signin step, the variable length is 40 in DB schema. So an attacker can enter a nickname with length 40. An attacker can also modify the nickname field by local web proxy when submitting user information. When the administrator access the member management page or the member information page, an attacker can enter a XSS script in the Homepage & Blog field.
Mitigation:
Input validation should be used to prevent XSS attacks. Sanitize user input and encode output to prevent XSS attacks.