vendor:
Showdoc
by:
Akshay Ravi
5.4
CVSS
MEDIUM
Stored Cross-Site Scripting (XSS)
79
CWE
Product Name: Showdoc
Affected Version From: <= 2.10.3
Affected Version To: <= 2.10.3
Patch Exists: YES
Related CWE: CVE-2022-0967
CPE: 2.10.2003
Platforms Tested: macOS Monterey
2022
Showdoc 2.10.3 – Stored Cross-Site Scripting (XSS)
Stored XSS via uploading file in .ofd format. Create a file with .ofd extension and add XSS Payload inside the file. Login to showdoc v2.10.2 and go to file library. Upload the payload on file library and click on the check button. The XSS payload will executed once we visited the URL.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in the application.