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-2026-4024

CVE-2026-4024: Royal Addons Auth Bypass Vulnerability

CVE-2026-4024 is an authentication bypass flaw in Royal Addons for Elementor that allows unauthenticated attackers to modify form configurations and exfiltrate data. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-4024 Overview

CVE-2026-4024 affects the Royal Addons for Elementor plugin for WordPress in all versions up to and including 1.7.1056. The vulnerability stems from a missing capability check on the wpr_update_form_action_meta AJAX action [CWE-862]. The handler is registered on both wp_ajax and wp_ajax_nopriv hooks, exposing it to unauthenticated users. While a nonce is verified, the wpr-addons-js nonce is published in frontend JavaScript through WprConfig.nonce on any page that loads Royal Addons widgets. Attackers can read the nonce and modify form action configuration metadata on any post.

Critical Impact

Unauthenticated attackers can tamper with email, submissions, Mailchimp, and webhook settings, enabling form data exfiltration through attacker-controlled webhook URLs.

Affected Products

  • Royal Addons for Elementor plugin for WordPress
  • All versions up to and including 1.7.1056
  • WordPress sites loading Royal Addons widgets on any public page

Discovery Timeline

  • 2026-05-02 - CVE-2026-4024 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-4024

Vulnerability Analysis

The Royal Addons for Elementor plugin registers the wpr_update_form_action_meta AJAX handler on both authenticated and unauthenticated WordPress hooks. The handler verifies a nonce named wpr-addons-js before processing the request. However, this nonce is exposed publicly on the frontend through the WprConfig.nonce JavaScript variable. Any visitor can extract it from the page source on sites that render Royal Addons widgets.

The endpoint passes user-controlled input directly to update_post_meta() against a whitelisted set of form action meta keys. No capability check or post ownership validation occurs before the metadata write. This allows attackers to modify form configuration on any post regardless of the post author or current user role.

The whitelisted meta keys cover email recipients, submission storage, Mailchimp integration, and webhook delivery URLs. Modifying webhook destinations redirects collected form submissions to attacker-controlled endpoints.

Root Cause

The root cause is a missing authorization control. The plugin treats nonce verification as sufficient access control, but registering the handler on wp_ajax_nopriv and exposing the nonce in public JavaScript makes the nonce a non-secret. The handler omits both current_user_can() capability checks and post ownership validation before invoking update_post_meta().

Attack Vector

An unauthenticated attacker visits any page on the target site that loads a Royal Addons widget. The attacker reads WprConfig.nonce from the rendered page source. Using that nonce, the attacker sends a crafted POST request to /wp-admin/admin-ajax.php with action=wpr_update_form_action_meta and a target post ID. The request overwrites the form's webhook URL or email recipient. Subsequent form submissions on that post are delivered to the attacker-controlled destination, enabling exfiltration of personal data submitted through the form.

For exploitation specifics, refer to the Wordfence Vulnerability Report and the plugin source at wpr-actions-status.php.

Detection Methods for CVE-2026-4024

Indicators of Compromise

  • POST requests to /wp-admin/admin-ajax.php containing action=wpr_update_form_action_meta from unauthenticated sessions or unexpected source IPs.
  • Unexpected changes to post meta keys related to Royal Addons form actions, including webhook URLs, email recipients, and Mailchimp configuration.
  • Form submissions failing to reach legitimate destinations or appearing in unfamiliar third-party services.
  • HTTP requests where the WordPress session cookie is absent but the wpr-addons-js nonce is present.

Detection Strategies

  • Inspect web server access logs for admin-ajax.php requests with the wpr_update_form_action_meta action parameter and correlate with the requesting user authentication state.
  • Audit the wp_postmeta table for recent modifications to Royal Addons form action meta keys and compare against a known-good baseline.
  • Monitor outbound traffic from the WordPress host for connections to unrecognized webhook domains following form submission events.

Monitoring Recommendations

  • Enable WordPress audit logging for post meta modifications and review changes to form configuration metadata daily.
  • Alert on any wp_ajax_nopriv_wpr_update_form_action_meta invocations at the WAF or reverse proxy layer.
  • Track new outbound destinations from form submission workflows and flag domains not previously approved.

How to Mitigate CVE-2026-4024

Immediate Actions Required

  • Update the Royal Addons for Elementor plugin to a version later than 1.7.1056 once the vendor releases a patched build.
  • Audit all posts using Royal Addons form widgets and verify webhook URLs, email recipients, and Mailchimp settings against expected values.
  • Restore tampered form action metadata from a known-good backup if unauthorized modifications are confirmed.
  • Rotate any API keys or webhook secrets associated with form integrations exposed during the vulnerable window.

Patch Information

At the time of NVD publication on 2026-05-02, the vulnerability affects all versions up to and including 1.7.1056. Monitor the Wordfence Vulnerability Report and the plugin repository for the fixed release. The fix should add a current_user_can() capability check and post ownership validation before calling update_post_meta().

Workarounds

  • Deactivate the Royal Addons for Elementor plugin until a patched version is installed if forms are not business-critical.
  • Block requests to /wp-admin/admin-ajax.php containing action=wpr_update_form_action_meta from unauthenticated sources at the WAF or reverse proxy.
  • Remove the wp_ajax_nopriv_wpr_update_form_action_meta hook through a custom mu-plugin to disable unauthenticated access to the endpoint.
  • Restrict access to pages that render Royal Addons widgets to authenticated users where feasible to limit nonce exposure.
bash
# Example WAF rule (ModSecurity) to block unauthenticated calls
SecRule REQUEST_URI "@contains /wp-admin/admin-ajax.php" \
  "chain,deny,status:403,id:1026424,msg:'Block CVE-2026-4024 exploit attempt'"
  SecRule ARGS:action "@streq wpr_update_form_action_meta" \
    "chain"
    SecRule &REQUEST_COOKIES:/wordpress_logged_in_/ "@eq 0"

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.01%

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

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • WordPress Plugin Code Snippet

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-6214: Forminator Forms Auth Bypass Vulnerability

  • CVE-2026-4807: WordPress Appointment Booking Auth Bypass

  • CVE-2026-5753: WordPress Migration Plugin Auth Bypass Flaw

  • CVE-2026-32834: WordPress PayPal Plugin Auth Bypass Flaw
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