Penetration_Testing_POC/CVE-2019-16132 OKLite v1.2.25 存在任意文件删除漏洞.md

50 lines
783 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.

## 前言
OKLite v1.2.25 存在任意文件删除漏洞
## 漏洞简介
Ethan发现OKLite v1.2.25 存在任意文件删除漏洞(需要登录后台)
## 漏洞危害
后台删除文件时抓包修改`title`参数可以直接删除网站任意文件
## 影响范围
### 产品
> OKLite
### 版本
> OKLite v1.2.25 版本
### 组件
> OKLite
## 漏洞复现
在主目录下创建一个index.txt用来测试
![](img/22.png)
登录后台,在设置->风格管理
![](img/23.png)
点击文件管理
![](img/24.png)
随便删除一个文件点击抓包修改title参数为../../test.txt
![](img/25.png)
发送请求主目录下的test.txt已被删除
![](img/26.png)
![](img/23.png)