Skip to main content

Poll Maker EUVDEUVD-2026-33247

| CVE-2026-8995 MEDIUM
Information Exposure (CWE-200)
2026-05-29 Wordfence GHSA-5846-9fv5-4429
4.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
4.3 MEDIUM
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

2
Analysis Generated
May 29, 2026 - 03:42 vuln.today
CVE Published
May 29, 2026 - 02:27 nvd
MEDIUM 4.3

DescriptionCVE.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.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

EUVD-2026-33247 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy