nuclei-templates/exposed-panels/apache/tomcat-pathnormalization.yaml

37 lines
1.1 KiB
YAML
Raw Normal View History

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
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.
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
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
negative: true
2021-05-10 09:57:53 +00:00
status:
- 403
- 401
# Enhanced by mp on 2022/03/17