vendor:
yaws-wiki
by:
Michael Brooks
8.8
CVSS
HIGH
Cross-Site Scripting (XSS)
79
CWE
Product Name: yaws-wiki
Affected Version From: 1.88-1
Affected Version To: 1.88-1
Patch Exists: NO
Related CWE: N/A
CPE: a:yaws:yaws-wiki
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Erlang
2020
Reflective and Stored XSS in yaws-wiki
yaws-wiki version 1.88-1 is vulnerable to both reflective and stored XSS. The vulnerability exists in the editTag.yaws, showOldPage.yaws, allRefsToMe.yaws and editPage.yaws pages. An attacker can inject malicious JavaScript code in the 'node' parameter of the editTag.yaws, showOldPage.yaws and allRefsToMe.yaws pages and in the 'text' parameter of the editPage.yaws page.
Mitigation:
Input validation should be used to prevent malicious code from being injected into the application.