CVE-2025-14468: CWE-352 Cross-Site Request Forgery (CSRF) in mohammed_kaludi AMP for WP – Accelerated Mobile Pages
The AMP for WP – Accelerated Mobile Pages plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.1.9. This is due to inverted nonce verification logic in the amp_theme_ajaxcomments AJAX handler, which rejects requests with VALID nonces and accepts requests with MISSING or INVALID nonces. This makes it possible for unauthenticated attackers to submit comments on behalf of logged-in users via a forged request granted they can trick a user into performing an action such as clicking on a link, and the plugin's template mode is enabled.
AI Analysis
Technical Summary
CVE-2025-14468 is a Cross-Site Request Forgery (CSRF) vulnerability identified in the AMP for WP – Accelerated Mobile Pages plugin for WordPress, specifically in versions up to and including 1.1.9. The vulnerability stems from an inverted nonce verification logic within the amp_theme_ajaxcomments AJAX handler. Normally, a nonce (number used once) is a security token that validates the authenticity of requests to prevent CSRF attacks. However, in this case, the handler erroneously rejects requests containing valid nonces while accepting those with missing or invalid nonces. This logic flaw allows an unauthenticated attacker to craft malicious requests that can submit comments on behalf of logged-in users if the victim is tricked into clicking a specially crafted link. The attack requires that the plugin's template mode is enabled, which is a configuration setting. Since the attacker does not need to be authenticated and only requires user interaction, the attack vector is relatively straightforward. The vulnerability affects the integrity of the comment submission process but does not compromise confidentiality or availability of the system. The CVSS v3.1 base score is 4.3 (medium), reflecting the network attack vector, low complexity, no privileges required, and user interaction needed. There are no known public exploits or patches available at the time of publication, so mitigation relies on configuration changes or custom fixes. This vulnerability highlights the importance of correct nonce verification in AJAX handlers to prevent CSRF attacks in WordPress plugins.
Potential Impact
The primary impact of CVE-2025-14468 is on the integrity of user actions within WordPress sites using the vulnerable AMP for WP plugin. Attackers can submit comments on behalf of authenticated users without their consent, potentially enabling spam, misinformation, or defacement of comment sections. While this does not directly compromise sensitive data confidentiality or system availability, it undermines trust in the website's content and user interactions. For organizations relying on user-generated content or community engagement, this could degrade user experience and damage reputation. Additionally, automated spam comments could increase administrative overhead and potentially lead to SEO penalties. Since exploitation requires user interaction and the plugin's template mode enabled, the scope is somewhat limited but still significant given the widespread use of WordPress and AMP for WP. No known exploits in the wild reduce immediate risk, but unpatched sites remain vulnerable to targeted attacks or phishing campaigns designed to trick users into clicking malicious links.
Mitigation Recommendations
To mitigate CVE-2025-14468, organizations should first check if they are using the AMP for WP – Accelerated Mobile Pages plugin version 1.1.9 or earlier and whether the template mode is enabled. Immediate mitigation steps include: 1) Disable the plugin's template mode if it is not essential, reducing the attack surface. 2) Apply a custom patch or code fix to correct the nonce verification logic in the amp_theme_ajaxcomments AJAX handler, ensuring valid nonces are accepted and invalid ones rejected. 3) Monitor and restrict comment submission endpoints via web application firewalls (WAFs) to detect and block suspicious CSRF attempts. 4) Educate users about phishing risks to reduce the likelihood of clicking malicious links. 5) Regularly update the plugin once an official patch is released by the vendor. 6) Implement Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. These targeted actions go beyond generic advice by focusing on the specific vulnerable component and configuration settings.
Affected Countries
United States, India, Germany, United Kingdom, Canada, Australia, France, Brazil, Japan, Netherlands
CVE-2025-14468: CWE-352 Cross-Site Request Forgery (CSRF) in mohammed_kaludi AMP for WP – Accelerated Mobile Pages
Description
The AMP for WP – Accelerated Mobile Pages plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.1.9. This is due to inverted nonce verification logic in the amp_theme_ajaxcomments AJAX handler, which rejects requests with VALID nonces and accepts requests with MISSING or INVALID nonces. This makes it possible for unauthenticated attackers to submit comments on behalf of logged-in users via a forged request granted they can trick a user into performing an action such as clicking on a link, and the plugin's template mode is enabled.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
CVE-2025-14468 is a Cross-Site Request Forgery (CSRF) vulnerability identified in the AMP for WP – Accelerated Mobile Pages plugin for WordPress, specifically in versions up to and including 1.1.9. The vulnerability stems from an inverted nonce verification logic within the amp_theme_ajaxcomments AJAX handler. Normally, a nonce (number used once) is a security token that validates the authenticity of requests to prevent CSRF attacks. However, in this case, the handler erroneously rejects requests containing valid nonces while accepting those with missing or invalid nonces. This logic flaw allows an unauthenticated attacker to craft malicious requests that can submit comments on behalf of logged-in users if the victim is tricked into clicking a specially crafted link. The attack requires that the plugin's template mode is enabled, which is a configuration setting. Since the attacker does not need to be authenticated and only requires user interaction, the attack vector is relatively straightforward. The vulnerability affects the integrity of the comment submission process but does not compromise confidentiality or availability of the system. The CVSS v3.1 base score is 4.3 (medium), reflecting the network attack vector, low complexity, no privileges required, and user interaction needed. There are no known public exploits or patches available at the time of publication, so mitigation relies on configuration changes or custom fixes. This vulnerability highlights the importance of correct nonce verification in AJAX handlers to prevent CSRF attacks in WordPress plugins.
Potential Impact
The primary impact of CVE-2025-14468 is on the integrity of user actions within WordPress sites using the vulnerable AMP for WP plugin. Attackers can submit comments on behalf of authenticated users without their consent, potentially enabling spam, misinformation, or defacement of comment sections. While this does not directly compromise sensitive data confidentiality or system availability, it undermines trust in the website's content and user interactions. For organizations relying on user-generated content or community engagement, this could degrade user experience and damage reputation. Additionally, automated spam comments could increase administrative overhead and potentially lead to SEO penalties. Since exploitation requires user interaction and the plugin's template mode enabled, the scope is somewhat limited but still significant given the widespread use of WordPress and AMP for WP. No known exploits in the wild reduce immediate risk, but unpatched sites remain vulnerable to targeted attacks or phishing campaigns designed to trick users into clicking malicious links.
Mitigation Recommendations
To mitigate CVE-2025-14468, organizations should first check if they are using the AMP for WP – Accelerated Mobile Pages plugin version 1.1.9 or earlier and whether the template mode is enabled. Immediate mitigation steps include: 1) Disable the plugin's template mode if it is not essential, reducing the attack surface. 2) Apply a custom patch or code fix to correct the nonce verification logic in the amp_theme_ajaxcomments AJAX handler, ensuring valid nonces are accepted and invalid ones rejected. 3) Monitor and restrict comment submission endpoints via web application firewalls (WAFs) to detect and block suspicious CSRF attempts. 4) Educate users about phishing risks to reduce the likelihood of clicking malicious links. 5) Regularly update the plugin once an official patch is released by the vendor. 6) Implement Content Security Policy (CSP) headers to limit the execution of unauthorized scripts. These targeted actions go beyond generic advice by focusing on the specific vulnerable component and configuration settings.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- Wordfence
- Date Reserved
- 2025-12-10T16:39:16.138Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 695de67ca55ed4ed995516f1
Added to database: 1/7/2026, 4:52:12 AM
Last enriched: 2/27/2026, 11:21:13 AM
Last updated: 3/25/2026, 3:10:38 AM
Views: 91
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.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.