
Unauthenticated Arbitrary File Read exploit for WordPress File Away Plugin ≤ 3.9.9.0.1
Unauthenticated Arbitrary File Read exploit for WordPress File Away Plugin ≤ 3.9.9.0.1
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.
requests libraryInstall required libraries:
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)python3 CVE-2025-2539.py --target http://target.com --file wp-config.php
You can use Fofa to discover potentially vulnerable targets.
Fofa Dork:
body="/wp-content/plugins/file-away/"
Search on: https://fofa.info
Md Shoriful Islam (RootHarpy)
This tool is created for educational and authorized penetration testing purposes only.
Unauthorized use of this tool against systems without explicit permission is illegal.