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.
Remediation
References
https://github.com/NanoHttpd/nanohttpd
https://www.vdoo.com/advisories
Related Vulnerabilities
CVE-2018-8018 Vulnerability in maven package org.apache.ignite:ignite-core
CVE-2020-15152 Vulnerability in npm package ftp-srv
CVE-2018-3745 Vulnerability in maven package org.webjars.npm:atob
CVE-2017-7675 Vulnerability in maven package org.apache.tomcat.embed:tomcat-embed-core
CVE-2019-1003010 Vulnerability in maven package org.jenkins-ci.plugins:git