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.
Readme
# CVE-2025-32429 Vulnerability Checker

A Python-based vulnerability scanner for detecting CVE-2025-32429 SQL injection vulnerability in XWiki platforms.

## Features

- **Single Target Scanning**: Check individual targets with `-t` option
- **Bulk Scanning**: Scan multiple targets from a file with `-l` option
- **WAF Detection**: Automatically detects Web Application Firewalls
- **Time-based Detection**: Identifies time-based SQL injection vulnerabilities
- **Error-based Detection**: Detects SQL error messages in responses
- **Multi-threading**: Fast scanning with configurable thread count
- **Verbose Output**: Detailed scanning information with `-v` flag


<img width="460" height="860" alt="image" src="https://github.com/user-attachments/assets/03db8587-174f-4d48-a31b-741d476079ac" />


## Installation

### Requirements
```bash
pip3 install requests urllib3
```

### Make executable
```bash
python vuln_checker.py
```

## Usage

### Single Target
```bash
python3 vuln_checker.py -t <target_url>
```

### Multiple Targets
```bash
python3 vuln_checker.py -l <targets_file>
```

File Snapshot

[4.0K] /data/pocs/a37fafac8c8378d8e557a0f4d42129891db13659 ├── [1.1K] README.md └── [ 12K] vuln_checker.py 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 →