CVE-2025-13405

5.3 MEDIUM

📋 TL;DR

The Ace Post Type Builder WordPress plugin has an authorization vulnerability that allows authenticated users with Subscriber-level permissions or higher to delete arbitrary custom taxonomies. This affects all WordPress sites using the plugin version 1.9 or earlier. Attackers can disrupt site functionality by removing important content organization structures.

💻 Affected Systems

Products:
  • Ace Post Type Builder WordPress Plugin
Versions: All versions up to and including 1.9
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with plugin enabled. All user roles from Subscriber upward can exploit this vulnerability.

⚠️ 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

Malicious actors could systematically delete all custom taxonomies, causing content organization breakdowns, broken navigation, and requiring complete site restoration from backups.

🟠

Likely Case

Attackers delete key taxonomies, disrupting content management workflows and requiring manual recreation of taxonomies and content reclassification.

🟢

If Mitigated

With proper user access controls and monitoring, impact is limited to minor content organization issues that can be quickly restored.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but only Subscriber-level permissions. The vulnerability is simple to exploit once authenticated.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Check for version after 1.9

Vendor Advisory: https://plugins.trac.wordpress.org/browser/ace-post-type-builder/

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find Ace Post Type Builder plugin
4. Click 'Update Now' if update available
5. If no update available, disable or remove the plugin

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched version is available

wp plugin deactivate ace-post-type-builder

Restrict User Roles

all

Limit Subscriber and other low-privilege user accounts

🧯 If You Can't Patch

  • Remove or disable the Ace Post Type Builder plugin entirely
  • Implement strict user access controls and monitor for suspicious taxonomy deletion activities

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Ace Post Type Builder → Version. If version is 1.9 or lower, you are vulnerable.

Check Version:

wp plugin get ace-post-type-builder --field=version

Verify Fix Applied:

After update, verify plugin version is higher than 1.9. Test with low-privilege user account that taxonomy deletion is properly restricted.

📡 Detection & Monitoring

Log Indicators:

  • WordPress audit logs showing taxonomy deletion by non-admin users
  • Plugin-specific logs showing cptb_delete_custom_taxonomy calls

Network Indicators:

  • POST requests to WordPress admin-ajax.php or admin-post.php with taxonomy deletion parameters

SIEM Query:

source="wordpress" AND (action="delete_taxonomy" OR message="*taxonomy*deleted*") AND user_role!="administrator"

🔗 References

📤 Share & Export