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
    • 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-2024-8791

CVE-2024-8791: Charitable WordPress Privilege Escalation

CVE-2024-8791 is a privilege escalation vulnerability in Charitable WordPress plugin allowing unauthenticated attackers to modify admin credentials. This article covers technical details, affected versions, and mitigation.

Published: April 15, 2026

CVE-2024-8791 Overview

CVE-2024-8791 is a critical privilege escalation vulnerability affecting the Donation Forms by Charitable – Donations Plugin & Fundraising Platform for WordPress. This vulnerability exists in all versions up to and including 1.8.1.14 and allows unauthenticated attackers to take over arbitrary user accounts, including administrator accounts, through improper identity verification in the update_core_user() function.

The vulnerability stems from the plugin's failure to properly verify a user's identity when the ID parameter is supplied to the update_core_user() function. This critical flaw enables attackers to modify the email address and password of any user account on the affected WordPress installation without requiring authentication, subsequently allowing them to log in to those compromised accounts.

Critical Impact

Unauthenticated attackers can escalate privileges by modifying administrator account credentials, leading to complete site takeover and unauthorized access to sensitive donation data.

Affected Products

  • Donation Forms by Charitable – Donations Plugin & Fundraising Platform for WordPress versions up to and including 1.8.1.14
  • wpcharitable charitable WordPress plugin
  • WordPress sites running vulnerable Charitable plugin versions

Discovery Timeline

  • 2024-09-24 - CVE-2024-8791 published to NVD
  • 2024-09-26 - Last updated in NVD database

Technical Details for CVE-2024-8791

Vulnerability Analysis

This privilege escalation vulnerability is classified under CWE-639 (Authorization Bypass Through User-Controlled Key). The vulnerable code resides in the class-charitable-user.php file, specifically in the update_core_user() function. The function accepts a user-controlled ID parameter but fails to implement proper authorization checks to verify that the requesting user has permission to modify the specified account.

When processing user update requests, the plugin does not validate whether the authenticated (or unauthenticated) user making the request is the same user whose account is being modified. This allows an attacker to craft malicious requests targeting any user ID on the WordPress installation, including administrator accounts.

The attack is particularly dangerous because it requires no authentication. An attacker can simply supply an arbitrary user ID along with new email and password values to hijack any account on the system.

Root Cause

The root cause of this vulnerability is the absence of proper identity verification within the update_core_user() function. The plugin trusts the user-supplied ID parameter without verifying that the requester has authorization to modify that specific user account. This represents a fundamental authorization bypass where user-controlled input directly influences security decisions without adequate validation.

Attack Vector

The vulnerability is exploited remotely over the network without requiring any authentication or user interaction. An attacker can target the update_core_user() function by supplying a crafted request containing:

  1. A target user ID (which could be enumerated or guessed, with administrator accounts typically having low ID values like 1)
  2. A new email address controlled by the attacker
  3. A new password of the attacker's choosing

Once the request is processed, the victim's account credentials are overwritten with the attacker's values. The attacker can then use the new credentials to log in as the victim, gaining full access to their account and any associated privileges.

For technical details on the vulnerable code path, refer to the WordPress Plugin Code Snippet and the Wordfence Vulnerability Report.

Detection Methods for CVE-2024-8791

Indicators of Compromise

  • Unexpected password reset notifications or email change confirmations for administrator accounts
  • Login events from unfamiliar IP addresses, especially following unauthorized credential modifications
  • Modified user account data in the wp_users database table without corresponding legitimate administrative actions
  • Anomalous HTTP POST requests targeting Charitable plugin endpoints with user ID parameters

Detection Strategies

  • Monitor WordPress audit logs for unauthorized user profile modifications, particularly changes to administrator email addresses and passwords
  • Implement Web Application Firewall (WAF) rules to detect suspicious requests containing user ID manipulation attempts
  • Review web server access logs for unusual POST requests to Charitable plugin endpoints
  • Deploy integrity monitoring on the wp_users database table to alert on unexpected modifications

Monitoring Recommendations

  • Enable WordPress security plugins with real-time login and user modification monitoring
  • Configure alerts for any administrator account credential changes
  • Implement rate limiting on user update endpoints to slow down potential enumeration attacks
  • Establish baseline behavior for user modification patterns and alert on anomalies

How to Mitigate CVE-2024-8791

Immediate Actions Required

  • Update the Charitable plugin to a version newer than 1.8.1.14 immediately
  • Audit all user accounts, especially administrators, for unauthorized email or password changes
  • Force password resets for all administrator accounts if compromise is suspected
  • Review recent login activity and revoke any suspicious sessions

Patch Information

The vulnerability has been addressed in the official plugin update. The security fix can be reviewed in the WordPress Plugin Changeset. This patch implements proper identity verification to ensure users can only modify their own account details.

To apply the fix:

  1. Navigate to the WordPress admin dashboard
  2. Go to Plugins → Installed Plugins
  3. Locate "Donation Forms by Charitable" and click "Update Now"
  4. Verify the plugin version is newer than 1.8.1.14

Workarounds

  • If immediate patching is not possible, temporarily disable the Charitable plugin until the update can be applied
  • Implement WAF rules to block requests attempting to manipulate user ID parameters in Charitable plugin endpoints
  • Restrict access to WordPress admin and plugin endpoints via IP allowlisting where feasible
  • Enable additional authentication factors for administrator accounts to provide defense-in-depth
bash
# Verify current Charitable plugin version
wp plugin get charitable --field=version

# Update Charitable plugin via WP-CLI
wp plugin update charitable

# Force password reset for administrator accounts
wp user update 1 --user_pass="$(openssl rand -base64 32)"

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWpcharitable

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.29%

  • 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-639
  • Technical References
  • WordPress Plugin Code Snippet

  • Wordfence Vulnerability Report
  • Vendor Resources
  • WordPress Plugin Changeset
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
Default Legacy - Prefooter | 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