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

CVE-2026-1829: Divi Builder Content Visibility RCE Flaw

CVE-2026-1829 is a remote code execution vulnerability in the Content Visibility for Divi Builder WordPress plugin allowing authenticated attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-1829 Overview

CVE-2026-1829 is a Remote Code Execution (RCE) vulnerability in the Content Visibility for Divi Builder plugin for WordPress. The flaw affects all versions up to and including 4.02. It resides in the et_pb_text shortcode handler, specifically the cvdb_content_visibility_check parameter, which is processed without proper validation. Authenticated users with Contributor-level access or higher can supply attacker-controlled input that the plugin evaluates on the server, leading to arbitrary code execution. The weakness is classified as CWE-94: Improper Control of Generation of Code.

Critical Impact

A Contributor account is sufficient to achieve full code execution on the underlying WordPress host, compromising site confidentiality, integrity, and availability.

Affected Products

  • Content Visibility for Divi Builder plugin for WordPress, versions ≤ 4.02
  • WordPress sites with the Divi Builder ecosystem and this plugin installed
  • Sites permitting Contributor-level user registration or with compromised low-privilege accounts

Discovery Timeline

  • 2026-06-02 - CVE-2026-1829 published to NVD
  • 2026-06-04 - Last updated in NVD database

Technical Details for CVE-2026-1829

Vulnerability Analysis

The Content Visibility for Divi Builder plugin extends the et_pb_text shortcode with a visibility check controlled by the cvdb_content_visibility_check parameter. The plugin passes the parameter value into a code evaluation path without sanitization or allow-listing, treating user-supplied input as executable logic. Because WordPress shortcodes are rendered server-side when posts are previewed or viewed, an attacker who can save a post containing the malicious shortcode triggers execution in the PHP context of the web server. Contributor accounts in WordPress can create draft posts and preview them, which is enough to reach the vulnerable code path. Successful exploitation grants the attacker the same privileges as the web server process, enabling webshell deployment, credential theft from wp-config.php, or pivoting to adjacent systems.

Root Cause

The root cause is improper control of code generation [CWE-94] in the visibility check routine. The plugin accepts a string argument from the shortcode attribute and routes it to a dynamic evaluation function rather than comparing it against a fixed set of expected values. Reference the vulnerable code snippet and the fix in changeset 3543621 for the corrected implementation.

Attack Vector

The attack is network-based and requires low-privilege authentication. An attacker logs in as a Contributor, creates or edits a post, and embeds an et_pb_text shortcode whose cvdb_content_visibility_check attribute contains malicious PHP. Rendering the post — through preview, frontend view, or any shortcode-processing endpoint — invokes the vulnerable handler and executes the payload. No user interaction beyond the attacker's own session is required. See the Wordfence vulnerability report for additional context.

Detection Methods for CVE-2026-1829

Indicators of Compromise

  • Posts or drafts containing et_pb_text shortcodes with unusual cvdb_content_visibility_check attribute values referencing PHP functions such as system, exec, passthru, eval, or base64_decode.
  • New PHP files in wp-content/uploads/, theme directories, or plugin directories created by the web server user shortly after a Contributor login.
  • Unexpected outbound network connections from the WordPress host to attacker-controlled infrastructure.
  • New or modified administrator accounts and unscheduled changes to wp-config.php or .htaccess.

Detection Strategies

  • Audit the wp_posts table for shortcode attributes matching cvdb_content_visibility_check and review their values against an allow-list of expected strings.
  • Monitor PHP process trees for child processes spawned by the web server (php-fpm, apache2, nginx) executing shell utilities.
  • Inspect WordPress access logs for POST requests to post.php, post-new.php, and admin-ajax.php from Contributor-role accounts followed by frontend GETs to the same posts.

Monitoring Recommendations

  • Enable WordPress activity logging to capture post creation, shortcode usage, and role changes by low-privilege accounts.
  • Forward web server, PHP error, and WordPress audit logs to a centralized analytics platform such as Singularity Data Lake for correlation across endpoints and identities.
  • Alert on file integrity changes within WordPress plugin and theme directories using behavioral identification from Singularity Endpoint.

How to Mitigate CVE-2026-1829

Immediate Actions Required

  • Update the Content Visibility for Divi Builder plugin to a version newer than 4.02 that incorporates changeset 3543621.
  • Review and rotate credentials for all Contributor, Author, Editor, and Administrator accounts on affected sites.
  • Audit all posts and drafts for malicious et_pb_text shortcodes and remove suspicious entries.
  • Scan the WordPress filesystem for webshells and unauthorized PHP files created since plugin installation.

Patch Information

The vendor addressed the flaw in the version released as changeset 3543621. Site administrators should apply the update through the WordPress plugin manager or via WP-CLI as soon as possible.

Workarounds

  • Deactivate and remove the Content Visibility for Divi Builder plugin until the patched version is deployed.
  • Restrict new user registration and disable the Contributor role on production sites that do not require it.
  • Deploy a web application firewall rule blocking requests that contain cvdb_content_visibility_check attribute values with PHP function names or backtick characters.
bash
# Update via WP-CLI once the patched release is available
wp plugin update content-visibility-for-divi-builder

# Or deactivate and uninstall as a temporary workaround
wp plugin deactivate content-visibility-for-divi-builder
wp plugin uninstall content-visibility-for-divi-builder

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.22%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Technical References
  • WordPress Plugin Code Snippet

  • WordPress Plugin Changeset 3543621

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-7465: Spectra Gutenberg Blocks RCE Vulnerability

  • CVE-2026-9227: GutenBee WordPress Plugin RCE Vulnerability

  • CVE-2026-9009: WordPress Crawlomatic Plugin RCE Vulnerability

  • CVE-2026-6169: WordPress Affiliate-Toolkit RCE Vulnerability
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