Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2015-4133 — POC exploit for CVE-2015-4133 | Kitploit
工具/GitHubGitHub/d3ext/cve-2015-4133
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubd3ext/cve-2015-4133

CVE-2015-4133

POC exploit for CVE-2015-4133

查看仓库
821年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2015-4133

CVE 2015-4133 - Reflex Gallery 3.1.3 任意文件上传到远程命令执行

描述

Reflex Gallery 是一款 WordPress 插件,其 3.1.3 版本存在一个漏洞,攻击者可以轻易利用该漏洞上传任意文件,例如 PHP 代码,从而实现远程命令执行。

root@kitploit:~
# Exploit Title: Wordpress Plugin Reflex Gallery - Arbitrary File Upload
# Google Dork: inurl:wp-content/plugins/reflex-gallery/
# Date: 08.03.2015
# Discovered by: CrashBandicot @DosPerl
# CVE: CVE-2015-4133
# Vendor Homepage: https://wordpress.org/plugins/reflex-gallery/
# Software Link: https://downloads.wordpress.org/plugin/reflex-gallery.zip
# Version: 3.1.3
# Tested on: Linux

用法

该漏洞利用工具的使用非常简单。你只需将 WordPress 的基础 URL 指定给 -u 参数,它就会自动完成所有脏活。它会上传一个 PHP 文件并生成一个交互式伪 Shell,用于远程执行命令。

root@kitploit:~
python3 CVE-2015-4133.py -u http://target.com/wordpress/

如果收到错误,请尝试将脚本中的数字 2022 改为 /wp-content/uploads/ 目录下其他任何存在的年份。

演示

参考

root@kitploit:~
https://www.exploit-db.com/exploits/36374
https://www.rapid7.com/db/modules/exploit/unix/webapp/wp_reflexgallery_file_upload/
https://www.acunetix.com/vulnerabilities/web/wordpress-plugin-reflex-gallery-arbitrary-file-upload-3-1-3/
https://patchstack.com/database/wordpress/plugin/reflex-gallery/vulnerability/wordpress-reflex-gallery-plugin-3-1-3-unrestricted-file-upload
https://wpscan.com/vulnerability/c2496b8b-72e4-4e63-9d78-33ada3f1c674/

许可证

本项目采用 MIT 许可证

版权所有 © 2025, D3Ext

下载工具