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-2025-5287 — Unauthenticated SQL Injection exploit for WordPress Likes and Dislikes Plugin ≤ 1.0.0 | Kitploit
Tools/GitHubGitHub/rootharpy/cve-2025-5287
Vulnerability AnalysisExploitationWeb Application ExploitationCTFPenetration TestingLearning & Education
GitHubrootharpy/cve-2025-5287

CVE-2025-5287

Unauthenticated SQL Injection exploit for WordPress Likes and Dislikes Plugin ≤ 1.0.0

View Repository
121 year agoNot yet reviewed

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-2025-5287 PoC

Unauthenticated SQL Injection exploit for WordPress Likes and Dislikes Plugin ≤ 1.0.0


📖 Description

This Python script is a proof-of-concept (PoC) exploit for CVE-2025-5287, targeting a vulnerability in the WordPress Likes and Dislikes Plugin ≤ 1.0.0.
The vulnerability allows unauthenticated attackers to perform time-based blind SQL injection via the post parameter in the my_likes_dislikes_action AJAX action, potentially leading to sensitive data exposure or further exploitation.


📌 Usage

▶️ Requirements:

  • Python 3
  • requests library

Install required libraries:

root@kitploit:~
pip install requests

Arguments:

  • --url / : Target WordPress site URL (with HTTP/HTTPS)
-u
  • --sleep / -s : Sleep time (seconds) for detecting SQL delay (default: 5)

  • ▶️ Run the Exploit:

    root@kitploit:~
    python3 CVE-2025-5287-poc.py --url http://target.com
    

    Or with a custom sleep time:

    root@kitploit:~
    python3 CVE-2025-5287-poc.py --url http://target.com --sleep 7
    

    🔍 Finding Targets

    You can use Fofa to discover potentially vulnerable WordPress installations running the plugin.

    Fofa Dork:

    root@kitploit:~
    body="/wp-admin/admin-ajax.php"
    

    Or to narrow down plugin-specific references:

    root@kitploit:~
    body="my_likes_dislikes_action"
    

    Search on: https://fofa.info


    👨‍💻 Author

    Md Shoriful Islam (RootHarpy)


    📜 Disclaimer

    This tool is created for educational and authorized penetration testing purposes only. Unauthorized use of this tool against systems without explicit permission is illegal.

    Download Tool