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-2539 — Unauthenticated Arbitrary File Read exploit for WordPress File Away Plugin ≤ 3.9.9.0.1 | Kitploit
Tools/GitHubGitHub/rootharpy/cve-2025-2539
Vulnerability AnalysisExploitationWeb Application ExploitationInformation GatheringPenetration TestingLearning & Education
GitHubrootharpy/cve-2025-2539

CVE-2025-2539

Unauthenticated Arbitrary File Read exploit for WordPress File Away Plugin ≤ 3.9.9.0.1

View Repository
211 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-2539 PoC

Unauthenticated Arbitrary File Read exploit for WordPress File Away Plugin ≤ 3.9.9.0.1


📖 Description

This Python script is a proof-of-concept (PoC) exploit for CVE-2025-2539, targeting a vulnerability in the WordPress File Away Plugin ≤ 3.9.9.0.1.
The vulnerability allows unauthenticated attackers to read arbitrary files from the server via an exposed plugin endpoint without proper authorization checks.


📌 Usage

▶️ Requirements:

  • Python 3
  • requests library

Install required libraries:

root@kitploit:~
pip install requests

Arguments:

  • --target / -t : Target WordPress site URL (with HTTP/HTTPS)
  • --file / -f : File path you want to read from the target server (e.g. wp-config.php)

▶️ Run the Exploit:

root@kitploit:~
python3 CVE-2025-2539.py --target http://target.com --file wp-config.php

🔍 Finding Targets

You can use Fofa to discover potentially vulnerable targets.

Fofa Dork:

root@kitploit:~
body="/wp-content/plugins/file-away/"

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