Description for CVE-2024-8353
The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.16.1 via deserialization of untrusted input via several parameters like ‘give_title’ and ‘card_address’. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to delete arbitrary files and achieve remote code execution. This is essentially the same vulnerability as CVE-2024-5932, however, it was discovered the the presence of stripslashes_deep on user_info allows the is_serialized check to be bypassed. This issue was mostly patched in 3.16.1, but further hardening was added in 3.16.2.
Reconnaissance For CVE-2024-8353
Censys.io
labels= `givewp`
Fofa.info
body="/wp-content/plugins/give/”
Hunter.how
web.body="plugins/give/”
Netlas.io
You can use netlas.io website for finding the afffected IPs by Clicking HERE. Or using following dork in website itself.
http.body:"plugins/give/assets/dist”
ZoomEYE.hk
app:"WordPress GiveWP Plugin”
CVE-2024-8353 Exploit | GiveWP WordPress Plugin Exploit
Tool for CVE-2024-8353 Exploit
You can download the exploit from CVE-2024-8353 Github Exploit.
Installation of CVE-2024-8353 Github Exploit
git clone https://github.com/EQSTLab/CVE-2024-8353.git ; cd CVE-2024-8353 ; pip install -r requirements.txt ; python3 CVE-2024-8353.py --help
Exploit Command | Example command for CVE-2024-8353.py exploit
python CVE-2024-8353.py -u http://yashsec.com/2024/08/24/donation2/ -c "touch /tmp/test"
Impact of CVE-2024-8353 | GiveWP WordPress Plugin Vulnerability Impact
An attacker can inject an arbitrary PHP objects into the web application as a malicious code. By using this vulnerability attacker can gain unauthorized access to the sensitive data. It can lead to system failure as well.
Severity of CVE-2024-8353 | GiveWP WordPress Plugin Vulnerability Severity
- CVSS Score: 9.8 Criticle
- Vector String:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Remediation for CVE-2024-8353 | GiveWP WordPress Plugin Vulnerability Remediation
- Update the latest version of Givewp wordpress plugin