CVE-2026-14158
HIGH
8.8
CVSS 3.1
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.
Metadata
Severity & Metrics
8.8
HIGH CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
SSVC — CISA Coordinator
Affected products (1)
| Vendor | Product | Platform | Versions |
|---|---|---|---|
| totalbounty | Widget Logic Visual | — | 0 ≤ 1.52 |
Weakness (CWE)
| CWE | Source | Description |
|---|---|---|
| CWE-434 | cna | CWE-434 Unrestricted Upload of File with Dangerous Type |
CVSS scores (1)
| Score | Severity | Version | Source | Vector |
|---|---|---|---|---|
| 8.8 | HIGH | 3.1 | cna | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
References (4)
- https://www.wordfence.com/threat-intel/vulnerabilities/id/5d82e9e2-c572-4911-a6a5-1384844214b0?source=cve
- https://plugins.trac.wordpress.org/browser/widget-logic-visual/trunk/custom.php#L50
- https://plugins.trac.wordpress.org/browser/widget-logic-visual/trunk/ajax.php#L91
- https://plugins.trac.wordpress.org/browser/widget-logic-visual/trunk/ajax.php#L14