# 1Panel中的SQL注入漏洞
## 漏洞概述
1Panel 是一个基于Web的Linux服务器管理控制面板。该项目中存在多个SQL注入漏洞,部分SQL注入漏洞未得到妥善过滤,导致任意文件写入,并最终导致远程代码执行(RCE)。
## 影响版本
- 影响版本:低于 1.10.12-tls的所有版本
- 修复版本:1.10.12-tls
## 漏洞细节
项目中存在多个SQL注入漏洞,部分SQL注入漏洞未得到妥善过滤,导致攻击者可以进行任意文件写入,最终导致远程代码执行(RCE)。
## 漏洞影响
- 攻击者可以利用这些SQL注入漏洞进行任意文件写入操作。
- 这些漏洞最终可能导致远程代码执行(RCE)。
- 目前没有已知的临时解决办法,建议用户升级到修复版本。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | 1Panel is a web-based linux server management control panel. There are many sql injections in the project, and some of them are not well filtered, leading to arbitrary file writes, and ultimately leading to RCEs. These sql injections have been resolved in version 1.10.12-tls. Users are advised to upgrade. There are no known workarounds for these issues. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-39907.yaml | POC详情 |
| 2 | https://github.com/vulhub/vulhub/blob/master/1panel/CVE-2024-39907/README.md | POC详情 | |
| 3 | None | https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/1Panel%20%E6%8E%A7%E5%88%B6%E9%9D%A2%E6%9D%BF%20SQL%20%E6%B3%A8%E5%85%A5%E6%BC%8F%E6%B4%9E%20CVE-2024-39907.md | POC详情 |
暂无评论