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

CVE-2024-50459: Hmplugin Aidwp Auth Bypass Vulnerability

CVE-2024-50459 is an authorization bypass flaw in Hmplugin Aidwp affecting versions up to 3.2.3 due to missing authorization checks. This article covers the technical details, affected versions, and mitigation steps.

Published: April 8, 2026

CVE-2024-50459 Overview

CVE-2024-50459 is a critical Missing Authorization vulnerability affecting the AidWP (wp-stripe-donation) WordPress plugin developed by Hossni Mubarak. This Broken Access Control flaw allows attackers to exploit incorrectly configured access control security levels, potentially enabling unauthorized access to sensitive plugin functionality without proper authentication or authorization checks.

The vulnerability stems from missing authorization checks (CWE-862) within the plugin's codebase, allowing unauthenticated remote attackers to bypass access controls and interact with restricted functionality. Given the plugin's role in handling Stripe donation processing, successful exploitation could have significant security implications for WordPress sites using this plugin.

Critical Impact

Unauthenticated attackers can exploit missing authorization controls to access restricted plugin functionality, potentially compromising donation data and site integrity.

Affected Products

  • AidWP (wp-stripe-donation) versions up to and including 3.2.3
  • WordPress installations running vulnerable versions of the AidWP plugin
  • Sites utilizing the wp-stripe-donation functionality for payment processing

Discovery Timeline

  • 2024-10-29 - CVE-2024-50459 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2024-50459

Vulnerability Analysis

This vulnerability is classified as a Missing Authorization flaw (CWE-862) in the AidWP WordPress plugin. The core issue lies in the plugin's failure to properly implement authorization checks on sensitive operations, allowing attackers to bypass intended access controls.

WordPress plugins that handle payment processing, such as donation plugins integrated with Stripe, typically require robust authorization mechanisms to protect administrative functions and sensitive data. When these checks are absent or improperly configured, attackers can directly access functionality that should be restricted to authenticated administrators.

The network-accessible nature of this vulnerability means that any attacker with network access to a vulnerable WordPress installation can attempt exploitation without requiring prior authentication, valid credentials, or user interaction.

Root Cause

The root cause of CVE-2024-50459 is the absence of proper capability checks and nonce verification in the AidWP plugin. WordPress provides built-in functions such as current_user_can() and wp_verify_nonce() to validate user permissions and request authenticity. When plugin developers fail to implement these security controls on AJAX handlers, REST API endpoints, or admin functions, it creates broken access control vulnerabilities that allow unauthorized users to execute privileged operations.

Attack Vector

The attack vector for this vulnerability is network-based, requiring no privileges, user interaction, or special access conditions. An attacker can craft malicious HTTP requests targeting the vulnerable plugin endpoints directly. Since the plugin lacks authorization verification, these requests are processed regardless of the requester's authentication status.

Exploitation typically involves:

  1. Identifying WordPress sites running the vulnerable AidWP plugin version
  2. Crafting requests to access restricted plugin functionality
  3. Submitting requests without authentication to bypass access controls
  4. Gaining unauthorized access to donation data or administrative functions

For detailed technical information about this vulnerability, refer to the Patchstack security advisory.

Detection Methods for CVE-2024-50459

Indicators of Compromise

  • Unusual or unauthorized AJAX requests to AidWP plugin endpoints from unauthenticated sources
  • Unexpected modifications to donation settings or Stripe configuration without corresponding admin activity
  • Access logs showing repeated requests to wp-admin/admin-ajax.php with AidWP-related actions from external IPs
  • Database changes to plugin-related options without legitimate administrative sessions

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to monitor and filter suspicious requests to WordPress AJAX handlers
  • Deploy file integrity monitoring to detect unauthorized changes to plugin files or WordPress core
  • Enable verbose logging for WordPress admin actions and AJAX requests to establish baseline behavior
  • Utilize WordPress security plugins that provide real-time threat detection and access control monitoring

Monitoring Recommendations

  • Configure alerts for AJAX requests containing AidWP action parameters from non-authenticated sessions
  • Monitor HTTP access logs for unusual request patterns targeting /wp-admin/admin-ajax.php
  • Set up database audit logging to track changes to wp_options entries related to the AidWP plugin
  • Review Stripe dashboard for unexpected API calls or configuration changes that may indicate compromise

How to Mitigate CVE-2024-50459

Immediate Actions Required

  • Audit all WordPress installations to identify sites running AidWP plugin version 3.2.3 or earlier
  • Consider temporarily deactivating the AidWP plugin until a patched version is available or an alternative solution is implemented
  • Review Stripe account activity and donation records for any signs of unauthorized access or manipulation
  • Implement WAF rules to restrict access to sensitive plugin endpoints from untrusted sources

Patch Information

Organizations should check for updated versions of the AidWP plugin that address this authorization vulnerability. Monitor the WordPress plugin repository and the Patchstack vulnerability database for patch announcements. If no patch is available, consider transitioning to an alternative donation plugin with a stronger security track record.

Workarounds

  • Implement server-level access controls to restrict AJAX endpoint access to authenticated administrators only
  • Deploy a WordPress security plugin such as Wordfence or Sucuri that can enforce capability checks at the application layer
  • Configure .htaccess or nginx rules to require authentication for requests to plugin-specific endpoints
  • Use a virtual patching solution through your WAF to block exploitation attempts while awaiting an official fix
bash
# Example: Restrict AJAX access to authenticated users in .htaccess
<Files admin-ajax.php>
    # Allow internal WordPress functionality
    Order allow,deny
    Allow from all
    # Consider additional IP-based restrictions for admin functions
</Files>

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechAidwp

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.74%

  • 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-862
  • Technical References
  • Patchstack WordPress Vulnerability
  • Latest CVEs
  • CVE-2025-70797: LimeSurvey XSS Vulnerability

  • CVE-2025-30650: Juniper Junos OS Auth Bypass Vulnerability

  • CVE-2026-35471: Goshs Path Traversal Vulnerability

  • CVE-2026-35393: Goshs Path Traversal Vulnerability
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