critical CVSS 9.8

CVE-2024-9634·PHP vulnerability

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.3 via deserialization of untrusted input from the give_company_name parameter. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to achieve remote code execution.

Severity
critical
Software
PHP
Fixed in
3.16.4
Published
2024-10-16

Affected versions

Until: 3.16.4

Fixed in: 3.16.4

How to fix this CVE

Update the GiveWP plugin to version 3.16.4 or later immediately to patch the PHP object injection vulnerability. If you cannot update immediately, disable the GiveWP plugin and review recent donation transactions for suspicious activity. Organizations using GiveWP should prioritize this update as the vulnerability allows unauthenticated remote code execution through parameter tampering.

sudo dnf update php php-common php-cli php-fpm

Defensia detects this vulnerability

What an exploitation attempt looks like

Sample log line indicative of exploitation attempts:

POST request containing 'give_company_name' parameter with serialized PHP object pattern (O:[0-9]+:"[a-zA-Z]+":[0-9]+:\{) or requests with base64-encoded serialized objects in give_company_name

WAF mitigation (if patching is not yet possible)

Add this rule to your WAF to block exploitation attempts while you schedule the patch.

Implement WAF rules to block requests where the give_company_name parameter contains serialized PHP object patterns (regex: O:[0-9]+:) or base64-encoded strings that decode to serialized objects. Additionally, restrict POST requests to donation endpoints to only accept alphanumeric and common business characters in the give_company_name field.

How to check if you are affected

  1. Check WordPress plugin version: Log into WordPress admin panel, navigate to Plugins, and verify GiveWP version is 3.16.4 or higher
  2. Inspect the give_company_name parameter in recent HTTP requests: grep -r 'give_company_name' /var/log/apache2/access.log /var/log/nginx/access.log to identify POST requests containing this parameter
  3. Search web server logs for serialized PHP object patterns: grep -E 'O:[0-9]+:' /var/log/apache2/access.log /var/log/nginx/access.log for evidence of object injection attempts
  4. Verify the patch by checking the GiveWP plugin directory: cat /path/to/wordpress/wp-content/plugins/give/give.php | grep 'Version:' and confirm version >= 3.16.4

FAQ

What is CVE-2024-9634?

CVE-2024-9634 is a critical PHP object injection vulnerability in GiveWP versions up to 3.16.3 that allows unauthenticated attackers to inject malicious serialized PHP objects through the give_company_name parameter, potentially leading to remote code execution via POP chain exploitation.

Is CVE-2024-9634 being actively exploited?

According to CISA's Known Exploited Vulnerabilities catalog, CVE-2024-9634 is not currently listed as actively exploited in the wild, but public awareness and the critical CVSS score of 9.8 mean organizations should treat this as a high-priority remediation.

What versions of GiveWP are affected by CVE-2024-9634?

All versions of the GiveWP plugin up to and including version 3.16.3 are vulnerable. The vulnerability was fixed in version 3.16.4 and later releases.

How do I check if my WordPress site is vulnerable to CVE-2024-9634?

In WordPress admin panel, go to Plugins and locate GiveWP – Donation Plugin. If the version shown is 3.16.3 or earlier, your site is vulnerable. Alternatively, check the wp-content/plugins/give/give.php file and grep for 'Version:' to confirm the installed version.

Does Defensia detect CVE-2024-9634?

Yes — Defensia's CVE advisory scanner compares installed package versions against the NVD database. If the GiveWP plugin is detected on a monitored WordPress installation, CVE-2024-9634 will appear in your dashboard with remediation steps and severity alerts.

Related PHP CVEs

CVE-2025-25174CVSS 10Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') vulnerability in beeteam368 BeeTeam368 Extensions beeteam368-extensions allows PHP Local File Inclusion.This issue affects BeeTeam368 Extensions: from n/a through <= 1.9.4.
CVE-2024-5932CVSS 10The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.14.1 via deserialization of untrusted input from the 'give_title' parameter. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to execute code remotely, and to delete arbitrary files.
CVE-2026-39337CVSS 10ChurchCRM is an open-source church management system. Prior to 7.1.0, critical pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The "$dbPassword" variable is not sanitized. This vulnerability exists due to an incomplete fix for CVE-2025-62521. This vulnerability is fixed in 7.1.0.
CVE-2025-62521CVSS 10ChurchCRM is an open-source church management system. Prior to version 5.21.0, a pre-authentication remote code execution vulnerability in ChurchCRM's setup wizard allows unauthenticated attackers to inject arbitrary PHP code during the initial installation process, leading to complete server compromise. The vulnerability exists in `setup/routes/setup.php` where user input from the setup form is directly concatenated into a PHP configuration template without any validation or sanitization. Any parameter in the setup form can be used to inject PHP code that gets written to `Include/Config.php`, which is then executed on every page load. This is more severe than typical authenticated RCE vulnerabilities because it requires no credentials and affects the installation process that administrators must complete. Version 5.21.0 patches the issue.
CVE-2025-46348CVSS 10YesWiki is a wiki system written in PHP. Prior to version 4.5.4, the request to commence a site backup can be performed and downloaded without authentication. The archives are created with a predictable filename, so a malicious user could create and download an archive without being authenticated. This could result in a malicious attacker making numerous requests to create archives and fill up the file system, or by downloading the archive which contains sensitive site information. This issue has been patched in version 4.5.4.

References

Track CVEs across your fleet automatically

Defensia scans your Linux servers and tells you exactly which ones are running vulnerable versions — including CVE-2024-9634. Free for 1 server.

Get started free