CVE-2025-29013

5.4 MEDIUM

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the Custom Category/Post Type Post order WordPress plugin that allows attackers to exploit incorrectly configured access control security levels. It affects WordPress sites using this plugin, potentially allowing unauthorized users to modify post ordering. The vulnerability exists in versions from n/a through 1.5.9.

💻 Affected Systems

Products:
  • Custom Category/Post Type Post order WordPress plugin
Versions: n/a through 1.5.9
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the vulnerable plugin 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

Unauthorized users could modify post/category ordering on WordPress sites, potentially disrupting content presentation or enabling content manipulation attacks.

🟠

Likely Case

Low-privileged users or attackers could alter post ordering without proper authorization, affecting site content organization.

🟢

If Mitigated

With proper access controls and authentication requirements, impact is limited to authorized administrative functions only.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires some level of access to the WordPress site, but authorization checks are missing for certain functions.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.6.0 or later

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/custom-post-order-category/vulnerability/wordpress-custom-category-post-type-post-order-1-5-9-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Custom Category/Post Type Post order'. 4. Click 'Update Now' if available, or download version 1.6.0+ from WordPress repository. 5. Activate the updated plugin.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the plugin until patched version is available

wp plugin deactivate custom-post-order-category

Restrict user roles

all

Limit administrative capabilities to trusted users only

🧯 If You Can't Patch

  • Implement strict access controls and monitor for unauthorized post ordering changes
  • Consider alternative plugins for post ordering functionality

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'Custom Category/Post Type Post order' version 1.5.9 or earlier

Check Version:

wp plugin get custom-post-order-category --field=version

Verify Fix Applied:

Verify plugin version is 1.6.0 or later in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized POST requests to post ordering endpoints
  • User role escalation attempts in WordPress logs

Network Indicators:

  • Unusual POST requests to /wp-admin/admin-ajax.php with post ordering parameters

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" AND action="update_post_order")

🔗 References

📤 Share & Export