Description
The Invisible Anti-Spam & CAPTCHA — reCAPTCHA Alternative for All Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'action' parameter in all versions up to, and including, 5.1 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 stored payload is written by any unauthenticated admin-ajax.php request whose action value matches an entry in the plugin's explicit-actions list, which is auto-populated for common form builders at activation and requires no authentication gate to reach the save path.
Published: 2026-08-15
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Invisible Anti-Spam & CAPTCHA plugin for WordPress contains a stored cross-site scripting flaw caused by inadequate sanitization of the 'action' request parameter. An attacker can inject malicious scripts that are persisted in the site's pages and executed in the browsers of any user who visits the affected page, giving the attacker the ability to steal session data, deface content, or launch further attacks. This weakness is formally classified as CWE-79.

Affected Systems

The vulnerability applies to the WordPress plugin "Invisible Anti-Spam & CAPTCHA — reCAPTCHA Alternative for All Forms" by matthiasnordwig, affecting all releases up to and including version 5.1. WordPress sites that have installed any of these versions are potentially compromised.

Risk and Exploitability

The CVSS score of 7.2 marks the flaw as high severity, and the EPSS score is unavailable but the vulnerability is not yet listed in CISA's KEV catalog. The likely attack vector is an unauthenticated HTTP request to WordPress's /wp-admin/admin-ajax.php endpoint with a crafted 'action' value that matches an entry in the plugin's explicit-actions list. Because the plugin auto-populates these actions on activation and imposes no authentication gate to reach the save path, the stored payload can be written without any user credentials. Given these conditions, the risk of exploitation is significant, especially for sites that rely on this plugin for form protection.

Generated by OpenCVE AI on August 15, 2026 at 04:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Invisible Anti-Spam & CAPTCHA plugin to the latest available version (5.2 or later) where the vulnerability has been addressed.
  • Verify that all previously stored payloads have been removed and that the 'action' parameter is properly sanitized and escaped.
  • If an immediate upgrade is not possible, consider disabling the plugin or stripping the vulnerable action handlers that interact with admin-ajax.php until a patch is applied.

Generated by OpenCVE AI on August 15, 2026 at 04:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 15 Aug 2026 03:45:00 +0000

Type Values Removed Values Added
Description The Invisible Anti-Spam & CAPTCHA — reCAPTCHA Alternative for All Forms plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'action' parameter in all versions up to, and including, 5.1 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 stored payload is written by any unauthenticated admin-ajax.php request whose action value matches an entry in the plugin's explicit-actions list, which is auto-populated for common form builders at activation and requires no authentication gate to reach the save path.
Title Invisible Anti-Spam & CAPTCHA <= 5.1 - Unauthenticated Stored Cross-Site Scripting via 'action' Parameter
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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-15T03:25:59.974Z

Reserved: 2026-07-17T17:46:28.334Z

Link: CVE-2026-16145

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T04:18:10.233

Modified: 2026-08-15T04:18:10.233

Link: CVE-2026-16145

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-15T04:30:02Z

Weaknesses
  • CWE-79

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