
PoC code for unauthenticated arbitrary shortcode execution vulnerability in WordPress WP Photo Album Plus plugin.
Due to a missing validation check in the getshortcodedrenderedfenodelay AJAX action, the WP Photo Album Plus plugin allows unauthenticated users to execute arbitrary shortcodes.
git clone https://github.com/reinh3rz/CVE-2024-10958-WPPA-Exploit.git
cd CVE-2024-10958-WPPA-Exploit
pip install -r requirements.txt
python3 exploit.py -u http://target-site.com
This tool is for educational and research purposes only. It should only be used on authorized systems. Unauthorized use is the sole responsibility of the user.