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-5932

CVE-2024-5932: GiveWP Donation Plugin RCE Vulnerability

CVE-2024-5932 is a remote code execution flaw in GiveWP Donation Plugin for WordPress that allows unauthenticated attackers to execute arbitrary code and delete files. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-5932 Overview

The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress contains a critical PHP Object Injection vulnerability affecting all versions up to and including 3.14.1. The vulnerability exists due to insecure deserialization of untrusted input from the give_title parameter. This flaw allows unauthenticated attackers to inject arbitrary PHP objects, and when combined with an available Property-Oriented Programming (POP) chain present in the plugin, enables remote code execution and arbitrary file deletion.

Critical Impact

Unauthenticated attackers can achieve remote code execution and delete arbitrary files on vulnerable WordPress sites running GiveWP plugin versions up to 3.14.1, potentially compromising over 100,000 WordPress installations.

Affected Products

  • GiveWP Donation Plugin and Fundraising Platform for WordPress versions ≤ 3.14.1
  • WordPress sites with vulnerable GiveWP plugin installed
  • All GiveWP installations prior to the security patch release

Discovery Timeline

  • August 20, 2024 - CVE-2024-5932 published to NVD
  • August 26, 2024 - Last updated in NVD database

Technical Details for CVE-2024-5932

Vulnerability Analysis

This vulnerability is classified as a PHP Object Injection (CWE-502: Deserialization of Untrusted Data). The GiveWP plugin fails to properly validate and sanitize user-supplied input before passing it to PHP's unserialize function. The vulnerable code path processes the give_title parameter without adequate input validation, allowing attackers to inject serialized PHP objects.

What makes this vulnerability particularly severe is the presence of a complete POP (Property-Oriented Programming) chain within the plugin's codebase and its dependencies. Multiple files contribute to this attack chain, including components in login-register.php, process-donation.php, the AvatarRoute.php file within the Donor Dashboards module, and third-party libraries like TCPDF and FakerPHP. When exploited, the POP chain allows attackers to execute arbitrary code on the server and delete critical files.

The vulnerability requires no authentication, meaning any remote attacker can exploit it over the network without valid credentials, making it exceptionally dangerous for internet-facing WordPress installations.

Root Cause

The root cause of this vulnerability lies in the unsafe deserialization of user-controlled input. The GiveWP plugin processes the give_title parameter through PHP's unserialize() function without proper input validation or type checking. This allows attackers to pass maliciously crafted serialized data that, when deserialized, instantiates arbitrary objects with attacker-controlled properties.

The presence of exploitable "gadget" classes within the plugin's dependency chain (including TCPDF and FakerPHP libraries) provides the necessary POP chain for achieving code execution. The ValidGenerator.php file from FakerPHP, in particular, has been identified as containing exploitable magic methods that can be leveraged in the attack chain.

Attack Vector

The attack is conducted over the network and requires no authentication or user interaction. An attacker can craft a malicious HTTP request containing a serialized PHP object payload in the give_title parameter. When the GiveWP plugin processes this request, the malicious object is deserialized, triggering the POP chain and executing arbitrary code.

The attack flow involves:

  1. Crafting a serialized PHP object that leverages available gadget classes
  2. Sending the payload via the give_title parameter in a donation-related request
  3. The plugin deserializes the malicious input without validation
  4. PHP magic methods in the gadget chain execute attacker-controlled code
  5. The attacker achieves remote code execution or arbitrary file deletion

Detection Methods for CVE-2024-5932

Indicators of Compromise

  • Unexpected or anomalous POST requests to donation processing endpoints containing serialized PHP objects
  • Suspicious give_title parameter values containing PHP serialization patterns (strings starting with O:, a:, or s:)
  • Unusual file deletions or modifications on the WordPress server
  • Web server logs showing requests with unusually long or encoded give_title values
  • Creation of new files or unexpected code execution artifacts on the server

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block serialized PHP object patterns in request parameters
  • Monitor HTTP request logs for the give_title parameter containing suspicious serialization signatures
  • Deploy file integrity monitoring to detect unauthorized modifications or deletions
  • Analyze web server access logs for anomalous donation processing requests
  • Use intrusion detection systems configured to alert on PHP object injection attack patterns

Monitoring Recommendations

  • Enable verbose logging for all GiveWP plugin activities and donation processing endpoints
  • Configure real-time alerting for any detected PHP serialization patterns in user input
  • Monitor for unexpected process spawning from web server processes
  • Implement network traffic analysis to detect potential data exfiltration following compromise
  • Establish baseline behavior for donation processing to identify anomalous activity

How to Mitigate CVE-2024-5932

Immediate Actions Required

  • Update GiveWP plugin to version 3.14.2 or later immediately
  • Review server logs for any indicators of exploitation attempts
  • Conduct a security audit of WordPress installations running GiveWP
  • Implement WAF rules to block PHP object injection attempts as an interim measure
  • If immediate patching is not possible, consider temporarily disabling the GiveWP plugin

Patch Information

The GiveWP development team has released a security update to address this vulnerability. The fix is available in the WordPress Changeset Update. Administrators should update to the latest version of GiveWP immediately through the WordPress plugin management interface or by downloading the patched version directly from the WordPress plugin repository.

For detailed technical information about this vulnerability, refer to the Wordfence Blog on RCE Vulnerability and the Wordfence CVE Vulnerability Intelligence.

Workarounds

  • Deploy a WAF with rules specifically designed to detect and block PHP serialized object patterns in request parameters
  • Implement server-side input validation to reject requests containing potential serialization signatures
  • Restrict access to donation processing endpoints using IP allowlisting where feasible
  • Consider disabling the GiveWP plugin entirely until patching can be completed on critical production systems
  • Use WordPress security plugins that provide virtual patching capabilities for known vulnerabilities
bash
# Example WAF rule pattern to detect PHP object injection attempts
# Add to .htaccess or web server configuration
RewriteEngine On
RewriteCond %{QUERY_STRING} (O:|a:|s:)[0-9]+: [NC,OR]
RewriteCond %{REQUEST_BODY} (O:|a:|s:)[0-9]+: [NC]
RewriteRule .* - [F,L]

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 Probability94.13%

  • 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
  • Wordfence Blog on RCE Vulnerability

  • Wordfence CVE Vulnerability Intelligence
  • Vendor Resources
  • WordPress Plugin File - Login/Register

  • WordPress Plugin File - Process Donation

  • WordPress Plugin File - Edit Profile Tab

  • WordPress Plugin File - TCPDF

  • WordPress Plugin File - FakerPHP

  • WordPress Changeset Update
  • Related CVEs
  • CVE-2025-0912: GiveWP Donations Widget RCE Vulnerability

  • CVE-2024-9634: GiveWP WordPress Plugin RCE Vulnerability

  • CVE-2024-8353: GiveWP 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