A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2030

CVE-2026-2030: WPBakery Page Builder Addons XSS Flaw

CVE-2026-2030 is a stored cross-site scripting vulnerability in WPBakery Page Builder Addons by Livemesh for WordPress that lets authenticated attackers inject malicious scripts. This article covers the technical details, affected versions, impact, and mitigation strategies.

Published: May 28, 2026

CVE-2026-2030 Overview

CVE-2026-2030 is a stored Cross-Site Scripting (XSS) vulnerability in the WPBakery Page Builder Addons by Livemesh plugin for WordPress. The flaw affects all plugin versions up to and including 3.9.4. It resides in the [lvca_carousel] and [lvca_posts_carousel] shortcode attributes, where input sanitization and output escaping are insufficient. Authenticated attackers with Contributor-level access or higher can inject arbitrary JavaScript that executes whenever a user views the affected page. The issue is categorized under CWE-79 (Improper Neutralization of Input During Web Page Generation).

Critical Impact

Authenticated contributors can inject persistent JavaScript that runs in the browsers of site visitors and administrators, enabling session hijacking, content tampering, and admin account takeover.

Affected Products

  • WPBakery Page Builder Addons by Livemesh plugin for WordPress — all versions through 3.9.4
  • The [lvca_carousel] shortcode handler in class-lvca-carousel.php
  • The [lvca_posts_carousel] shortcode handler in class-lvca-posts-carousel.php

Discovery Timeline

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

Technical Details for CVE-2026-2030

Vulnerability Analysis

The vulnerability resides in how the Livemesh plugin renders shortcode attributes into HTML. Shortcode attributes supplied through [lvca_carousel] and [lvca_posts_carousel] are serialized using wp_json_encode() and then written into a single-quoted data-settings HTML attribute. The output path does not call esc_attr() on the encoded string. Because wp_json_encode() escapes double quotes but leaves single quotes untouched, an attacker can supply a value containing a single quote to break out of the attribute context. Once outside the attribute, the attacker can introduce new HTML attributes such as event handlers that execute JavaScript when the page renders.

Exploitation requires only Contributor-level access, a role that many WordPress installations grant to guest authors. The injected payload is stored in post content and triggers on every view, making it a persistent (stored) XSS condition. Successful exploitation can lead to administrator session theft, forced administrative actions via CSRF chaining, and silent backdoor installation.

Root Cause

The root cause is missing output escaping. The plugin trusts the output of wp_json_encode() to be safe inside an HTML attribute, but JSON encoding only protects against JSON syntax issues, not HTML context. Single quotes remain literal, so wrapping the JSON in single-quoted attributes creates an injection sink. The correct pattern is to wrap the encoded value with esc_attr() before emitting it into HTML.

Attack Vector

An authenticated attacker with at least Contributor privileges creates or edits a post that contains a malicious [lvca_carousel] or [lvca_posts_carousel] shortcode. The attacker crafts attribute values containing single quotes followed by additional HTML attributes and JavaScript. When any visitor or administrator renders the page, the browser parses the injected attributes and executes the attacker's script in the site's origin.

Detailed source references are available in the WordPress Carousel Class Code and the WordPress Posts Carousel Class Code. The Wordfence Vulnerability Analysis provides further detail.

Detection Methods for CVE-2026-2030

Indicators of Compromise

  • Post or page content containing [lvca_carousel] or [lvca_posts_carousel] shortcodes with single quotes or HTML event handler keywords such as onmouseover, onerror, or onload inside attribute values.
  • Rendered HTML on public pages exposing data-settings='...' attributes that contain unexpected tag boundaries or JavaScript fragments.
  • New WordPress administrator accounts, modified user roles, or unexplained plugin installations following Contributor activity.

Detection Strategies

  • Scan the wp_posts table for shortcode patterns matching lvca_carousel or lvca_posts_carousel and inspect attribute values for embedded HTML or script syntax.
  • Deploy a Content Security Policy (CSP) in report-only mode to surface inline script execution originating from post content.
  • Review WordPress audit logs for post edits and creations by Contributor and Author accounts that include the affected shortcodes.

Monitoring Recommendations

  • Alert on outbound requests from administrator browsers to unknown domains shortly after viewing posts containing Livemesh shortcodes.
  • Monitor for changes to the wp_users, wp_usermeta, and wp_options tables that follow post publishing events by lower-privileged users.
  • Track plugin version inventory across WordPress fleets and flag any site running version 3.9.4 or earlier.

How to Mitigate CVE-2026-2030

Immediate Actions Required

  • Update the WPBakery Page Builder Addons by Livemesh plugin to a version later than 3.9.4 as soon as the vendor publishes a fixed release.
  • Audit all existing posts and pages for [lvca_carousel] and [lvca_posts_carousel] shortcodes and remove any containing suspicious attribute payloads.
  • Restrict the Contributor and Author roles to trusted users only, and review recently granted accounts.

Patch Information

At the time of publication, the vulnerability affects all versions through 3.9.4. Administrators should monitor the plugin's WordPress.org listing and the Wordfence Vulnerability Analysis entry for confirmation of a patched release. The structural fix requires wrapping the wp_json_encode() output with esc_attr() before emitting it into the data-settings attribute.

Workarounds

  • Deactivate the Livemesh WPBakery Page Builder Addons plugin until a patched version is available if the carousel shortcodes are not business-critical.
  • Use a Web Application Firewall (WAF) rule to block POST requests containing the affected shortcodes combined with single quotes or HTML event handler keywords in attribute positions.
  • Apply a strict Content Security Policy that disallows inline scripts and unsafe event handlers on the front-end.
  • Temporarily downgrade Contributor and Author accounts or require editorial review before publishing posts that contain Livemesh shortcodes.
bash
# Configuration example: Apache mod_security rule to block suspicious shortcode submissions
SecRule ARGS "@rx \[lvca_(posts_)?carousel[^\]]*'[^\]]*on[a-z]+\s*=" \
    "id:1002030,phase:2,deny,status:403,log,\
    msg:'CVE-2026-2030 Livemesh shortcode XSS attempt blocked'"

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechWpbakery

  • 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 Carousel Class Code

  • WordPress Posts Carousel Class Code

  • Wordfence Vulnerability Analysis
  • Related CVEs
  • CVE-2026-3895: WPBakery Livemesh Addons XSS Vulnerability

  • CVE-2025-30626: WPBakery Multimedia Slider XSS Flaw

  • CVE-2025-69390: WPBakery Page Builder Reflected XSS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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