vendor:
userSpice PHP user management
by:
Dolev Farhi
8.8
CVSS
HIGH
Persistent Cross Site Scripting
79
CWE
Product Name: userSpice PHP user management
Affected Version From: userSpice <= 4.3
Affected Version To: userSpice <= 4.3
Patch Exists: NO
Related CWE: N/A
CPE: a:userspice:userspice
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: N/A
2018
userSpice <= 4.3 Persistent Cross Site Scripting
A persistent Cross Site Scripting vulnerability exists in userSpice version 4.3 and below. An attacker can exploit this vulnerability by logging in with a regular user, navigating to the public profile, editing the bio and entering a XSS payload. Once anyone visits the Bio page, the payload will execute.
Mitigation:
Input validation should be used to prevent XSS attacks. Sanitize user input and encode output.