AUGUST 25, 2026
Live Feed
Back to database
Case File

CVE-2026-14158

HIGH · CVSS 8.8 EPSS 0.50% Public Exploit

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

CyberRota Analysis

AI-Generated

The Widget Logic Visual plugin for WordPress is vulnerable to Remote Code Execution due to inadequate capability checks and nonce verification in the widget_logic_visual_check_visibility function, allowing authenticated attackers with subscriber-level access or higher to execute arbitrary code on the server. This vulnerability poses a significant risk, as it can lead to complete server compromise. WordPress site administrators and developers using this plugin should prioritize immediate updates to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-14158
Severity
HIGH
CVSS
8.8
EPSS
0.50%
WordPress

Original NVD Description

The Widget Logic Visual plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1.52 via the widget_logic_visual_check_visibility function. This is due to missing capability check and nonce verification on the widget-logic-update-conditional-tags AJAX action combined with insufficient sanitization of the 'nwlv[cod-tag]' parameter before storage and subsequent use in an eval() call. This makes it possible for authenticated attackers, with subscriber-level access and above, to execute code on the server.