CyberRota Analysis
AI-GeneratedThe Import and Export Users and Customers plugin for WordPress is vulnerable to sensitive information exposure, allowing authenticated attackers with subscriber-level access or higher to extract post titles and raw content from arbitrary posts, regardless of their status or type. This vulnerability arises from the exposure of a security nonce in inline JavaScript on wp-admin pages, which can be accessed by any authenticated user when a specific URL parameter is appended. WordPress site administrators and users of the affected plugin should prioritize applying patches or implementing mitigations to safeguard sensitive data.
Original NVD Description
The Import and export users and customers plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.4.0 via the email_template_selected. This makes it possible for authenticated attackers, with subscriber-level access and above, to extract the post_title and raw post_content of arbitrary posts regardless of status (draft, private, future, trash, password-protected) or post type (including non-public CPTs such as WooCommerce orders and internal CRM records) by enumerating post IDs. The required codection-security nonce is exposed as inline JavaScript on any wp-admin page when ?post_type=acui_email_template is appended to the URL, which is reachable by any authenticated user including Subscribers.