CVE-2025-14167: CWE-352 Cross-Site Request Forgery (CSRF) in akshayshah5189 Remove Post Type Slug
The Remove Post Type Slug plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.2. This is due to incorrect nonce validation logic that uses OR (||) instead of AND (&&), causing the validation to fail when the nonce field is not empty OR when verification fails, rather than when it's empty AND verification fails. This makes it possible for unauthenticated attackers to modify the plugin's post type slug removal settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI Analysis
Technical Summary
The Remove Post Type Slug plugin for WordPress, developed by akshayshah5189, suffers from a Cross-Site Request Forgery (CSRF) vulnerability identified as CVE-2025-14167. This vulnerability exists in all versions up to and including 1.0.2 due to flawed nonce validation logic. Specifically, the plugin uses a logical OR (||) operator instead of the correct logical AND (&&) when validating the nonce field. This incorrect logic causes the validation to pass when the nonce field is not empty OR when verification fails, rather than requiring both conditions to be true to fail validation. As a result, attackers can craft forged HTTP requests that modify the plugin’s post type slug removal settings without authentication. The attack vector is remote (network), requires no privileges, but does require user interaction, such as tricking an administrator into clicking a malicious link. The impact is limited to integrity, as attackers can alter plugin settings, potentially affecting site behavior or enabling further attacks. No confidentiality or availability impacts are noted. There are no known exploits in the wild, and no patches have been linked yet. The CVSS v3.1 score is 4.3, reflecting a medium severity level with low attack complexity and no privileges required.
Potential Impact
For European organizations, this vulnerability poses a risk primarily to the integrity of WordPress sites using the Remove Post Type Slug plugin. Unauthorized modification of plugin settings could result in altered site URLs or content presentation, potentially disrupting business operations or user experience. While the vulnerability does not directly expose sensitive data or cause denial of service, the altered configurations could be leveraged as a foothold for further attacks, such as privilege escalation or injection of malicious content. Organizations relying on WordPress for public-facing websites, e-commerce, or internal portals may face reputational damage or operational disruption if attackers exploit this flaw. The requirement for user interaction (administrator clicking a link) means social engineering defenses and user awareness are critical. Given WordPress’s widespread use in Europe, especially among SMEs and public sector entities, the impact could be significant if left unmitigated.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first verify if the Remove Post Type Slug plugin is installed and identify the version in use. Immediate steps include: 1) Updating the plugin to a fixed version once available from the vendor or developer. 2) If no patch is available, temporarily disabling the plugin to eliminate the attack surface. 3) Implementing Web Application Firewall (WAF) rules to detect and block suspicious POST requests targeting the plugin’s settings endpoints. 4) Enhancing administrator awareness to avoid clicking on untrusted links, especially those that could trigger configuration changes. 5) Reviewing and tightening WordPress user permissions to limit administrator accounts and enforce multi-factor authentication to reduce the risk of compromised credentials. 6) Monitoring logs for unusual POST requests or changes to plugin settings. 7) Employing Content Security Policy (CSP) headers to reduce the risk of CSRF and other injection attacks. These steps go beyond generic advice by focusing on immediate plugin-specific actions and operational controls tailored to this vulnerability.
Affected Countries
Germany, France, United Kingdom, Netherlands, Italy, Spain, Poland, Sweden
CVE-2025-14167: CWE-352 Cross-Site Request Forgery (CSRF) in akshayshah5189 Remove Post Type Slug
Description
The Remove Post Type Slug plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.0.2. This is due to incorrect nonce validation logic that uses OR (||) instead of AND (&&), causing the validation to fail when the nonce field is not empty OR when verification fails, rather than when it's empty AND verification fails. This makes it possible for unauthenticated attackers to modify the plugin's post type slug removal settings via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.
AI-Powered Analysis
Technical Analysis
The Remove Post Type Slug plugin for WordPress, developed by akshayshah5189, suffers from a Cross-Site Request Forgery (CSRF) vulnerability identified as CVE-2025-14167. This vulnerability exists in all versions up to and including 1.0.2 due to flawed nonce validation logic. Specifically, the plugin uses a logical OR (||) operator instead of the correct logical AND (&&) when validating the nonce field. This incorrect logic causes the validation to pass when the nonce field is not empty OR when verification fails, rather than requiring both conditions to be true to fail validation. As a result, attackers can craft forged HTTP requests that modify the plugin’s post type slug removal settings without authentication. The attack vector is remote (network), requires no privileges, but does require user interaction, such as tricking an administrator into clicking a malicious link. The impact is limited to integrity, as attackers can alter plugin settings, potentially affecting site behavior or enabling further attacks. No confidentiality or availability impacts are noted. There are no known exploits in the wild, and no patches have been linked yet. The CVSS v3.1 score is 4.3, reflecting a medium severity level with low attack complexity and no privileges required.
Potential Impact
For European organizations, this vulnerability poses a risk primarily to the integrity of WordPress sites using the Remove Post Type Slug plugin. Unauthorized modification of plugin settings could result in altered site URLs or content presentation, potentially disrupting business operations or user experience. While the vulnerability does not directly expose sensitive data or cause denial of service, the altered configurations could be leveraged as a foothold for further attacks, such as privilege escalation or injection of malicious content. Organizations relying on WordPress for public-facing websites, e-commerce, or internal portals may face reputational damage or operational disruption if attackers exploit this flaw. The requirement for user interaction (administrator clicking a link) means social engineering defenses and user awareness are critical. Given WordPress’s widespread use in Europe, especially among SMEs and public sector entities, the impact could be significant if left unmitigated.
Mitigation Recommendations
To mitigate this vulnerability, organizations should first verify if the Remove Post Type Slug plugin is installed and identify the version in use. Immediate steps include: 1) Updating the plugin to a fixed version once available from the vendor or developer. 2) If no patch is available, temporarily disabling the plugin to eliminate the attack surface. 3) Implementing Web Application Firewall (WAF) rules to detect and block suspicious POST requests targeting the plugin’s settings endpoints. 4) Enhancing administrator awareness to avoid clicking on untrusted links, especially those that could trigger configuration changes. 5) Reviewing and tightening WordPress user permissions to limit administrator accounts and enforce multi-factor authentication to reduce the risk of compromised credentials. 6) Monitoring logs for unusual POST requests or changes to plugin settings. 7) Employing Content Security Policy (CSP) headers to reduce the risk of CSRF and other injection attacks. These steps go beyond generic advice by focusing on immediate plugin-specific actions and operational controls tailored to this vulnerability.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-12-05T21:23:32.778Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 699697f36aea4a407a3be05e
Added to database: 2/19/2026, 4:56:19 AM
Last enriched: 2/19/2026, 5:29:08 AM
Last updated: 2/21/2026, 12:19:05 AM
Views: 9
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2026-27203: CWE-15: External Control of System or Configuration Setting in YosefHayim ebay-mcp
HighCVE-2026-27168: CWE-122: Heap-based Buffer Overflow in HappySeaFox sail
HighCVE-2026-27134: CWE-287: Improper Authentication in strimzi strimzi-kafka-operator
HighCVE-2026-27190: CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') in denoland deno
HighCVE-2026-27026: CWE-770: Allocation of Resources Without Limits or Throttling in py-pdf pypdf
MediumActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.