CyberRota Analysis
AI-GeneratedThe Search Analytics for WP plugin for WordPress is vulnerable to Cross-Site Request Forgery due to inadequate nonce validation in the `process_bulk_action()` function, affecting all versions up to 1.4.16. This vulnerability allows unauthenticated attackers to delete arbitrary search-term records by tricking an authenticated user into executing a malicious request. WordPress administrators using this plugin should prioritize applying updates to mitigate the risk of unauthorized data manipulation.
Original NVD Description
The Search Analytics for WP plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.4.16. This is due to missing or incorrect nonce validation on the `process_bulk_action()` function of `MWTSA_Stats_Table`. This makes it possible for unauthenticated attackers to delete arbitrary search-term records, including all associated search-history rows, via a forged request granted they can trick a user with access to the plugin's "Search Analytics" dashboard page (Administrator by default) into performing an action such as clicking on a link.