Description
The Invisible Anti-Spam & CAPTCHA — reCAPTCHA Alternative for All Forms plugin for WordPress is vulnerable to generic SQL Injection via the 'key' parameter in all versions up to, and including, 5.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with editor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Published: 2026-08-15
Score: 4.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Invisible Anti-Spam & CAPTCHA plugin for WordPress is vulnerable to a generic SQL Injection flaw in the 'key' parameter used by the plugin’s forms. The injection occurs because the value supplied by the user is not properly escaped or prepared within the SQL query. An attacker with sufficient privileges—specifically those on the Editor level or higher—can append malicious SQL fragments to the existing query. This can be used to retrieve, modify, or delete sensitive data stored in the WordPress database, thereby compromising data confidentiality and integrity.

Affected Systems

Any WordPress installation using the Invisible Anti-Spam & CAPTCHA – reCAPTCHA Alternative for All Forms plugin version 5.1 or earlier is affected. The plugin is delivered by the vendor matthiasnordwig. Precise version details are limited to the cutoff of 5.1; newer releases beyond 5.1 are not listed as affected.

Risk and Exploitability

The CVSS score of 4.9 indicates a moderate severity vulnerability. Exploitation requires the attacker to already have editor-level access to the WordPress site, which limits the attack surface to authenticated adversaries with sufficient privileges. No EPSS score is available, and the vulnerability is not currently listed in the CISA KEV catalog. The attack vector is inferred to be an authenticated web application attack where the attacker submits crafted input through the plugin’s form endpoint. Given the need for privileged access, the likelihood of exploitation in the wild is lower than for publicly exploitable flaws, but the impact on an authenticated user remains significant.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to version 5.2 or later of the Invisible Anti-Spam & CAPTCHA plugin, which removes the vulnerable code and properly sanitizes the 'key' parameter.
  • If an upgrade is not immediately possible, permanently revoke editor or higher role permissions from any compromised or untrusted accounts to reduce the attacker's ability to inject SQL.
  • If the plugin must remain, consider disabling or uninstalling it until a patched version is available to prevent the injection vector from being exposed.

Generated by OpenCVE AI on August 15, 2026 at 04:22 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 generic SQL Injection via the 'key' parameter in all versions up to, and including, 5.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with editor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Title Invisible Anti-Spam & CAPTCHA <= 5.1 - Authenticated (Editor+) SQL Injection via 'key' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

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

Reserved: 2026-07-17T14:09:48.824Z

Link: CVE-2026-16094

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-16094

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')