Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Poll Maker - Versus Polls, Anonymous Polls, Image Polls plugin for WordPress is vulnerable to Sensitive Information Exposure in versions up to and including 6.3.7. This is due to insufficient access controls on the 'ays_poll_get_user_information' AJAX action, which serializes and returns the complete WP_User object - including the user_pass (bcrypt password hash), user_email, user_login, user_registered, roles, and all capabilities - without any nonce verification or capability check beyond is_user_logged_in(). This makes it possible for authenticated attackers, with subscriber-level access and above, to retrieve sensitive account data including their own password hash, which WordPress does not expose through any of its standard interfaces and which can be leveraged for offline password-cracking attacks.
AnalysisAI
Poll Maker WordPress plugin (versions ≤6.3.7) leaks the complete WP_User object - including bcrypt password hashes, email addresses, login names, registration dates, roles, and capabilities - through an AJAX endpoint that performs no nonce verification or capability check beyond confirming the requestor is logged in. Any subscriber-level authenticated user on an affected site can call the ays_poll_get_user_information action and retrieve user data that WordPress deliberately withholds from all of its standard interfaces, including the REST API. No public exploit has been identified at time of analysis, but the attack requires only a valid subscriber session and a single POST request, and the recovered bcrypt hash enables offline password-cracking attacks.
Technical ContextAI
The vulnerability is rooted in CWE-200 (Exposure of Sensitive Information to Unauthorized Actor) and resides in the Poll Maker plugin by AYS Pro (CPE: cpe:2.3:a:ays-pro:poll_maker_by_ays_-_versus_polls,_anonymous_polls,_image_polls:*:*:*:*:*:*:*:*). The AJAX handler ays_poll_get_user_information is registered in class-poll-maker-ays.php at line 318 and implemented in class-poll-maker-ays-public.php around lines 2960-2967. The handler serializes and returns the raw PHP WP_User object without any sanitization. WordPress's core architecture deliberately never exposes the user_pass field (a bcrypt hash) through any REST API endpoint or admin UI; this plugin bypasses that safeguard by directly dumping the internal user object. The absence of nonce verification additionally removes CSRF protections, though the PR:L CVSS parameter confirms authentication is still required.
RemediationAI
Update Poll Maker to version 6.3.8 or later. The WordPress plugin SVN repository includes a 6.3.8 tag with changes to both class-poll-maker-ays-public.php and class-poll-maker-ays.php - the two files containing the vulnerable handler - indicating 6.3.8 is the patched release; however, an explicit vendor changelog confirming the fix was not independently cited in the available data, so the fix version is inferred from SVN evidence rather than a formal advisory statement. If immediate upgrade is not feasible, administrators should add a WAF rule blocking POST requests to wp-admin/admin-ajax.php where the action parameter equals ays_poll_get_user_information from any user role below administrator; this eliminates the attack vector with no impact on legitimate poll functionality for visitors. Disabling open user registration reduces the exposed attack surface by preventing new accounts at subscriber level, though it does not protect against exploitation by existing subscribers. Refer to the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/5d1ff79e-5246-422a-ae75-20763e7acd17 for further guidance.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-33247
GHSA-5846-9fv5-4429