Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2025-13812

CVE-2025-13812: GamiPress WordPress Information Disclosure

CVE-2025-13812 is an information disclosure flaw in the GamiPress WordPress plugin allowing authenticated attackers to enumerate users and access private post titles. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-13812 Overview

The GamiPress – Gamification plugin to reward points, achievements, badges & ranks in WordPress is vulnerable to unauthorized access of data due to a missing capability check on the gamipress_ajax_get_posts and gamipress_ajax_get_users functions in all versions up to, and including, 7.6.1. This broken access control vulnerability makes it possible for authenticated attackers, with Subscriber-level access and above, to enumerate users, including their email addresses and to retrieve titles of private posts.

Critical Impact

Authenticated attackers with minimal privileges (Subscriber-level) can enumerate user data including email addresses and access private post titles, potentially leading to targeted phishing attacks and information disclosure.

Affected Products

  • GamiPress WordPress Plugin versions up to and including 7.6.1
  • WordPress sites using vulnerable GamiPress plugin versions
  • Any WordPress installation with the affected plugin installed and active

Discovery Timeline

  • 2026-01-06 - CVE CVE-2025-13812 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-13812

Vulnerability Analysis

This vulnerability is classified under CWE-862 (Missing Authorization), which occurs when software does not perform an authorization check when an actor attempts to access a resource or perform an action. The affected AJAX handler functions gamipress_ajax_get_posts and gamipress_ajax_get_users fail to verify that the requesting user has appropriate capabilities before returning sensitive data.

The vulnerability is network-accessible and requires low attack complexity, meaning attackers only need valid subscriber-level credentials to exploit it. While the confidentiality impact is limited to user enumeration and private post titles, this information can be leveraged for subsequent attacks such as targeted phishing campaigns or social engineering.

Root Cause

The root cause of this vulnerability is a missing capability check (authorization bypass) in the AJAX handler functions. The gamipress_ajax_get_posts and gamipress_ajax_get_users functions process requests from authenticated users without verifying whether those users have the appropriate WordPress capabilities to access user data or private post information. This allows any authenticated user, including those with minimal Subscriber-level permissions, to invoke these functions and retrieve sensitive data that should be restricted to administrators or editors.

Attack Vector

An attacker exploiting this vulnerability would need to:

  1. Create or compromise a WordPress account with at least Subscriber-level access on the target site
  2. Authenticate to the WordPress installation
  3. Send crafted AJAX requests to the vulnerable gamipress_ajax_get_posts or gamipress_ajax_get_users endpoints
  4. Parse the returned data to enumerate users and their email addresses or retrieve private post titles

The attack can be performed over the network without user interaction, making it easily automatable for mass data extraction. The vulnerability specifically exposes user enumeration capabilities that could reveal email addresses for all registered users on the WordPress site, as well as titles of posts marked as private.

Detection Methods for CVE-2025-13812

Indicators of Compromise

  • Unusual volume of AJAX requests to gamipress_ajax_get_posts or gamipress_ajax_get_users endpoints from subscriber accounts
  • Repeated authenticated requests attempting to enumerate user data from low-privilege accounts
  • Web server logs showing patterns of automated requests to GamiPress AJAX handlers
  • Subscriber-level accounts making administrative-style data queries

Detection Strategies

  • Monitor WordPress AJAX request logs for suspicious activity targeting GamiPress endpoints
  • Implement Web Application Firewall (WAF) rules to detect bulk user enumeration attempts
  • Review access logs for abnormal patterns of authenticated requests from subscriber accounts
  • Deploy intrusion detection signatures for WordPress plugin abuse patterns

Monitoring Recommendations

  • Enable detailed logging for WordPress AJAX requests and review regularly
  • Set up alerts for high-frequency AJAX requests from individual user sessions
  • Monitor for new subscriber account registrations followed by immediate data enumeration activity
  • Implement rate limiting on AJAX endpoints to slow automated exploitation attempts

How to Mitigate CVE-2025-13812

Immediate Actions Required

  • Update GamiPress plugin to the latest patched version immediately
  • Audit WordPress user accounts for suspicious subscriber-level accounts
  • Review access logs for evidence of prior exploitation attempts
  • Consider temporarily disabling the GamiPress plugin until patching is complete

Patch Information

The vulnerability has been addressed by the GamiPress developers. The fix is documented in the WordPress Plugin Changeset 3430697. Site administrators should update to a version newer than 7.6.1 through the WordPress plugin update mechanism. Additional technical details are available in the Wordfence Vulnerability Report.

Workarounds

  • Restrict user registration on WordPress sites to prevent attackers from easily obtaining subscriber credentials
  • Implement additional access control layers using security plugins that enforce capability checks
  • Use a WAF to block suspicious AJAX request patterns targeting the vulnerable endpoints
  • Remove or deactivate the GamiPress plugin if gamification features are not critical to site operations
bash
# WordPress CLI command to check GamiPress version
wp plugin list --name=gamipress --fields=name,version,update_version

# Update GamiPress to latest version
wp plugin update gamipress

# Verify update was successful
wp plugin get gamipress --field=version

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechGamipress

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • 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-862
  • Technical References
  • WordPress Change Log Entry

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-32420: GamiPress WordPress Plugin CSRF Vulnerability

  • CVE-2024-11036: GamiPress WordPress Plugin RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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