CVE-2025-14172 MEDIUM

CVE-2025-14172: WP Page Permalink Extension <= 1.5.4 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Rewrite Rules Flush

Vendor Infosatech
Product WP Page Permalink Extension
Weakness CWE-862 · Missing authorization
Published January 9, 2026
Last update April 8, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L

What the vulnerability does

01Description

The WP Page Permalink Extension plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 1.5.4. This is due to missing authorization checks on the `cwpp_trigger_flush_rewrite_rules` function hooked to `wp_ajax_cwpp_trigger_flush_rewrite_rules`. This makes it possible for authenticated attackers, with Subscriber-level access and above, to flush the site's rewrite rules via the `action` parameter.

Explanation of Vulnerability in Simple Terms

02Summary

The WP Page Permalink Extension through version 1.5.4 lacks proper authorization checks, allowing unauthenticated attackers to modify page permalinks and availability settings. An attacker can change how pages are accessed or disable them without needing to log in. Site administrators should update to a version newer than 1.5.4 immediately.

What an attacker can do

03Attacker Capabilities

Modify page permalinks and disable pages without authentication.

Potential impact on your site

04Site Impact

Attackers can alter page URLs and take pages offline, disrupting site navigation and availability.

Conditions required to exploit

05Prerequisites

Network access only; no login or user interaction required.

Key dates

06Disclosure timeline

January 9, 2026 CVE published
April 8, 2026 Record updated