CVE-2026-11600

Envo's Templates & Widgets for Elementor and WooCommerce <= 1.4.26 - Missing Authorization to Authenticated (Author+) Private Content Disclosure via Envo Tabs Widget 'templates' Setting

2026-07-01 00:00
Alessandro Greco (Aleff)

Strategic Overview

Status
Patched in 1.4.27
Affected Version
<= 1.4.26
CVSS
4.3Medium
Weakness type
CWE-862 · Missing Authorization
CVE
CVE-2026-11600
View all Envo's Templates & Widgets for Elementor and WooCommerce vulnerabilities

At a glance

CVE-2026-11600 is a medium-severity Missing Authorization vulnerability in the Envo's Templates & Widgets for Elementor and WooCommerce WordPress plugin, affecting versions <= 1.4.26. It carries a CVSS score of 4.3 (reachable over the network; low attack complexity). Exploitation requires an authenticated account at Author level or above. The issue is fixed in version 1.4.27; sites on affected versions should update now. Disclosed July 2026, reported by Alessandro Greco (Aleff).

Vulnerability Overview

The Envo's Templates & Widgets for Elementor and WooCommerce plugin for WordPress is vulnerable to unauthorized access of data due to a missing authorization check on the Envo Tabs (and Off Canvas) widget's template rendering in versions up to, and including, 1.4.26. The render() method of the Tabs widget passes a user-controlled template/post ID directly to Elementor's get_builder_content_for_display() without verifying the referenced post's status (published/private/draft) or the visitor's authorization to view it. This makes it possible for authenticated attackers, with Author-level access and above, to disclose the contents of private Elementor-driven pages and templates to anonymous visitors by configuring an Envo Tabs widget on a public post to reference the private content's ID (which can be supplied by editing the underlying Elementor widget JSON via the Elementor editor REST API).

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no interaction from a victim user.

CWE-862: Missing Authorization

Envo's Templates & Widgets for Elementor and WooCommerce <= 1.4.26 carries this weakness at render(), and reaching it takes an account at Author level or above. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.

Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Envo's Templates & Widgets for Elementor and WooCommerce the fix is 1.4.27: builds <= 1.4.26 are affected, anything from 1.4.27 onward is not.

Remediation

Update to version 1.4.27, or a newer patched version

How does WordSec protect against this?

Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Envo's Templates & Widgets for Elementor and WooCommerce 1.4.27 closes this, and updating the plugin is the step that ends it.

  • Login Security
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C