A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-8995

CVE-2026-8995: Poll Maker Information Disclosure Flaw

CVE-2026-8995 is an information disclosure vulnerability in Poll Maker for WordPress that exposes sensitive user data including password hashes. This article covers the technical details, affected versions, and mitigation.

Published: June 4, 2026

CVE-2026-8995 Overview

CVE-2026-8995 is a sensitive information exposure vulnerability in the Poll Maker – Versus Polls, Anonymous Polls, Image Polls plugin for WordPress. The flaw affects all versions up to and including 6.3.7. The plugin's ays_poll_get_user_information AJAX action serializes and returns the complete WP_User object to any authenticated requester. Returned data includes the bcrypt user_pass hash, user_email, user_login, user_registered timestamp, roles, and capabilities. The endpoint lacks nonce verification and enforces only an is_user_logged_in() check, so subscriber-level accounts can extract account secrets. WordPress does not expose password hashes through any standard interface, making the leak useful for offline cracking.

Critical Impact

Authenticated attackers with subscriber-level access can retrieve their own bcrypt password hash and account metadata, enabling offline password-cracking attacks against WordPress credentials.

Affected Products

  • Poll Maker – Versus Polls, Anonymous Polls, Image Polls plugin for WordPress (versions ≤ 6.3.7)
  • Vulnerable code paths identified in class-poll-maker-ays.php and class-poll-maker-ays-public.php
  • Fixed in plugin version 6.3.8

Discovery Timeline

  • 2026-05-29 - CVE-2026-8995 published to NVD
  • 2026-05-29 - Last updated in NVD database

Technical Details for CVE-2026-8995

Vulnerability Analysis

The vulnerability is classified as Sensitive Information Exposure [CWE-200]. The Poll Maker plugin registers an AJAX action named ays_poll_get_user_information that returns user profile data for the currently authenticated requester. The handler performs only an is_user_logged_in() gate before fetching the user object and serializing it back to the client. Because WordPress's WP_User object includes the underlying data property — which contains every column from the wp_users table — the response leaks user_pass, user_email, user_login, and user_registered alongside roles and capabilities. The bcrypt hash returned from user_pass is the same value WordPress uses for password validation and is normally never exposed through REST, XML-RPC, or admin AJAX endpoints.

Root Cause

The root cause is a combination of two access-control failures. First, the handler does not call check_ajax_referer() or any equivalent nonce verification, removing CSRF protection. Second, the authorization check is limited to confirming the requester is logged in — no current_user_can() capability check restricts the call to administrators or to the specific user whose data is being read. The handler then returns the entire WP_User object via wp_send_json() without filtering sensitive fields, exposing data the WordPress core deliberately withholds from standard APIs.

Attack Vector

Exploitation requires a valid WordPress account with subscriber privileges or higher — the default role assigned by open-registration sites. An attacker authenticates, then issues an AJAX POST request to /wp-admin/admin-ajax.php with action=ays_poll_get_user_information. The plugin responds with the JSON-serialized WP_User object containing the bcrypt password hash and email address. The attacker can then run offline cracking tools such as hashcat against the recovered hash. If a weak password is recovered, the attacker can attempt credential reuse against the same site at higher privilege levels or against external services sharing the email address.

No proof-of-concept code is published. See the Wordfence Vulnerability Report and the affected source at class-poll-maker-ays-public.php (6.3.7) for technical detail.

Detection Methods for CVE-2026-8995

Indicators of Compromise

  • POST requests to /wp-admin/admin-ajax.php containing the parameter action=ays_poll_get_user_information from subscriber or low-privilege sessions.
  • HTTP responses from admin-ajax.php that are unusually large for a poll plugin and include serialized fields such as user_pass, user_email, or user_registered.
  • Repeated calls to the same AJAX action from a single authenticated session, suggesting enumeration or scripted extraction.

Detection Strategies

  • Inspect web server access logs for the ays_poll_get_user_information action string and correlate with the requesting user ID.
  • Deploy a Web Application Firewall (WAF) rule that flags responses from admin-ajax.php containing user_pass or bcrypt hash patterns matching \$2y\$ or \$P\$.
  • Audit installed plugin versions across WordPress fleets to identify Poll Maker installations at or below 6.3.7.

Monitoring Recommendations

  • Forward WordPress access logs and PHP error logs to a centralized SIEM for query against the vulnerable action name.
  • Alert on new low-privilege account registrations followed shortly by AJAX activity against poll plugin endpoints.
  • Monitor outbound traffic from web servers for unexpected exfiltration of user-table content.

How to Mitigate CVE-2026-8995

Immediate Actions Required

  • Update the Poll Maker plugin to version 6.3.8 or later, which contains the access-control fix in class-poll-maker-ays-public.php.
  • Force a password reset for all WordPress users on affected sites, particularly administrators and editors.
  • Review user registrations created during the exposure window and disable any unrecognized subscriber accounts.

Patch Information

The vendor has released Poll Maker 6.3.8 to address CVE-2026-8995. The patched handler at class-poll-maker-ays-public.php#L2959 (6.3.8) restricts the data returned by the ays_poll_get_user_information action. Site operators should apply the update through the WordPress plugin dashboard or by deploying the 6.3.8 release manually. Refer to the Wordfence Vulnerability Report for vendor remediation detail.

Workarounds

  • If patching is not immediately possible, deactivate the Poll Maker plugin until the update can be applied.
  • Restrict access to /wp-admin/admin-ajax.php for the ays_poll_get_user_information action through a WAF rule that blocks the action parameter.
  • Disable open user registration via the WordPress General Settings to remove the easiest path to a subscriber-level account.
  • Enforce strong password policies and multi-factor authentication so that recovered hashes resist offline cracking.
bash
# Example WAF rule (ModSecurity) to block exploitation of the vulnerable action
SecRule REQUEST_URI "@endsWith /wp-admin/admin-ajax.php" \
    "chain,phase:2,deny,status:403,id:1026899501,\
    msg:'Block CVE-2026-8995 Poll Maker user-info disclosure'"
    SecRule ARGS:action "@streq ays_poll_get_user_information"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • WordPress Poll Maker Code

  • WordPress Poll Maker Public Class

  • WordPress Poll Maker Public Class

  • WordPress Poll Maker Code

  • WordPress Poll Maker Public Class

  • WordPress Poll Maker Public Class

  • WordPress Poll Maker Code

  • WordPress Poll Maker Public Class

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-2128: WordPress Breeze Plugin Info Disclosure

  • CVE-2026-7526: PDF Embedder Information Disclosure Flaw

  • CVE-2026-3173: Meta Field Block Information Disclosure

  • CVE-2026-9228: MotoPress Timetable IDOR Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English