# N/A
## 概述
My Image 插件在 Nibbleblog 4.0.5 之前的版本中存在不受限制的文件上传漏洞。远程管理员可以通过上传具有可执行扩展名的文件来执行任意代码,然后通过直接请求 `content/private/plugins/my_image/image.php` 中的文件来访问它。
## 影响版本
Nibbleblog 4.0.5 之前的版本。
## 细节
攻击者可以上传具有可执行扩展名的文件,该文件被存储在 `content/private/plugins/my_image/` 目录下。然后,攻击者可以通过直接请求该文件来执行其中的任意代码。
## 影响
此漏洞允许远程管理员执行任意代码,从而可能控制或损害服务器。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | Nibbleblog 4.0.3 - Arbitrary File Upload (CVE-2015-6967) | https://github.com/dix0nym/CVE-2015-6967 | POC详情 |
2 | None | https://github.com/0xConstant/CVE-2015-6967 | POC详情 |
3 | An exploit for the Nibbles manager version 4.0.3. This exploit allows RCE to be performed. | https://github.com/FredBrave/CVE-2015-6967 | POC详情 |
4 | In this repository you will find the technical report of Nibbles, the exploit to abuse the CVE-2015-6967 and an autopwn tool in case you want to resolve the machine in HackTheBox | https://github.com/3mpir3Albert/HTB_Nibbles | POC详情 |
5 | None | https://github.com/banomaly/CVE-2015-6967 | POC详情 |
6 | None | https://github.com/cuerv0x/CVE-2015-6967 | POC详情 |
暂无评论