A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2025-22777

CVE-2025-22777: GiveWP Object Injection Vulnerability

CVE-2025-22777 is an object injection flaw in GiveWP plugin caused by deserialization of untrusted data. Versions up to 3.19.3 are affected. This article covers the technical details, impact, and mitigation strategies.

Updated: May 15, 2026

CVE-2025-22777 Overview

CVE-2025-22777 is a PHP Object Injection vulnerability affecting the StellarWP GiveWP donation plugin for WordPress. The flaw stems from insecure deserialization of untrusted data [CWE-502] and impacts all versions up to and including 3.19.3. With over 100,000 active installations, GiveWP represents a significant attack surface for WordPress sites processing donations. Unauthenticated attackers can exploit this vulnerability over the network without user interaction to inject arbitrary PHP objects. Successful exploitation can lead to remote code execution, data tampering, and complete site compromise when a suitable POP (Property-Oriented Programming) chain is present.

Critical Impact

Unauthenticated attackers can trigger PHP object injection over the network, potentially achieving remote code execution on WordPress sites running GiveWP versions through 3.19.3.

Affected Products

  • StellarWP GiveWP plugin for WordPress (versions through 3.19.3)
  • WordPress sites with GiveWP donation forms enabled
  • All deployments using the givewp:givewp component

Discovery Timeline

  • 2025-01-13 - CVE-2025-22777 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2025-22777

Vulnerability Analysis

The vulnerability resides in how GiveWP processes serialized PHP data received from untrusted sources. The plugin passes attacker-controlled input to PHP's unserialize() function without sufficient validation. This allows arbitrary PHP objects to be instantiated within the application context. When combined with classes that define magic methods such as __wakeup(), __destruct(), or __toString(), attackers can chain operations to achieve code execution, file operations, or data exfiltration.

The issue affects donation processing workflows reachable by unauthenticated users. No authentication or user interaction is required to deliver the malicious payload. Refer to the Patchstack Vulnerability Report for the full technical breakdown.

Root Cause

The root cause is the use of unserialize() on data that originates from user-supplied input without integrity validation. PHP's serialization format permits instantiation of any class loaded in the application. WordPress and its plugins expose numerous classes that can be abused as gadgets in a POP chain. GiveWP did not restrict allowed classes or apply cryptographic signatures to serialized payloads.

Attack Vector

An attacker crafts a serialized PHP object containing a gadget chain assembled from classes available in WordPress core, GiveWP, or other installed plugins. The attacker submits this payload through a vulnerable donation parameter that reaches the unsafe deserialization sink. Upon deserialization, the magic methods execute the gadget chain, which can trigger file writes, SQL queries, or arbitrary function calls. Additional analysis is available in the Security Online CVE Analysis.

Detection Methods for CVE-2025-22777

Indicators of Compromise

  • HTTP POST requests to GiveWP donation endpoints containing serialized PHP patterns such as O:, a:, or s: followed by class names and lengths
  • Unexpected PHP files created under wp-content/uploads/ or plugin directories after donation form submissions
  • New or modified WordPress administrator accounts created without corresponding admin activity
  • Outbound network connections from the web server to unknown hosts following donation traffic

Detection Strategies

  • Inspect web server and application logs for serialized object signatures in request bodies and query strings targeting /wp-admin/admin-ajax.php or GiveWP REST endpoints
  • Deploy web application firewall rules that flag PHP serialization patterns in donation form parameters
  • Compare installed GiveWP plugin version against the patched release using wp plugin list --name=give on managed hosts
  • Monitor PHP error logs for __wakeup or __destruct exceptions that may indicate failed exploitation attempts

Monitoring Recommendations

  • Enable file integrity monitoring on the wp-content/plugins/give/ directory and the WordPress root
  • Alert on creation of PHP files in upload directories where executable content should not exist
  • Track HTTP request payload sizes for GiveWP endpoints to identify anomalously large submissions
  • Correlate authentication anomalies with donation traffic spikes for early identification of post-exploitation activity

How to Mitigate CVE-2025-22777

Immediate Actions Required

  • Update GiveWP to a version later than 3.19.3 as soon as the patched release is applied across all WordPress instances
  • Audit the site for unauthorized administrator accounts, modified files, and unexpected scheduled tasks (wp_cron)
  • Temporarily disable the GiveWP plugin on sites that cannot be patched immediately
  • Review web server logs covering the period before the patch for serialized payloads indicating prior exploitation

Patch Information

StellarWP has addressed the vulnerability in releases following version 3.19.3. Site operators should consult the Patchstack Vulnerability Report for the specific fixed version and apply the update through the WordPress plugin manager or WP-CLI.

Workarounds

  • Place a web application firewall in front of WordPress and block requests containing PHP serialization markers in donation parameters
  • Restrict access to GiveWP endpoints by IP address where feasible until patching is complete
  • Disable the GiveWP plugin entirely if donation functionality is not currently required
bash
# Update GiveWP using WP-CLI on the affected host
wp plugin update give --version=latest
wp plugin list --name=give --fields=name,version,status

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechGivewp

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.55%

  • 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
  • Patchstack Vulnerability Report

  • Security Online CVE Analysis
  • Related CVEs
  • CVE-2024-37099: GiveWP Object Injection Vulnerability

  • CVE-2026-42642: GiveWP Authorization Bypass Vulnerability

  • CVE-2025-2025: GiveWP Information Disclosure Vulnerability

  • CVE-2025-0912: GiveWP Donations Widget RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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