CyberRota Analysis
AI-GeneratedThe 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.
Note: these links are listed for security research and verification purposes only.
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.