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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-24893 — POC exploit for CVE-2025-24893 | Kitploit
工具/GitHubGitHub/d3ext/cve-2025-24893
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration Testing
GitHubd3ext/cve-2025-24893

CVE-2025-24893

POC exploit for CVE-2025-24893

查看仓库
421年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-24893

root@kitploit:~
# Exploit Title: XWiki 15.10.10 - Unauthenticated Remote Code Execution
# Date: 09/08/2025
# Exploit Author: D3Ext
# Vendor Homepage: https://www.xwiki.org/
# Software Link: https://github.com/xwiki/xwiki-platform
# Version: 15.10.10
# Tested on: Kali Linux 2025
# CVE: CVE-2025-24893

说明

此仓库包含 CVE-2025-24893 漏洞的概念验证(POC),该漏洞影响 XWiki 15.10.10 版本。XWiki 包含一个名为 SolrSearch(定义在 Main.SolrSearchMacros 中)的宏,可通过搜索引擎实现全文搜索。漏洞源于该宏评估搜索参数时使用了 Groovy,未对恶意输入进行清理或限制。因此,未认证的攻击者可以在无需认证或事先访问的情况下远程执行任意 Groovy 代码。

漏洞路径:

/xwiki/bin/view/Main/SolrSearchMacros?search=...

使用方法

root@kitploit:~
usage: CVE-2025-24893.py [-h] --url URL --command COMMAND

XWiki 15.10.10 - Unauthenticated Remote Code Execution (RCE)

options:
  -h, --help         show this help message and exit
  --url URL          URL of the web root
  --command COMMAND  command to execute

演示

参考来源

root@kitploit:~
https://nvd.nist.gov/vuln/detail/CVE-2025-24893
https://www.offsec.com/blog/cve-2025-24893/
https://www.wiz.io/vulnerability-database/cve/cve-2025-24893
https://www.incibe.es/en/incibe-cert/early-warning/vulnerabilities/cve-2025-24893

许可证

本项目基于 MIT 许可证

版权所有 © 2025, D3Ext

下载工具