Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-4655

CVE-2026-4655: Element Pack Elementor XSS Vulnerability

CVE-2026-4655 is a stored cross-site scripting flaw in Element Pack Addons for Elementor affecting versions up to 8.4.2. Attackers with contributor access can inject malicious JavaScript via SVG uploads. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 10, 2026

CVE-2026-4655 Overview

CVE-2026-4655 is a Stored Cross-Site Scripting (XSS) vulnerability affecting the Element Pack Addons for Elementor plugin for WordPress. The vulnerability exists in the SVG Image Widget component in versions up to and including 8.4.2. Due to insufficient input sanitization and output escaping on SVG content fetched from remote URLs, authenticated attackers with Contributor-level access or above can inject arbitrary JavaScript code that executes whenever users access pages containing the malicious widget.

Critical Impact

Authenticated attackers can persistently inject malicious JavaScript via SVG files, enabling session hijacking, credential theft, and defacement of WordPress sites using the vulnerable plugin.

Affected Products

  • Element Pack Addons for Elementor (bdthemes-element-pack-lite) versions up to and including 8.4.2
  • WordPress installations utilizing the SVG Image Widget feature
  • Sites allowing Contributor-level or higher user access

Discovery Timeline

  • 2026-04-08 - CVE-2026-4655 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-4655

Vulnerability Analysis

This vulnerability is classified as CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw resides in the render_svg() function within the SVG Image Widget module. When processing SVG content from remote URLs, the function uses wp_safe_remote_get() to fetch the SVG data but then directly echoes it to the page without proper sanitization.

The only processing applied to the SVG content is a preg_replace() operation intended to add attributes to the SVG tag. However, this regex manipulation does not remove or neutralize malicious event handlers or script elements that may be embedded within the SVG content. This oversight allows attackers to craft SVG files containing JavaScript payloads that execute in the context of the victim's browser session.

Root Cause

The root cause is the lack of proper input sanitization when handling SVG content from external sources. The render_svg() function trusts that SVG content retrieved via wp_safe_remote_get() is safe, which is an incorrect assumption. While wp_safe_remote_get() validates the URL and prevents certain types of Server-Side Request Forgery attacks, it does not sanitize the content of the response. The absence of functions like wp_kses() or dedicated SVG sanitization libraries allows malicious SVG attributes and elements to pass through unfiltered.

Attack Vector

The attack requires authenticated access at the Contributor level or above. An attacker can create or edit a page using the Elementor editor and add an SVG Image Widget configured to load an SVG file from a URL under their control. The malicious SVG file can contain JavaScript event handlers (such as onload, onclick, or onerror) or embedded <script> tags. When any user—including administrators—views the page, the malicious JavaScript executes in their browser context, potentially leading to session hijacking, privilege escalation, or further site compromise.

The vulnerability is exploited through the widget's remote URL fetching capability. The render_svg() function fetches SVG content and outputs it directly to the page. Since no sanitization removes dangerous attributes like onload="javascript:alert(1)" or script tags, the browser interprets and executes the malicious code as part of the legitimate page content.

Detection Methods for CVE-2026-4655

Indicators of Compromise

  • Unusual SVG Image Widget configurations pointing to external URLs not controlled by the organization
  • SVG files containing JavaScript event handlers (onload, onclick, onerror, onmouseover, etc.)
  • Pages with embedded script execution originating from SVG content
  • Contributor or higher-level accounts creating pages with remote SVG references unexpectedly

Detection Strategies

  • Review WordPress page content for SVG Image Widgets referencing external URLs
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution from untrusted sources
  • Monitor web application firewall (WAF) logs for XSS patterns in requests involving SVG content
  • Audit user activity logs for suspicious page creation or editing by Contributor-level accounts

Monitoring Recommendations

  • Enable detailed logging for WordPress page edits and widget configurations
  • Configure SentinelOne to monitor for anomalous JavaScript execution patterns within WordPress installations
  • Set up alerts for outbound requests to unusual domains from the WordPress server
  • Regularly scan stored content for known XSS patterns and malicious SVG attributes

How to Mitigate CVE-2026-4655

Immediate Actions Required

  • Update Element Pack Addons for Elementor to a version newer than 8.4.2 that addresses this vulnerability
  • Review existing pages for SVG Image Widgets configured with external URLs and remove or replace suspicious configurations
  • Restrict Contributor-level access to trusted users only until patching is complete
  • Implement a Web Application Firewall (WAF) rule to block SVG content containing JavaScript event handlers

Patch Information

A patch is available through the WordPress plugin repository. Refer to the WordPress Changeset Information for details on the security fix. Additional technical analysis is available in the Wordfence Vulnerability Report. The vulnerable code can be reviewed in the WordPress SVG Image Widget Code.

Workarounds

  • Disable the SVG Image Widget functionality by removing or deactivating the relevant module until patching
  • Implement server-side SVG sanitization using libraries like DOMPurify or similar before content is rendered
  • Configure WordPress to disallow remote URL references in the SVG Image Widget settings
  • Restrict user roles to prevent Contributor-level accounts from using the SVG Image Widget
bash
# Example: Disabling the module via wp-cli (if supported by the plugin)
wp option update element_pack_active_modules --format=json '{"svg-image": false}'

# Alternative: Add to wp-config.php or a must-use plugin to block remote SVG fetching
# define('DISABLE_REMOTE_SVG_WIDGETS', true);

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 Score6.4

  • EPSS Probability0.03%

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

  • WordPress SVG Image Widget Code

  • WordPress SVG Image Widget Code

  • WordPress SVG Image Widget Code

  • WordPress SVG Image Widget Code

  • WordPress SVG Image Widget Code

  • WordPress Changeset Information

  • Wordfence Vulnerability Report
  • Related CVEs
  • 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

  • CVE-2025-6229: Sina Extension 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