CyberRota Analysis
AI-GeneratedThe CubeWP Framework plugin for WordPress is susceptible to a Directory Traversal vulnerability that allows unauthenticated attackers to read arbitrary files on the server, potentially exposing sensitive information. This issue arises from the 'cubewp_get_svg_content' function, which improperly handles nonces, making them accessible to any guest visitor. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of data exposure.
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 CubeWP Framework plugin for WordPress is vulnerable to Directory Traversal in all versions up to, and including, 1.1.30 via the 'cubewp_get_svg_content' function. This makes it possible for unauthenticated attackers to read the contents of arbitrary files on the server, which can contain sensitive information. This is exploitable by unauthenticated attackers because the required nonce is publicly emitted into the markup of any page rendering the CubeWP posts shortcode or widget with AJAX loading enabled, making it harvestable by any guest visitor before submitting the AJAX request.