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

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

CVE-2026-4341 is a stored cross-site scripting flaw in Prime Slider – Addons for Elementor plugin that allows authenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: April 10, 2026

CVE-2026-4341 Overview

The Prime Slider – Addons for Elementor plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in the follow_us_text setting of the Mount widget. This flaw affects all versions up to and including 4.1.10 and stems from insufficient input sanitization and output escaping in the plugin's widget rendering functionality.

Critical Impact

Authenticated attackers with Author-level access or above can inject arbitrary JavaScript code that executes whenever any user visits an affected page, potentially leading to session hijacking, credential theft, or defacement.

Affected Products

  • Prime Slider – Addons for Elementor plugin for WordPress versions up to and including 4.1.10
  • WordPress installations using the vulnerable Mount widget component
  • Sites allowing Author-level or higher user registration

Discovery Timeline

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

Technical Details for CVE-2026-4341

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 exists in the Mount widget's social link rendering functionality, where user-controlled input is directly output to the page without proper sanitization.

The vulnerable code path involves the render_social_link() function located in modules/mount/widgets/mount.php. When rendering the Mount widget, this function processes the follow_us_text Elementor widget setting and outputs it directly using PHP's echo statement without applying any escaping functions such as esc_html(), esc_attr(), or wp_kses().

The malicious payload is stored persistently in the WordPress database within the _elementor_data post meta field via the update_post_meta() function. This storage mechanism means the attack payload persists across page loads and affects all visitors who view the compromised page.

Root Cause

The root cause is the absence of output escaping in the render_social_link() function. WordPress and Elementor provide multiple escaping functions designed to prevent XSS attacks, but the developer failed to implement them when outputting the follow_us_text setting value. The vulnerable pattern follows a common anti-pattern where user-supplied widget settings are trusted implicitly and rendered without sanitization.

The setting value flows from user input through Elementor's widget configuration interface, gets stored in the database via update_post_meta(), and is later retrieved and echoed directly to the HTML output without any intermediate sanitization step.

Attack Vector

An authenticated attacker with at least Author-level privileges can exploit this vulnerability by editing a page or post using the Elementor editor, adding the Mount widget, and inserting malicious JavaScript code into the follow_us_text field.

When the page is published and visited by other users (including administrators), the injected script executes in the context of their browser session. This enables various attack scenarios including stealing session cookies, performing actions on behalf of the victim, redirecting users to malicious sites, or modifying page content.

The vulnerability requires network access and authenticated Author-level privileges, but once exploited, the stored payload affects all subsequent visitors to the page without requiring any user interaction beyond viewing the compromised content.

Detection Methods for CVE-2026-4341

Indicators of Compromise

  • Unexpected JavaScript code or HTML tags present in _elementor_data post meta fields containing Mount widget configurations
  • Suspicious script injections within follow_us_text field values in database records
  • Unusual network requests originating from pages using the Mount widget
  • Reports of browser security warnings or unexpected behavior on pages containing Prime Slider elements

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in Elementor widget settings
  • Configure Content Security Policy (CSP) headers to restrict inline script execution and report violations
  • Deploy database monitoring to detect unusual patterns in _elementor_data meta field updates
  • Use automated vulnerability scanning tools to identify unpatched Prime Slider installations

Monitoring Recommendations

  • Enable WordPress audit logging to track Author-level user activities and widget configuration changes
  • Monitor HTTP response content for suspicious script patterns on pages using Prime Slider widgets
  • Review Elementor widget configurations during regular security audits
  • Set up alerts for CSP violation reports indicating potential XSS exploitation attempts

How to Mitigate CVE-2026-4341

Immediate Actions Required

  • Update Prime Slider – Addons for Elementor plugin to the latest patched version immediately
  • Review existing Mount widget configurations across all pages and posts for suspicious content in the follow_us_text field
  • Audit Author-level and above user accounts for any unauthorized or suspicious activity
  • Consider temporarily disabling the Mount widget if immediate patching is not possible

Patch Information

The vulnerability was addressed in a plugin update following version 4.1.10. Site administrators should update to the latest available version through the WordPress admin dashboard or by downloading from the official WordPress plugin repository. The WordPress Change Log Entry provides details on the security fix. Additional technical analysis is available from the Wordfence Vulnerability Overview.

Workarounds

  • Restrict Author-level and higher user registration to trusted individuals only until patching is complete
  • Implement strict Content Security Policy headers to prevent inline script execution as a defense-in-depth measure
  • Remove or disable the Mount widget from the Prime Slider plugin settings if it is not actively required
  • Deploy a WAF with XSS filtering capabilities to provide an additional layer of protection
bash
# WordPress CLI command to check current plugin version
wp plugin list --name=bdthemes-prime-slider-lite --fields=name,version,update_version

# Update the plugin to latest version via WP-CLI
wp plugin update bdthemes-prime-slider-lite

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.04%

  • 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 Widget Code Review

  • WordPress Widget Code Review

  • WordPress Widget Code Review

  • WordPress Widget Code Review

  • WordPress Change Log Entry

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

  • CVE-2025-14732: Elementor Website Builder 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