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
|
2021-04-06 07:25:57 +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
|
|
|
|
tags: panel
|
|
|
|
|
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
|
|
|
|
status:
|
|
|
|
- 403
|
|
|
|
- 401
|
|
|
|
negative: true
|