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-2025-14149

CVE-2025-14149: Xpro Addons for Elementor XSS Vulnerability

CVE-2025-14149 is a stored XSS vulnerability in Xpro Addons for Elementor plugin affecting versions up to 1.4.24. Authenticated attackers can inject malicious scripts via the Image Scroller widget. This article covers technical details.

Published: March 6, 2026

CVE-2025-14149 Overview

The Xpro Addons — 140+ Widgets for Elementor plugin for WordPress contains a Stored Cross-Site Scripting (XSS) vulnerability in the Image Scroller widget's box link attribute. All versions up to and including 1.4.24 are affected due to insufficient input sanitization and output escaping on user-supplied attributes. This vulnerability allows authenticated attackers with contributor-level access or higher to inject arbitrary web scripts into pages that execute whenever a user accesses an injected page.

Critical Impact

Authenticated attackers can inject persistent malicious scripts that execute in the browsers of all users who view affected pages, potentially leading to session hijacking, credential theft, and malware distribution.

Affected Products

  • Xpro Addons — 140+ Widgets for Elementor plugin for WordPress versions up to and including 1.4.24
  • WordPress installations using the affected plugin with contributor-level or higher user accounts
  • Any WordPress site utilizing the Image Scroller widget functionality

Discovery Timeline

  • 2026-02-27 - CVE-2025-14149 published to NVD
  • 2026-02-27 - Last updated in NVD database

Technical Details for CVE-2025-14149

Vulnerability Analysis

This vulnerability falls under CWE-79 (Improper Neutralization of Input During Web Page Generation), commonly known as Cross-Site Scripting. The flaw exists in the Image Scroller widget component of the Xpro Elementor Addons plugin, specifically within the frontend.php file responsible for rendering widget output.

The core issue stems from the plugin's failure to properly sanitize and escape user-controlled input in the box link attribute before rendering it in the HTML output. When a contributor or higher-privileged user creates or edits content using the Image Scroller widget, they can inject malicious JavaScript code through the link attribute that gets stored in the WordPress database and executed whenever the page is rendered for any visitor.

Since this is a Stored XSS vulnerability, the malicious payload persists in the database, making it particularly dangerous as it can affect all users who access the compromised page without any additional interaction from the attacker.

Root Cause

The vulnerability originates from insufficient input sanitization and output escaping mechanisms within the frontend.php file of the Image Scroller widget. The plugin accepts user-supplied data for the box link attribute without adequately validating or encoding potentially dangerous characters. When this unsanitized input is rendered as part of the HTML output, any embedded JavaScript code executes in the context of the victim's browser session.

The fix, as indicated in the WordPress Plugin Changeset, addresses this by implementing proper escaping functions for the affected attributes before they are rendered in the page output.

Attack Vector

The attack requires network access and authentication with at least contributor-level privileges on the target WordPress installation. The attacker can craft a malicious payload containing JavaScript code and inject it through the Image Scroller widget's box link attribute using the Elementor editor interface.

Once saved, the malicious script is stored in the WordPress database and executes whenever any user (including administrators) views the page containing the compromised widget. This can lead to session token theft, administrative account compromise, defacement, drive-by malware downloads, or further exploitation of the site's infrastructure.

The vulnerability can be exploited by inserting JavaScript event handlers or protocol handlers (such as javascript:) within the link attribute. Due to the lack of proper output encoding, these payloads are rendered without modification, allowing script execution in the victim's browser context.

Detection Methods for CVE-2025-14149

Indicators of Compromise

  • Presence of unexpected JavaScript code or event handlers in Image Scroller widget configurations
  • Unusual <script> tags or javascript: protocol handlers stored within post content related to Elementor widgets
  • Browser console errors indicating blocked or executed inline scripts from unexpected sources
  • Reports from users experiencing unexpected redirects or popup alerts when viewing pages with Image Scroller widgets

Detection Strategies

  • Review WordPress database entries related to Elementor widget configurations for suspicious JavaScript patterns
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution attempts
  • Deploy web application firewall (WAF) rules to identify XSS payload patterns in POST requests to the WordPress admin area
  • Audit user activity logs for contributors or authors making unusual edits to pages containing Image Scroller widgets

Monitoring Recommendations

  • Enable detailed logging for WordPress administrative actions and content modifications
  • Monitor for new or modified posts containing Elementor shortcodes or widget data with suspicious link attributes
  • Configure alerting for CSP violation reports that may indicate XSS exploitation attempts
  • Regularly scan plugin configurations and widget data for known XSS payload signatures

How to Mitigate CVE-2025-14149

Immediate Actions Required

  • Update the Xpro Addons for Elementor plugin to the latest version beyond 1.4.24 that includes the security fix
  • Review all existing pages using the Image Scroller widget for potentially malicious content
  • Audit contributor and author accounts for suspicious activity or compromised credentials
  • Consider temporarily disabling the Image Scroller widget until the update is applied if immediate patching is not possible

Patch Information

A security patch has been released by the plugin developers. The fix can be reviewed in the WordPress Plugin Changeset, which shows the implementation of proper output escaping for the affected widget attributes. Update through the WordPress admin dashboard or download the latest version from the WordPress plugin repository.

For additional vulnerability details and tracking, refer to the Wordfence Vulnerability Report.

Workarounds

  • Implement strict Content Security Policy headers to mitigate the impact of any successful XSS injection by blocking inline script execution
  • Restrict contributor-level access to only trusted users until the plugin is updated
  • Use a Web Application Firewall (WAF) with XSS protection rules to filter malicious input
  • Temporarily disable or remove the Image Scroller widget from all pages if updating is not immediately feasible
bash
# Example: Add Content Security Policy header to WordPress .htaccess
# This helps mitigate XSS impact by restricting script sources
Header set Content-Security-Policy "script-src 'self' https://trusted-cdn.example.com; object-src 'none'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWordpress

  • 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 Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4512: reCaptcha by WebDesignBy XSS Vulnerability

  • CVE-2025-32630: WP-BusinessDirectory XSS Vulnerability

  • CVE-2025-32581: WordPress Spam Blocker XSS Vulnerability

  • CVE-2025-28975: Alike WordPress Plugin 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