CVE-2025-29004

8.8 HIGH

📋 TL;DR

This CVE describes an Incorrect Privilege Assignment vulnerability in two AA-Team WordPress plugins that allows attackers to escalate privileges. It affects Premium Age Verification/Restriction for WordPress up to version 3.0.2 and Responsive Coming Soon Landing Page/Holding Page for WordPress up to version 3.0. WordPress sites using these vulnerable plugins are at risk.

💻 Affected Systems

Products:
  • AA-Team Premium Age Verification / Restriction for WordPress
  • AA-Team Responsive Coming Soon Landing Page / Holding Page for WordPress
Versions: Premium Age Verification: n/a through 3.0.2; Responsive Coming Soon: n/a through 3.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with these specific plugins installed and activated.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers gain administrative access to WordPress sites, enabling complete site takeover, data theft, malware installation, and further network compromise.

🟠

Likely Case

Attackers gain elevated privileges to modify content, install backdoors, or access sensitive data stored within the WordPress installation.

🟢

If Mitigated

With proper access controls and monitoring, impact is limited to unauthorized content changes that can be detected and reverted.

🌐 Internet-Facing: HIGH - WordPress sites are typically internet-facing, making them directly accessible to attackers.
🏢 Internal Only: MEDIUM - Internal WordPress installations could be targeted by authenticated users or through other compromised systems.

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: LIKELY
Unauthenticated Exploit: ✅ No
Complexity: LOW

Privilege escalation vulnerabilities in WordPress plugins are commonly exploited. Attackers typically need some level of access (subscriber/contributor) to exploit.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Update to versions beyond those listed in affected versions

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/age-restriction/vulnerability/wordpress-premium-age-verification-restriction-for-wordpress-plugin-3-0-2-privilege-escalation-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find the affected AA-Team plugins. 4. Click 'Update Now' if available. 5. If no update is available, deactivate and remove the plugins immediately.

🔧 Temporary Workarounds

Disable vulnerable plugins

all

Temporarily deactivate the affected plugins until patches can be applied

wp plugin deactivate age-restriction
wp plugin deactivate wordpress-flat-countdown

🧯 If You Can't Patch

  • Remove the vulnerable plugins completely from the WordPress installation
  • Implement strict access controls and monitor for privilege escalation attempts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for AA-Team Premium Age Verification (version ≤3.0.2) or AA-Team Responsive Coming Soon (version ≤3.0)

Check Version:

wp plugin get age-restriction --field=version && wp plugin get wordpress-flat-countdown --field=version

Verify Fix Applied:

Verify plugins are updated to versions beyond affected ranges or completely removed from the plugins directory

📡 Detection & Monitoring

Log Indicators:

  • Unusual user role changes in WordPress logs
  • Administrative actions from non-admin users
  • Plugin activation/deactivation events

Network Indicators:

  • HTTP requests to plugin-specific admin-ajax.php endpoints with privilege escalation parameters

SIEM Query:

source="wordpress.log" AND ("user_role_changed" OR "capabilities_modified" OR "admin_access" from user_level<10)

🔗 References

📤 Share & Export