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
    • 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-34889

CVE-2026-34889: WPBakery Ultimate Addons XSS Vulnerability

CVE-2026-34889 is a DOM-based cross-site scripting flaw in Ultimate Addons for WPBakery Page Builder that enables attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-34889 Overview

CVE-2026-34889 is a DOM-Based Cross-Site Scripting (XSS) vulnerability affecting the Ultimate Addons for WPBakery Page Builder WordPress plugin developed by Brainstorm Force. This vulnerability stems from improper neutralization of user input during web page generation, allowing attackers to inject malicious scripts that execute in the context of the victim's browser session.

Critical Impact

Authenticated attackers with low privileges can exploit this DOM-Based XSS vulnerability to execute arbitrary JavaScript code in victims' browsers, potentially leading to session hijacking, credential theft, or defacement of affected WordPress sites.

Affected Products

  • Ultimate Addons for WPBakery Page Builder versions prior to 3.21.4
  • WordPress installations using the vulnerable ultimate_vc_addons plugin

Discovery Timeline

  • 2026-04-01 - CVE-2026-34889 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-34889

Vulnerability Analysis

This DOM-Based XSS vulnerability exists in the Ultimate Addons for WPBakery Page Builder plugin, a popular WordPress extension that enhances the WPBakery page building capabilities. The vulnerability allows authenticated users with low-level privileges to inject malicious scripts through improperly sanitized input fields.

DOM-Based XSS differs from traditional reflected or stored XSS in that the payload is executed as a result of modifying the DOM environment in the victim's browser. The malicious script never touches the server; instead, client-side JavaScript code processes untrusted data and writes it to the DOM without proper sanitization.

This vulnerability requires user interaction for successful exploitation—the victim must visit a page containing the malicious payload. When triggered, attackers can steal session cookies, capture keystrokes, redirect users to malicious sites, or perform actions on behalf of the authenticated user.

Root Cause

The root cause of CVE-2026-34889 is the failure to properly sanitize and encode user-supplied input before it is dynamically rendered in the browser's Document Object Model (DOM). The plugin processes user input through JavaScript code that directly manipulates DOM elements without adequate validation, allowing script injection.

CWE-79 (Improper Neutralization of Input During Web Page Generation) classifies this vulnerability type, indicating that the application fails to neutralize special characters that could be interpreted as script content when rendered in a web page context.

Attack Vector

The attack is network-based and requires an authenticated user with low privileges to inject the malicious payload. Successful exploitation depends on a victim with an active session visiting a page containing the XSS payload.

The exploitation workflow typically involves:

  1. An authenticated attacker with contributor-level or similar privileges crafts a malicious page element using the vulnerable WPBakery addon
  2. The attacker publishes or previews content containing the XSS payload
  3. When a victim (potentially an administrator) views the affected page, the malicious JavaScript executes in their browser context
  4. The attacker can then exfiltrate session tokens, perform CSRF attacks, or execute other malicious actions

For technical details on the vulnerability mechanism, refer to the Patchstack Vulnerability Report.

Detection Methods for CVE-2026-34889

Indicators of Compromise

  • Unexpected JavaScript code in page content created with Ultimate Addons elements
  • Browser console errors or unusual script execution on WPBakery-built pages
  • Anomalous user activity following visits to specific WordPress pages
  • Reports of session hijacking or unauthorized actions from administrators

Detection Strategies

  • Monitor WordPress audit logs for suspicious content modifications by low-privilege users
  • Implement Content Security Policy (CSP) headers to detect and block inline script execution
  • Use web application firewalls (WAF) with XSS detection rules targeting DOM manipulation patterns
  • Review plugin version inventory across WordPress installations to identify vulnerable instances

Monitoring Recommendations

  • Enable detailed logging for WordPress user activity and content changes
  • Configure browser-side monitoring to detect XSS payload execution patterns
  • Implement real-time alerting for JavaScript errors or CSP violations on production sites
  • Regularly scan WordPress installations for outdated or vulnerable plugins

How to Mitigate CVE-2026-34889

Immediate Actions Required

  • Update Ultimate Addons for WPBakery Page Builder to version 3.21.4 or later immediately
  • Audit recently created or modified content for potential XSS payloads
  • Review user accounts with contributor-level or higher permissions for suspicious activity
  • Implement Content Security Policy headers to mitigate XSS impact

Patch Information

Brainstorm Force has addressed this vulnerability in version 3.21.4 of the Ultimate Addons for WPBakery Page Builder plugin. The patch implements proper input sanitization and output encoding for user-supplied data processed by the plugin's JavaScript components.

Organizations should prioritize updating to the patched version through the WordPress admin panel or by downloading the latest release from the official plugin repository. Refer to the Patchstack Vulnerability Report for additional details.

Workarounds

  • Temporarily disable the Ultimate Addons for WPBakery Page Builder plugin until patching is complete
  • Restrict contributor and author role capabilities to prevent content publication without review
  • Implement a Web Application Firewall (WAF) with XSS filtering rules as a temporary protective measure
  • Enable Content Security Policy headers to prevent inline script execution
bash
# WordPress CLI command to update the plugin
wp plugin update ultimate_vc_addons

# Verify the installed version after update
wp plugin list --name=ultimate_vc_addons --fields=name,version,status

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechUltimate Addons For Wpbakery Page Builder

  • SeverityMEDIUM

  • CVSS Score6.5

  • 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:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • Patchstack Vulnerability Report
  • Related CVEs
  • CVE-2026-28038: Ultimate Addons for WPBakery Bypass Flaw
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