nuclei-templates/misconfiguration/apache/tomcat-pathnormalization.yaml

39 lines
1.3 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: 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
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:
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
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
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'
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
negative: true
2021-05-10 09:57:53 +00:00
status:
2022-08-25 06:53:51 +00:00
- 403
# Enhanced by mp on 2023/01/29