Skip to main content

Divi Torque Lite CVE-2026-4275

| EUVDEUVD-2026-42563 HIGH
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-07-09 Wordfence GHSA-ggxj-99vw-g2xw
8.8
CVSS 3.1 · Vendor: Wordfence
Share

Severity by source

Vendor (Wordfence) PRIMARY
8.8 HIGH
AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
vuln.today AI
8.8 HIGH

Network CSRF needs no attacker privileges (PR:N) but a forged request from an authenticated admin (UI:R); arbitrary plugin install yields full C/I/A impact.

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (Wordfence).

CVSS VectorVendor: Wordfence

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

2
Analysis Generated
Jul 09, 2026 - 11:29 vuln.today
CVE Published
Jul 09, 2026 - 09:31 nvd
HIGH 8.8

DescriptionCVE.org

The Divi Torque Lite - Divi Theme, Divi Builder & Extra Theme plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.2.3. This is due to the use of '__return_true' as the permission_callback for the /install_plugin and /activate_plugin REST API endpoints, which bypasses WordPress's built-in REST API nonce verification. Although the endpoint callbacks contain internal current_user_can() checks, the absence of nonce verification means that a forged cross-site request from a logged-in administrator's browser will pass the capability check via the admin's session cookies. This makes it possible for unauthenticated attackers to install arbitrary plugins from WordPress.

AnalysisAI

Cross-Site Request Forgery in the Divi Torque Lite WordPress plugin (versions ≤ 4.2.3) lets remote attackers install and activate arbitrary plugins by tricking a logged-in administrator into loading a malicious page. The plugin registers its /install_plugin and /activate_plugin REST routes with '__return_true' as the permission_callback, which suppresses WordPress's REST nonce check so a forged request rides the admin's session cookies past the internal capability check. No public exploit is identified at time of analysis, but installing an attacker-supplied plugin yields effective remote code execution on the site.

Technical ContextAI

The affected component is a WordPress plugin (vendor slug 'addons-for-divi', marketed as Divi Torque Lite) that exposes custom REST API endpoints via register_rest_route. In WordPress, the permission_callback is the security gate for a REST route and is also where the framework enforces nonce (CSRF token) validation for cookie-authenticated requests. By setting permission_callback to '__return_true' (visible in the source at includes/rest-api.php lines 75, 81 and 230), the plugin declares the route unconditionally permitted, which disables the automatic X-WP-Nonce verification. The endpoint handlers still call current_user_can(), but capability checks validate WHO is logged in, not whether the request was INTENTIONALLY issued - so they do not stop a cross-site forgery. This is the classic CWE-352 (Cross-Site Request Forgery) root cause: a state-changing action (plugin installation/activation) lacks an unpredictable, per-request anti-CSRF token.

RemediationAI

Update the Divi Torque Lite plugin to a version newer than 4.2.3 as soon as the vendor publishes a fixed release; the input identifies the flaw through 4.2.3 but does not confirm an exact patched version, so verify the current release against the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/8be98cba-b891-42cf-8a6c-8fe05f27c9c3?source=cve) and the WordPress plugin changelog. The correct upstream fix is to replace the '__return_true' permission_callback with a callback that both checks capabilities and validates the REST nonce (as reflected in the trac changeset 3559041 for addons-for-divi). If a patched version is not yet available, compensating controls include deactivating the plugin entirely (removes the exploit surface but disables Divi Torque functionality), blocking or restricting access to the plugin's /install_plugin and /activate_plugin REST routes at a WAF or reverse proxy, and enforcing administrator hygiene - separate browsing sessions for admin work and short admin session lifetimes reduce the window in which a forged request can ride a live cookie. A Wordfence firewall rule may also virtually patch the endpoints pending an upgrade.

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-4295 CRITICAL POC
9.8 Jun 05

The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in

CVE-2024-50498 CRITICAL POC
10.0 Oct 28

Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u

Share

CVE-2026-4275 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy