CVE-2025-2074 MEDIUM

CVE-2025-2074: Advanced Google reCAPTCHA <= 1.29 - Authenticated (Subscriber+) Limited SQL Injection via 'sSearch' Parameter

Vendor Webfactory
Product Advanced Google reCAPTCHA
Weakness CWE-89 · SQLi
Published March 28, 2025
Last update April 8, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity High
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

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

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Advanced Google reCAPTCHA versions 1.29 and earlier contain a SQL injection vulnerability in database query handling. An attacker with low-level site access can craft malicious input to extract sensitive data from the site's database. The vulnerability requires network access and some technical knowledge to exploit, but does not require user interaction.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the site's database by injecting SQL commands through the plugin.

Potential impact on your site

04Site Impact

Unauthorized database access could expose user data, credentials, or other sensitive information stored in your site's database.

Conditions required to exploit

05Prerequisites

Attacker needs low-level site access (e.g., subscriber account or ability to submit forms). Network access required.

Key dates

06Disclosure timeline

March 28, 2025 CVE published
April 8, 2026 Record updated