Description
The Advanced Google reCAPTCHA plugin for WordPress is vulnerable to generic SQL Injection via the ‘sSearch’ parameter in all versions up to, and including, 1.29 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 Subscriber-level access and above, to append additional SQL queries into already existing queries, particularly when the plugin’s settings page hasn’t been visited and its welcome message has not been dismissed. This issue can be used to extract sensitive information from the database.
Published: 2025-03-28
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: SQL Injection – data extraction
Action: Apply patch
AI Analysis

Impact

The Advanced Google reCAPTCHA plugin for WordPress is vulnerable to a generic SQL Injection via the sSearch parameter in all releases up to and including 1.29. Inadequate escaping and lack of query preparation allow an attacker who possesses Subscriber level or higher privileges to append additional SQL statements to existing queries, potentially exposing sensitive database information. This weakness is classified as CWE‑89.

Affected Systems

All versions of the Advanced Google reCAPTCHA plugin (webfactory) running on WordPress, specifically releases 1.0 through 1.29, are affected. The vulnerability exists regardless of whether the plugin’s settings page has been visited or its welcome message dismissed.

Risk and Exploitability

The CVSS score is 5.3, indicating moderate severity. The EPSS score is less than 1%, showing the likelihood of exploitation is low but non‑zero, and the vulnerability is not listed in the CISA KEV catalog. Attackers must first authenticate to WordPress with Subscriber or higher permissions; from there, they can use the sSearch parameter in the plugin’s AJAX endpoints to inject SQL. The attack vector is therefore an authenticated web application exploitation, likely triggered from the admin interface or plugin configuration pages.

Generated by OpenCVE AI on April 21, 2026 at 21:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Advanced Google reCAPTCHA plugin to version 1.30 or later where the SQL injection flaw is fixed.
  • If an upgrade is not immediately possible, disable or delete the Advanced Google reCAPTCHA plugin to prevent the flawed code from executing.
  • Restrict Subscriber and higher level access to the WordPress admin area and enforce strict input validation for all user‑supplied parameters to reduce the risk of injection even if the plugin remains installed.

Generated by OpenCVE AI on April 21, 2026 at 21:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
EUVD EUVD EUVD-2025-8556 The Advanced Google reCAPTCHA plugin for WordPress is vulnerable to generic SQL Injection via the ‘sSearch’ parameter in all versions up to, and including, 1.29 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 Subscriber-level access and above, to append additional SQL queries into already existing queries, particularly when the plugin’s settings page hasn’t been visited and its welcome message has not been dismissed. This issue can be used to extract sensitive information from the database.
History

Fri, 28 Mar 2025 15:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Fri, 28 Mar 2025 07:45:00 +0000

Type Values Removed Values Added
Description The Advanced Google reCAPTCHA plugin for WordPress is vulnerable to generic SQL Injection via the ‘sSearch’ parameter in all versions up to, and including, 1.29 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 Subscriber-level access and above, to append additional SQL queries into already existing queries, particularly when the plugin’s settings page hasn’t been visited and its welcome message has not been dismissed. This issue can be used to extract sensitive information from the database.
Title Advanced Google reCAPTCHA <= 1.29 - Authenticated (Subscriber+) Limited SQL Injection via 'sSearch' Parameter
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-08T17:10:11.481Z

Reserved: 2025-03-06T20:49:38.920Z

Link: CVE-2025-2074

cve-icon Vulnrichment

Updated: 2025-03-28T14:32:55.242Z

cve-icon NVD

Status : Deferred

Published: 2025-03-28T08:15:15.430

Modified: 2026-04-15T00:35:42.020

Link: CVE-2025-2074

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-21T21:45:25Z

Weaknesses
  • CWE-89

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