CVE-2025-14172

6.5 MEDIUM

📋 TL;DR

The WP Page Permalink Extension plugin for WordPress has a missing authorization vulnerability that allows authenticated users with Subscriber-level access or higher to flush the site's rewrite rules. This can cause temporary site disruption by breaking permalinks and potentially affecting SEO. All WordPress sites using this plugin up to version 1.5.4 are affected.

💻 Affected Systems

Products:
  • WP Page Permalink Extension WordPress Plugin
Versions: All versions up to and including 1.5.4
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin activated. Any authenticated user (Subscriber role or higher) can exploit this.

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

An attacker could repeatedly flush rewrite rules, causing persistent site disruption, broken links, SEO damage, and potential denial of service during high-traffic periods.

🟠

Likely Case

Temporary site disruption with broken permalinks until rewrite rules are regenerated, potentially affecting user experience and causing 404 errors.

🟢

If Mitigated

Minimal impact with proper user role management and monitoring in place.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires authenticated access but is simple via AJAX request to wp-admin/admin-ajax.php with action=cwpp_trigger_flush_rewrite_rules.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.5.5 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3200000%40change-wp-page-permalinks&new=3200000%40change-wp-page-permalinks

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'WP Page Permalink Extension'. 4. Click 'Update Now' if update available. 5. If no update available, deactivate and delete plugin, then install fresh version 1.5.5+ from WordPress repository.

🔧 Temporary Workarounds

Temporary Plugin Deactivation

all

Deactivate the vulnerable plugin until patched version is available

wp plugin deactivate change-wp-page-permalinks

Restrict User Roles

all

Temporarily restrict Subscriber and other low-privilege user creation

🧯 If You Can't Patch

  • Deactivate the WP Page Permalink Extension plugin immediately
  • Implement strict user role management and monitor for suspicious AJAX requests to admin-ajax.php

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'WP Page Permalink Extension' version 1.5.4 or lower

Check Version:

wp plugin list --name=change-wp-page-permalinks --field=version

Verify Fix Applied:

Verify plugin version is 1.5.5 or higher in WordPress admin plugins page

📡 Detection & Monitoring

Log Indicators:

  • Multiple POST requests to /wp-admin/admin-ajax.php with action=cwpp_trigger_flush_rewrite_rules from non-admin users
  • Rewrite rule flush events in WordPress debug logs

Network Indicators:

  • POST requests to admin-ajax.php with the vulnerable action parameter from unexpected IPs

SIEM Query:

source="wordpress.log" AND "cwpp_trigger_flush_rewrite_rules" AND user_role!="administrator"

🔗 References

📤 Share & Export