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 :
2023-01-29 18:53:26 +00:00
name : Apache Tomcat Manager Path Normalization Panel - Detect
2022-08-25 06:45:48 +00:00
author : brenocss,organiccrap
2020-07-02 13:53:41 +00:00
severity : info
2023-01-29 18:53:26 +00:00
description : Apache Tomcat Manager Path Normalization 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-08-25 06:53:51 +00:00
classification :
2023-01-29 18:53:26 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score : 0.0
2022-08-25 06:53:51 +00:00
cwe-id : CWE-200
2023-01-29 18:53:26 +00:00
reference : 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
2022-04-22 10:38:41 +00:00
tags : panel,tomcat,apache
2023-04-28 08:11:21 +00:00
metadata :
max-request : 6
2021-04-06 07:25:57 +00:00
2023-04-27 04:28:59 +00:00
http :
2020-07-02 13:53:41 +00:00
- method : GET
path :
- '{{BaseURL}}/..;/manager/html'
2023-01-31 16:45:29 +00:00
- '{{BaseURL}}/..;/..;/manager/html;/'
2021-02-01 10:01:15 +00:00
- '{{BaseURL}}/..;/host-manager/html'
2023-01-31 16:45:29 +00:00
- '{{BaseURL}}/..;/..;/host-manager/html;/'
2022-08-25 06:45:48 +00:00
- '{{BaseURL}}/{{randstr}}/..;/manager/html'
- '{{BaseURL}}/{{randstr}}/..;/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 :
2022-08-25 06:53:51 +00:00
- 403
2023-01-29 18:53:26 +00:00
# Enhanced by mp on 2023/01/29