vendor:
GNUPanel
by:
Necmettin COSKUN
7,5
CVSS
HIGH
Stored XSS and CSRF
79,352
CWE
Product Name: GNUPanel
Affected Version From: 0.3.5_R4
Affected Version To: 0.3.5_R4
Patch Exists: YES
Related CWE: N/A
CPE: a:gnupanel:gnupanel:0.3.5_r4
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Debian GNU/Linux
2014
GNUpanel 0.3.5_R4 – Multiple Vulnerabilities
GNUPanel has a pure coded ticket support system Comment 'consultar' field is not ascaped so any tags including script tags can be stored in them. An unauthenticated user can cause a logged in user to create support ticket including malicious code.
Mitigation:
Input validation and output encoding should be used to prevent XSS attacks. CSRF attacks can be prevented by using CSRF tokens.