CyberRota Analysis
AI-GeneratedThe Age Verification & Identity Verification by Token of Trust plugin for WordPress is vulnerable to unauthorized access, allowing unauthenticated attackers to exploit the handle_export_table() function. This vulnerability enables the download of sensitive WooCommerce donation data, including order details and admin-only URLs, by simply manipulating the 'tot_export_table' GET parameter. WordPress site administrators using this plugin should prioritize patching or disabling it to protect sensitive information from potential exposure.
Original NVD Description
The Age Verification & Identity Verification by Token of Trust plugin for WordPress is vulnerable to unauthorized access in all versions up to and including 4.0.2. This is due to the handle_export_table() function being registered on the WordPress 'init' hook, which fires for all requests, including those from unauthenticated visitors, without any capability check. This makes it possible for unauthenticated attackers to download a CSV file containing sensitive WooCommerce donation data, including order dates, order IDs, charitable donation amounts, and admin-only order edit URLs, simply by visiting any page on the site with the 'tot_export_table' GET parameter set to a numeric value (0–3).