2020-07-02 13:53:41 +00:00
id : tomcat-manager-pathnormalization
2021-05-10 09:57:53 +00:00
2020-07-02 13:53:41 +00:00
info :
name : Tomcat Manager Path Normalization
author : organiccrap
severity : info
2022-04-22 10:38:41 +00:00
description : A Tomcat Manager login panel was discovered via path normalization. Normalizing a path involves modifying the string that identifies a path or file so that it conforms to a valid path on the target
operating system.
2022-03-22 03:48:47 +00:00
reference :
- https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/mitigation-path-normalization
- https://i.blackhat.com/us-18/Wed-August-8/us-18-Orange-Tsai-Breaking-Parser-Logic-Take-Your-Path-Normalization-Off-And-Pop-0days-Out-2.pdf
classification :
cwe-id : CWE-200
2022-04-22 10:38:41 +00:00
tags : panel,tomcat,apache
2021-04-06 07:25:57 +00:00
2020-07-02 13:53:41 +00:00
requests :
- method : GET
path :
- '{{BaseURL}}/..;/manager/html'
2021-02-01 10:01:15 +00:00
- '{{BaseURL}}/..;/host-manager/html'
2021-05-10 09:57:53 +00:00
matchers-condition : and
2020-07-02 13:53:41 +00:00
matchers :
- type : word
words :
2021-05-10 09:57:53 +00:00
- 'username="tomcat" password="s3cret"'
- 'manager-gui'
2020-07-02 13:53:41 +00:00
condition : and
2021-05-10 09:57:53 +00:00
- type : status
2021-12-29 13:40:59 +00:00
negative : true
2021-05-10 09:57:53 +00:00
status :
- 403
2021-12-31 03:08:35 +00:00
- 401
2022-03-22 03:48:47 +00:00
# Enhanced by mp on 2022/03/17