Security Advisory

CVE-2020-13697

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2021-02-23 07:31:19
Last updated 2024-08-04 12:25:16
Assigner mitre
State PUBLISHED

Description

An issue was discovered in RouterNanoHTTPD.java in NanoHTTPD through 2.3.1. The GeneralHandler class implements a basic GET handler that prints debug information as an HTML page. Any web server that extends this class without implementing its own GET handler is vulnerable to reflected XSS, because the GeneralHandler GET handler prints user input passed through the query string without any sanitization.