The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2024-9634

CVE-2024-9634: GiveWP WordPress Plugin RCE Vulnerability

CVE-2024-9634 is a remote code execution vulnerability in the GiveWP WordPress plugin caused by PHP Object Injection. Unauthenticated attackers can exploit this flaw to execute arbitrary code. Learn about affected versions and patches.

Published: April 1, 2026

CVE-2024-9634 Overview

CVE-2024-9634 is a critical PHP Object Injection vulnerability affecting the GiveWP – Donation Plugin and Fundraising Platform for WordPress. The vulnerability exists in all versions up to and including 3.16.3 and allows unauthenticated attackers to inject malicious PHP objects through the give_company_name parameter via deserialization of untrusted input. The presence of a Property-Oriented Programming (POP) chain in the codebase enables attackers to escalate this object injection into full remote code execution on vulnerable WordPress installations.

Critical Impact

Unauthenticated attackers can achieve remote code execution on WordPress sites running vulnerable versions of GiveWP, potentially leading to complete site compromise, data theft, and malware distribution.

Affected Products

  • GiveWP Donation Plugin versions up to and including 3.16.3
  • WordPress installations with GiveWP plugin installed
  • Any website accepting donations through the vulnerable GiveWP functionality

Discovery Timeline

  • 2024-10-16 - CVE-2024-9634 published to NVD
  • 2025-02-27 - Last updated in NVD database

Technical Details for CVE-2024-9634

Vulnerability Analysis

This vulnerability stems from insecure deserialization practices within the GiveWP plugin's donation processing functionality. When processing donation form submissions, the plugin deserializes user-supplied input from the give_company_name parameter without adequate validation or sanitization. This allows attackers to craft malicious serialized PHP objects that, when deserialized by the server, can trigger unintended code paths.

The vulnerability is particularly severe because the GiveWP plugin contains classes that form a usable POP (Property-Oriented Programming) chain. A POP chain consists of a sequence of class method invocations triggered automatically during deserialization through magic methods such as __wakeup(), __destruct(), or __toString(). By carefully constructing a serialized object that leverages these existing classes, attackers can chain method calls to ultimately achieve arbitrary code execution.

Since no authentication is required to submit donation form data, any remote attacker with network access to a vulnerable WordPress site can exploit this vulnerability. The attack requires no user interaction and can be executed with minimal complexity, making it particularly dangerous for publicly accessible WordPress installations.

Root Cause

The root cause of CVE-2024-9634 is the use of PHP's unserialize() function on untrusted user input without implementing proper input validation or using safe deserialization alternatives. The give_company_name parameter in the donation processing workflow accepts serialized data that is directly passed to deserialization functions. Combined with the presence of exploitable gadget classes within the plugin's codebase or commonly installed dependencies, this creates a complete exploit chain from user input to code execution.

Attack Vector

The attack is network-based and targets the donation form submission endpoint. An attacker crafts a malicious HTTP request containing a specially serialized PHP object in the give_company_name form field. When the GiveWP plugin processes this donation request, it deserializes the attacker-controlled data, instantiating the malicious object. The POP chain within the codebase is then triggered, executing arbitrary PHP code with the privileges of the web server process.

The vulnerability exists in the DonationRepository.php file within the donation processing logic. For detailed technical information about the vulnerable code path, refer to the WordPress Plugin Code Repository.

Detection Methods for CVE-2024-9634

Indicators of Compromise

  • Unexpected serialized PHP object patterns in web server access logs, particularly in POST requests to donation endpoints
  • Unusual process spawning from the web server process (e.g., www-data or apache user)
  • New or modified files in WordPress directories, especially in plugin folders or upload directories
  • Suspicious entries in WordPress options table or postmeta containing serialized data
  • Outbound network connections from the web server to unknown external hosts

Detection Strategies

  • Monitor HTTP POST requests to GiveWP donation endpoints for serialized PHP object patterns (strings beginning with O: or a: followed by numeric values)
  • Implement Web Application Firewall (WAF) rules to detect and block PHP serialized object patterns in form submissions
  • Review PHP error logs for deserialization-related errors or unexpected class instantiation warnings
  • Deploy endpoint detection solutions capable of identifying suspicious PHP process behavior
  • Utilize SentinelOne's behavioral AI to detect post-exploitation activities such as webshell deployment or lateral movement

Monitoring Recommendations

  • Enable verbose logging on WordPress donation form submissions and review for anomalous company name field values
  • Configure alerts for any file modifications in the GiveWP plugin directory outside of legitimate update windows
  • Monitor outbound network traffic from web servers for indicators of command-and-control communication
  • Implement integrity monitoring on critical WordPress files and plugin directories

How to Mitigate CVE-2024-9634

Immediate Actions Required

  • Update GiveWP plugin to version 3.16.4 or later immediately
  • Review web server logs for signs of exploitation attempts targeting the give_company_name parameter
  • Conduct a security audit of WordPress installations to identify any indicators of compromise
  • Consider temporarily disabling the GiveWP donation form functionality until patching is complete
  • Implement WAF rules to block serialized PHP object patterns in form submissions as an interim measure

Patch Information

The GiveWP development team has released version 3.16.4 which addresses this vulnerability. The patch modifies the donation processing logic in process-donation.php to properly validate and sanitize input before deserialization. Site administrators should update immediately through the WordPress admin dashboard or by downloading the patched version from the WordPress plugin repository.

For technical details on the fix implementation, refer to the WordPress Plugin Changeset Update.

Additional vulnerability intelligence is available from the Wordfence Vulnerability Report.

Workarounds

  • Deploy a Web Application Firewall with rules to block requests containing serialized PHP objects in form parameters
  • Implement server-level input filtering to strip or reject serialized object patterns in POST data
  • Restrict access to donation form endpoints to authenticated users only if business requirements permit
  • Use PHP runtime protections such as disable_functions to limit potentially dangerous functions that could be leveraged in POP chains
bash
# Example WAF rule for ModSecurity to block PHP serialized objects
SecRule ARGS "@rx O:\d+:\"[a-zA-Z_]" \
    "id:100001,\
    phase:2,\
    deny,\
    status:403,\
    msg:'Potential PHP Object Injection Attack',\
    logdata:'Matched Data: %{MATCHED_VAR}'"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechGivewp

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability22.79%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • WordPress Plugin Code Repository

  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Plugin Changeset Update
  • Related CVEs
  • CVE-2025-0912: GiveWP Donations Widget RCE Vulnerability

  • CVE-2024-8353: GiveWP Plugin RCE Vulnerability

  • CVE-2024-5932: GiveWP Donation Plugin RCE Vulnerability

  • CVE-2025-22777: GiveWP Object Injection Vulnerability
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English