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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-32429 PoC — XWiki Platform vulnerable to SQL injection through getdeleteddocuments.vm template sort parameter

Source
Associated Vulnerability
Title:XWiki Platform vulnerable to SQL injection through getdeleteddocuments.vm template sort parameter (CVE-2025-32429)
Description:XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. In versions 9.4-rc-1 through 16.10.5 and 17.0.0-rc-1 through 17.2.2, it's possible for anyone to inject SQL using the parameter sort of the getdeleteddocuments.vm. It's injected as is as an ORDER BY value. This is fixed in versions 16.10.6 and 17.3.0-rc-1.
Description
Proof-of-Concept exploit for CVE-2025-32429 (SQL Injection in PHP PDO prepared statements) – for educational and security research purposes only
Readme
# CVE-2025-32429 – SQL Injection in PHP PDO Prepared Statements

This repository contains a proof-of-concept exploit for **CVE-2025-32429**, 
a vulnerability affecting PHP PDO prepared statements when emulation is enabled.

## 📄 References
- Original research by Assetnote:  
  https://slcyber.io/assetnote-security-research-center/a-novel-technique-for-sql-injection-in-pdos-prepared-statements
- NVD Entry:  
  https://nvd.nist.gov/vuln/detail/CVE-2025-32429

## ⚠ Disclaimer
This code is for **educational and security research purposes only.**  
Do **NOT** use it against systems you do not own or have explicit permission to test.  
The author is **not responsible for misuse of this code.**

## 🛠 Usage
```bash
gcc exploit.c -o exploit -lcurl
./exploit -u http://target.com
```

Original PoC by Byte Reaper https://github.com/byteReaper77/CVE-2025-32429
File Snapshot

[4.0K] /data/pocs/99f60511d279f14327f72517f01835b27a74110d ├── [ 27K] exploit.c └── [ 870] 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. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →