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

CVE-2026-4790: Elementor Premium Addons XSS Vulnerability

CVE-2026-4790 is a stored cross-site scripting vulnerability in Premium Addons for Elementor affecting versions up to 4.11.70. Attackers with contributor access can inject malicious scripts. This article covers technical details, affected versions, impact, and mitigation.

Published: May 7, 2026

CVE-2026-4790 Overview

CVE-2026-4790 is a Stored Cross-Site Scripting (XSS) vulnerability in the Premium Addons for Elementor WordPress plugin. The flaw affects all versions up to and including 4.11.70. Attackers exploit the custom_svg parameter, which lacks proper input sanitization and output escaping [CWE-79].

Authenticated users with contributor-level permissions or higher can inject arbitrary JavaScript into pages. The injected scripts execute in the browsers of any visitors who view the affected pages. This enables session hijacking, credential theft, and unauthorized actions performed on behalf of victim users.

Critical Impact

Authenticated contributors can persist malicious JavaScript that executes against site visitors and administrators, enabling account takeover and content manipulation.

Affected Products

  • Premium Addons for Elementor – Powerful Elementor Templates & Widgets plugin for WordPress
  • All versions up to and including 4.11.70
  • WordPress sites running Elementor with this plugin enabled

Discovery Timeline

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

Technical Details for CVE-2026-4790

Vulnerability Analysis

The vulnerability resides in how the plugin processes the custom_svg parameter when rendering widget content. The plugin accepts SVG input from users with contributor-level access and stores it without sufficient sanitization. When the page is later rendered, the stored payload is output without proper escaping, causing the browser to execute attacker-controlled scripts.

SVG documents support embedded JavaScript through <script> tags and event handlers such as onload and onerror. Without strict filtering, these vectors allow arbitrary script execution within the site's origin. The stored nature of the flaw means a single injection persists across page loads and affects every visitor.

The attack requires user interaction, as the payload triggers when a victim accesses the page containing the injected SVG. Because the scope changes on exploitation, the impact crosses authentication boundaries — a low-privileged contributor can attack high-privileged administrators.

Root Cause

The root cause is missing input sanitization on the custom_svg parameter and missing output escaping during page rendering. The plugin trusts contributor-supplied SVG markup and emits it directly into the HTML response. Refer to the WordPress Plugin Changeset for the specific code paths fixed in the patch.

Attack Vector

An authenticated attacker with contributor or higher privileges crafts a malicious SVG payload containing JavaScript. The attacker submits the payload through the plugin's widget interface using the custom_svg parameter. The payload persists in the WordPress database and executes whenever any user — including administrators — loads the affected page. See the Wordfence Vulnerability Report for additional analysis.

Detection Methods for CVE-2026-4790

Indicators of Compromise

  • Unexpected <script> tags or event handler attributes (onload, onerror, onclick) inside SVG content stored in wp_postmeta or wp_posts tables
  • Outbound requests from visitor browsers to unfamiliar domains shortly after loading pages containing Premium Addons widgets
  • New or modified administrator accounts created shortly after contributor-level activity
  • Unusual custom_svg parameter values in WordPress access logs containing JavaScript keywords

Detection Strategies

  • Audit WordPress posts and postmeta for SVG content containing executable script tags or JavaScript event handlers
  • Review user role assignments and recent contributor activity for suspicious page edits
  • Monitor web server logs for POST requests to admin-ajax.php or Elementor editor endpoints with SVG payloads
  • Deploy a Web Application Firewall ruleset that flags SVG uploads containing <script> or javascript: references

Monitoring Recommendations

  • Enable WordPress audit logging to capture all post and widget modifications by contributor-level accounts
  • Forward web server and application logs to a centralized SIEM for correlation across user sessions
  • Set alerts for changes to user roles, new administrator creation, and plugin file modifications

How to Mitigate CVE-2026-4790

Immediate Actions Required

  • Update the Premium Addons for Elementor plugin to a version newer than 4.11.70 immediately
  • Audit all contributor and author accounts and remove any unnecessary or suspicious accounts
  • Review recently published or modified pages for injected SVG content and remove malicious payloads
  • Force password resets for all administrative users if exploitation is suspected

Patch Information

The vendor addressed the vulnerability in the changeset published at WordPress Plugin Changeset 3495451. Site administrators should upgrade through the WordPress plugin dashboard or by replacing the plugin files manually. Verify the installed version is greater than 4.11.70 after applying the update.

Workarounds

  • Restrict contributor and author roles to trusted users only until the patch is applied
  • Disable the Premium Addons for Elementor plugin if an immediate update is not feasible
  • Configure a Web Application Firewall to block SVG uploads containing <script> tags or JavaScript event handlers
  • Apply Content Security Policy (CSP) headers that restrict inline script execution on front-end pages
bash
# Check installed plugin version via WP-CLI
wp plugin get premium-addons-for-elementor --field=version

# Update the plugin to the latest patched release
wp plugin update premium-addons-for-elementor

# Temporarily deactivate if patching is delayed
wp plugin deactivate premium-addons-for-elementor

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechElementor

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.03%

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

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4655: Element Pack Elementor XSS Vulnerability

  • CVE-2025-14732: Elementor Website Builder XSS Vulnerability

  • CVE-2026-4341: Prime Slider for Elementor XSS Vulnerability

  • CVE-2025-13535: King Addons for Elementor 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