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
PoC | XWiki Platform 15.10.10 - Remote Code Execution 
Readme
# CVE-2025-24893
## PoC | XWiki Platform 15.10.10 - Remote Code Execution  

Una vulnerabilida de categoría RCE (Remote Code Execution), encontrada cuando atacantes no autenticados pueden ejecutar codigo Groovy arbitrario remotamente sin la autenticación ni el accesso previo (Guest User).
A continuación un PoC (Proof-Of-Concept) en Python para la explotación de esta vulnerabilidad.

## Installation.

### 1. Clone the repository on your machine. 
```bash
git clone https://github.com/zs1n/CVE-2025-24893
```
### 2.Execute the exploit.
```bash
python3 CVE-2025-24893.py -u <url> -c <command>
```

## Example: 
```bash
python3 CVE-2025-24893.py -u https://domain.com -c 'id'
```



File Snapshot

[4.0K] /data/pocs/07dd2d4ab6bdf00eb77ee28d8880129bb259bc2e ├── [1.5K] CVE-2025-24893.py └── [ 687] 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.