vendor:
JSPWiki
by:
Janne Jalkanen
8.8
CVSS
HIGH
Local .jsp File Inclusion and Cross-Site Scripting
94, 79
CWE
Product Name: JSPWiki
Affected Version From: JSPWiki v2.4.104
Affected Version To: JSPWiki v2.5.139
Patch Exists: Unknown
Related CWE: N/A
CPE: a:jspwiki:jspwiki
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Unknown
Unknown
JSPWiki Multiple Vulnerabilities
An input validation problem exists within JSPWiki which allows to execute (include) arbitrary local .jsp files. An attacker may leverage this issue to execute arbitrary server-side script code on a vulnerable server with the privileges of the web server process. An attacker may leverage cross-site scripting vulnerability to have arbitrary script code executed in the browser of an unsuspecting user in the context of the affected site.
Mitigation:
Input validation should be enforced on user-supplied data. The application should also be configured to prevent the execution of arbitrary .jsp files.