AUGUST 24, 2026
Live Feed
Back to database
Case File

CVE-2026-4275

HIGH · CVSS 8.8 EPSS 0.19%

Source: NVD + CISA KEV + EPSS · Published 2026-07-09 · Last synced 2026-08-08

CyberRota Analysis

AI-Generated

The Divi Torque Lite plugin for WordPress is vulnerable to Cross-Site Request Forgery (CSRF) due to improper nonce verification on the /install_plugin and /activate_plugin REST API endpoints, allowing attackers to exploit the permissions of logged-in administrators. This vulnerability enables unauthenticated users to install arbitrary plugins, potentially compromising the entire WordPress site. WordPress site administrators using this plugin should prioritize immediate remediation to mitigate the risk of unauthorized plugin installations.

CVE
CVE-2026-4275
Severity
HIGH
CVSS
8.8
EPSS
0.19%
WordPress

Original NVD Description

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.