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

CVE-2026-4803: Royal Elementor Addons XSS Vulnerability

CVE-2026-4803 is a stored cross-site scripting vulnerability in Royal Elementor Addons plugin for WordPress that allows unauthenticated attackers to inject malicious scripts. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-4803 Overview

CVE-2026-4803 is a Stored Cross-Site Scripting (XSS) vulnerability in the Royal Elementor Addons plugin for WordPress. The flaw affects all versions up to and including 1.7.1056. Attackers exploit the status parameter in the wpr_update_form_action_meta AJAX action to inject arbitrary web scripts. The vulnerability stems from insufficient input sanitization and output escaping, compounded by a publicly leaked nonce that exposes the AJAX handler to unauthenticated requests. Injected scripts execute in the browser of any user who visits an affected page, enabling session theft, content manipulation, and forced redirects. The issue is tracked under CWE-79.

Critical Impact

Unauthenticated attackers can inject persistent JavaScript into WordPress sites running Royal Elementor Addons, executing arbitrary scripts in every visitor's browser session.

Affected Products

  • Royal Elementor Addons plugin for WordPress (all versions through 1.7.1056)
  • WordPress sites using the plugin's forms module (wpr-actions-status.php)
  • WordPress installations exposing the wpr_update_form_action_meta AJAX endpoint

Discovery Timeline

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

Technical Details for CVE-2026-4803

Vulnerability Analysis

The vulnerability resides in the forms module of the Royal Elementor Addons plugin, specifically in classes/modules/forms/wpr-actions-status.php. The wpr_update_form_action_meta AJAX action accepts a status parameter from the request and writes it to persistent storage without applying sufficient sanitization. When the stored value is later rendered in pages or admin views, it is not properly output-escaped, allowing injected HTML and JavaScript to execute in the browser context of viewers.

Unauthenticated exploitation is possible because the nonce protecting the AJAX handler is publicly exposed on the front end. Attackers can harvest the nonce from a public page and submit forged requests that pass capability and nonce checks. The attack scope is changed because injected scripts execute under the origin of the WordPress site, granting access to cookies, session data, and authenticated administrative actions when an admin views a poisoned page.

Root Cause

The root cause is a combination of two defects: missing input sanitization on the status parameter when it is persisted via the AJAX handler, and missing output escaping when the value is rendered. The leaked nonce removes the only remaining authorization barrier, converting an authenticated XSS into an unauthenticated one. See the WordPress Plugin Code Review at line 21 and line 73 for the affected logic.

Attack Vector

An unauthenticated remote attacker sends a crafted POST request to the WordPress admin-ajax.php endpoint with action=wpr_update_form_action_meta, the leaked nonce, and a status value containing JavaScript payloads. The malicious payload is stored in plugin metadata and is rendered to any user who subsequently visits the affected page. Because the action is reachable without credentials, no user interaction is required to plant the payload. Refer to the Wordfence Vulnerability Analysis for the full technical write-up.

Detection Methods for CVE-2026-4803

Indicators of Compromise

  • POST requests to admin-ajax.php containing action=wpr_update_form_action_meta originating from external IP addresses without an authenticated session cookie.
  • Plugin metadata or submission custom post type entries containing <script>, onerror=, javascript:, or encoded HTML payloads in the status field.
  • Unexpected outbound JavaScript callbacks from rendered WordPress pages to attacker-controlled domains.
  • Browser console errors or unexpected redirects on pages rendered by the Royal Elementor Addons forms module.

Detection Strategies

  • Inspect web server access logs for repeated POST requests to wp-admin/admin-ajax.php with the wpr_update_form_action_meta action parameter.
  • Scan the WordPress database for stored values in the plugin's submissions custom post type containing HTML tags or script-like content.
  • Deploy WAF rules that flag admin-ajax.php requests where the status parameter contains angle brackets, event handlers, or javascript: URIs.

Monitoring Recommendations

  • Monitor the royal-elementor-addons plugin version on all WordPress installations and alert on versions at or below 1.7.1056.
  • Enable file integrity monitoring on the plugin directory under wp-content/plugins/royal-elementor-addons/.
  • Track admin user sessions for anomalous activity following visits to public-facing form pages, including unexpected privilege changes or new admin accounts.

How to Mitigate CVE-2026-4803

Immediate Actions Required

  • Update the Royal Elementor Addons plugin to the version released after 1.7.1056 containing the fix in changeset 3503219.
  • Audit the WordPress database for previously injected payloads in plugin submission and meta tables and remove malicious entries.
  • Rotate WordPress administrator credentials and invalidate active sessions if exploitation is suspected.
  • Review user accounts for unauthorized additions or privilege escalations created through stolen admin sessions.

Patch Information

The vendor addressed the vulnerability in the patch published in WordPress Changeset 3503219. The fix introduces proper sanitization of the status parameter in the wpr_update_form_action_meta handler and applies output escaping when the stored value is rendered. Site administrators should update through the WordPress plugin manager or via WP-CLI.

Workarounds

  • Temporarily disable the Royal Elementor Addons plugin until the patched version is installed.
  • Block external POST requests to wp-admin/admin-ajax.php with action=wpr_update_form_action_meta at the WAF or reverse proxy layer.
  • Restrict access to the WordPress admin AJAX endpoint by IP address where feasible.
  • Apply a Content Security Policy (CSP) that disallows inline scripts to reduce the impact of stored XSS payloads.
bash
# Update the plugin via WP-CLI once the patched version is available
wp plugin update royal-elementor-addons

# Verify the installed version is greater than 1.7.1056
wp plugin get royal-elementor-addons --field=version

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.10%

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

  • WordPress Plugin Code Review

  • WordPress Plugin Code Review

  • WordPress Plugin Code Review

  • WordPress Changeset Update

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-6504: Royal Elementor Addons XSS Vulnerability

  • CVE-2026-6174: CC Child Pages WordPress Plugin XSS Flaw

  • CVE-2026-6252: Meta Field Block WordPress Plugin XSS Flaw

  • CVE-2026-3694: Bold Page Builder WordPress XSS 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