Description
The AMP for WP – Accelerated Mobile Pages plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Comment Content via Regex Transformation in all versions up to, and including, 1.1.16 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The crafted payload uses only WordPress-permitted comment tags and attributes (an anchor with href and title), and the AMP sanitizer pipeline omits javascript: protocol blocking, meaning neither the comment save filter nor the AMP output stage removes the malicious URI introduced by the transformation.
Published: 2026-09-25
Score: 7.2 High
EPSS: n/a
KEV: No
Impact: Stored Cross‑Site Scripting
Action: Immediate Patch
AI Analysis

Impact

The AMP for WP plugin has a flaw that allows attackers who do not need to authenticate to permanently store malicious JavaScript code through the comment submission interface. The vulnerability arises from a regex transformation that fails to escape or block javascript: URIs during save and output filtering, giving the injected script a path to execute whenever a mitigated AMP page is rendered. Successful exploitation can lead to arbitrary script execution, enabling phishing, session hijacking, data theft, or defacement when visitors view affected pages.

Affected Systems

WordPress sites using the AMP for WP – Accelerated Mobile Pages plugin, versions 1.1.16 or earlier, are vulnerable. Upgrade to a newer, un‑vulnerable release to remove the risk.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.2, indicating high severity. No EPSS score is available, and the issue is not listed in CISA’s KEV catalog, so the precise likelihood of exploitation is unclear. The attack vector requires submitting a comment to a site that accepts user input; once stored in the database the malicious script will run for any visitor to the impacted page, giving the attacker broad impact on all site users. Because the condition does not require authentication, the barrier to attack is low and many sites may be exposed.

Generated by OpenCVE AI on September 25, 2026 at 09:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a plugin version later than 1.1.16 where the regex sanitization bug is fixed.
  • If an upgrade is not immediately possible, disable the comment feature on AMP pages or block comment submission for unauthenticated users to prevent new malicious content from being stored.
  • Apply server‑side validation or a content‑filtering tool that strips or escapes javascript: URLs from comment fields before storage to mitigate the flaw until a patch is applied.

Generated by OpenCVE AI on September 25, 2026 at 09:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 10:00:00 +0000

Type Values Removed Values Added
First Time appeared Mohammed Kaludi
Mohammed Kaludi amp For Wp – Accelerated Mobile Pages
Wordpress
Wordpress wordpress
Vendors & Products Mohammed Kaludi
Mohammed Kaludi amp For Wp – Accelerated Mobile Pages
Wordpress
Wordpress wordpress

Fri, 25 Sep 2026 07:00:00 +0000

Type Values Removed Values Added
Description The AMP for WP – Accelerated Mobile Pages plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Comment Content via Regex Transformation in all versions up to, and including, 1.1.16 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. The crafted payload uses only WordPress-permitted comment tags and attributes (an anchor with href and title), and the AMP sanitizer pipeline omits javascript: protocol blocking, meaning neither the comment save filter nor the AMP output stage removes the malicious URI introduced by the transformation.
Title AMP for WP <= 1.1.16 - Unauthenticated Stored Cross-Site Scripting via Comment Content Regex Transformation
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

Mohammed Kaludi Amp For Wp – Accelerated Mobile Pages
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-25T06:39:52.625Z

Reserved: 2026-08-31T19:27:06.115Z

Link: CVE-2026-83591

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-25T07:16:54.747

Modified: 2026-09-25T07:16:54.747

Link: CVE-2026-83591

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T09:45:16Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')