The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-29004

CVE-2025-29004: WordPress AA-Team Privilege Escalation

CVE-2025-29004 is a privilege escalation vulnerability affecting AA-Team WordPress plugins that allows unauthorized users to gain elevated privileges. This article covers the technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-29004 Overview

CVE-2025-29004 is a privilege escalation vulnerability affecting two WordPress plugins developed by AA-Team: Premium Age Verification / Restriction for WordPress and Responsive Coming Soon Landing Page / Holding Page for WordPress. The vulnerability stems from incorrect privilege assignment (CWE-266), which allows authenticated users with low privileges to escalate their access to higher privilege levels within the WordPress environment.

Critical Impact

Authenticated attackers can exploit this vulnerability to escalate privileges, potentially gaining administrative access to affected WordPress installations and compromising site integrity.

Affected Products

  • AA-Team Premium Age Verification / Restriction for WordPress versions through 3.0.2
  • AA-Team Responsive Coming Soon Landing Page / Holding Page for WordPress versions through 3.0

Discovery Timeline

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

Technical Details for CVE-2025-29004

Vulnerability Analysis

This vulnerability is classified as an Incorrect Privilege Assignment issue (CWE-266). The affected plugins fail to properly validate or restrict privilege assignments within their functionality, enabling authenticated users to elevate their access level beyond their intended permissions. In a WordPress context, this typically means a user with a low-privilege role such as Subscriber or Contributor could potentially gain Administrator-level capabilities.

The vulnerability requires network access and low-privilege authentication to exploit, but once these conditions are met, an attacker can achieve significant impact across confidentiality, integrity, and availability of the affected WordPress installation. Successful exploitation could allow attackers to modify site content, install malicious plugins, access sensitive data, or create additional administrative accounts for persistent access.

Root Cause

The root cause lies in the improper implementation of privilege checks within the affected AA-Team plugins. The plugins do not adequately verify whether the requesting user has appropriate permissions before allowing privilege-related operations to proceed. This represents a fundamental flaw in the authorization logic, where user role validation is either missing, incomplete, or improperly implemented.

Attack Vector

The attack vector for CVE-2025-29004 is network-based, requiring an authenticated user to initiate the exploit. An attacker would need valid credentials to a WordPress account on the target site, even if only a low-privilege account. Once authenticated, the attacker can leverage the vulnerability within either affected plugin to manipulate privilege assignments.

The attack does not require user interaction beyond the attacker's own actions, making it straightforward to exploit once initial authentication is achieved. Given WordPress's widespread use and the common practice of allowing user registration on many sites, obtaining low-privilege access is often trivial for attackers.

Detection Methods for CVE-2025-29004

Indicators of Compromise

  • Unexpected changes to WordPress user roles or capabilities, particularly promotions from low-privilege roles to Administrator
  • Unusual administrative actions performed by accounts that should have limited access
  • New administrator accounts appearing without legitimate creation events
  • Plugin or theme installations initiated by non-administrative users

Detection Strategies

  • Implement WordPress audit logging to track all user role changes and privilege modifications
  • Monitor for anomalous administrative activity patterns from accounts with historically low-privilege roles
  • Review WordPress user database for unauthorized role escalations regularly
  • Deploy web application firewall (WAF) rules to detect exploitation attempts against known vulnerable plugin endpoints

Monitoring Recommendations

  • Enable comprehensive logging for user authentication and authorization events in WordPress
  • Set up alerts for any changes to user capabilities or role assignments outside of expected administrative workflows
  • Regularly audit installed plugin versions against known vulnerability databases
  • Monitor for suspicious POST requests to plugin-specific endpoints that handle user data or permissions

How to Mitigate CVE-2025-29004

Immediate Actions Required

  • Immediately deactivate and remove AA-Team Premium Age Verification / Restriction for WordPress if version 3.0.2 or earlier
  • Immediately deactivate and remove AA-Team Responsive Coming Soon Landing Page / Holding Page for WordPress if version 3.0 or earlier
  • Audit all WordPress user accounts for unauthorized privilege escalations and remediate any discovered compromises
  • Consider implementing additional access controls until patched versions are available and verified

Patch Information

Refer to the official Patchstack advisory for Premium Age Verification and Patchstack advisory for Responsive Coming Soon for the latest patching guidance. Check with the plugin vendor AA-Team for updated versions that address this vulnerability.

Workarounds

  • Disable user registration on WordPress sites where the affected plugins are installed until patches are applied
  • Implement strict IP-based access controls for the WordPress admin area
  • Use a Web Application Firewall (WAF) with WordPress-specific rulesets to block potential exploitation attempts
  • Remove the affected plugins entirely if they are not critical to site functionality
  • Restrict low-privilege user access to authenticated areas of the site where possible
bash
# WordPress configuration to disable user registration
# Add to wp-config.php or use Settings > General in admin panel
define('USERS_CAN_REGISTER', false);

# Alternatively, deactivate the vulnerable plugins via WP-CLI
wp plugin deactivate age-restriction
wp plugin deactivate wordpress-flat-countdown

# List all administrators to audit for unauthorized accounts
wp user list --role=administrator --fields=ID,user_login,user_email,user_registered

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-266
  • Technical References
  • Patchstack Privilege Escalation Vulnerability

  • Patchstack Privilege Escalation Vulnerability
  • Related CVEs
  • CVE-2026-3568: MStore API Privilege Escalation Vulnerability

  • CVE-2026-4003: WordPress Users Manager PN Privilege Escalation

  • CVE-2026-5130: WordPress Debugger Plugin Escalation Flaw

  • CVE-2026-4261: Expire Users Plugin Privilege Escalation
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