CVE-2025-14468 MEDIUM

CVE-2025-14468: AMP for WP – Accelerated Mobile Pages <= 1.1.9 - Cross-Site Request Forgery to Comment Submission

Vendor Mohammed_Kaludi
Product AMP for WP – Accelerated Mobile Pages
Weakness CWE-352 · CSRF
Published January 7, 2026
Last update April 8, 2026

CVSS base score

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

CVSS vector

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

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

AMP for WP versions up to 1.1.9 contain a cross-site request forgery (CSRF) vulnerability that allows attackers to perform unwanted actions on behalf of site administrators. An attacker can craft a malicious link or page that, when visited by an admin, triggers unintended changes to plugin settings or site configuration. The vulnerability requires no special privileges but does require the admin to click a link or visit a page controlled by the attacker.

What an attacker can do

03Attacker Capabilities

Trick an admin into performing unwanted actions on the site, such as changing plugin settings or configuration.

Potential impact on your site

04Site Impact

An attacker can modify AMP for WP settings or site configuration if an admin is tricked into visiting a malicious page.

Conditions required to exploit

05Prerequisites

Admin must visit a malicious link or page crafted by the attacker; no special authentication or privileges needed.

Key dates

06Disclosure timeline

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