mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2025-06-20 09:50:19 +00:00
add CVE-2019-16132 OKLite v1.2.25 存在任意文件删除漏洞
This commit is contained in:
parent
cfacfce552
commit
6ba14ebe84
50
CVE-2019-16132 OKLite v1.2.25 存在任意文件删除漏洞.md
Normal file
50
CVE-2019-16132 OKLite v1.2.25 存在任意文件删除漏洞.md
Normal file
@ -0,0 +1,50 @@
|
|||||||
|
## 前言
|
||||||
|
|
||||||
|
OKLite v1.2.25 存在任意文件删除漏洞
|
||||||
|
|
||||||
|
## 漏洞简介
|
||||||
|
|
||||||
|
Ethan发现OKLite v1.2.25 存在任意文件删除漏洞(需要登录后台)
|
||||||
|
|
||||||
|
## 漏洞危害
|
||||||
|
|
||||||
|
后台删除文件时抓包修改`title`参数可以直接删除网站任意文件
|
||||||
|
|
||||||
|
## 影响范围
|
||||||
|
|
||||||
|
### 产品
|
||||||
|
|
||||||
|
> OKLite
|
||||||
|
|
||||||
|
### 版本
|
||||||
|
|
||||||
|
> OKLite v1.2.25 版本
|
||||||
|
|
||||||
|
### 组件
|
||||||
|
|
||||||
|
> OKLite
|
||||||
|
|
||||||
|
## 漏洞复现
|
||||||
|
|
||||||
|
在主目录下创建一个index.txt用来测试
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
登录后台,在设置->风格管理
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
点击文件管理
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
随便删除一个文件,点击抓包,修改title参数为../../test.txt
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
发送请求,主目录下的test.txt已被删除
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|

|
Loading…
x
Reference in New Issue
Block a user