GreCAPTCHA Security & Risk Analysis

wordpress.org/plugins/grecaptcha

Protects WordPress website forms from spam and brute-force attacks with Google reCAPTCHA.

20 active installs v1.4 PHP 7.0+ WP 4.9+ Updated Mar 23, 2021
botcaptcharecaptchaspam
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is GreCAPTCHA Safe to Use in 2026?

Generally Safe

Score 85/100

GreCAPTCHA has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The "grecaptcha" plugin version 1.4 exhibits a mixed security posture. On one hand, the static analysis reveals an absence of direct attack surface points like AJAX handlers, REST API routes, shortcodes, or cron events, which is a positive sign for reducing initial exploit vectors. Furthermore, the plugin demonstrates good practices by utilizing prepared statements for all SQL queries, indicating a strong defense against SQL injection. However, significant concerns arise from the output escaping and taint analysis. A very low percentage of output is properly escaped (14%), suggesting a high likelihood of cross-site scripting (XSS) vulnerabilities where user-supplied data could be rendered directly in the browser. The taint analysis revealing two flows with unsanitized paths, even without critical or high severity assignments, points to potential weaknesses in how data is handled and could be exploited in conjunction with the poor output escaping.

Key Concerns

  • Low output escaping percentage
  • Unsanitized paths found in taint analysis
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

GreCAPTCHA Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

GreCAPTCHA Code Analysis

Dangerous Functions
0
Raw SQL Queries
0
0 prepared
Unescaped Output
6
1 escaped
Nonce Checks
0
Capability Checks
0
File Operations
0
External Requests
1
Bundled Libraries
0

Output Escaping

14% escaped7 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
grecaptcha_verify (includes\core.php:156)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

GreCAPTCHA Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 26
actioncomment_form_after_fieldsincludes\comments.php:14
filtercomment_form_submit_buttonincludes\comments.php:23
actionwp_print_footer_scriptsincludes\comments.php:31
filterpre_comment_approvedincludes\comments.php:43
filterlcf_after_fieldsincludes\lcf.php:14
actionwp_print_footer_scriptsincludes\lcf.php:35
actionlcf_enqueue_scriptsincludes\lcf.php:37
filterlcf_validate_g-recaptcha-responseincludes\lcf.php:48
actionlogin_enqueue_scriptsincludes\login.php:14
actionlogin_footerincludes\login.php:35
actionlogin_formincludes\login.php:41
actionlostpassword_formincludes\login.php:42
actionresetpass_formincludes\login.php:43
actionregister_formincludes\login.php:44
filterauthenticateincludes\login.php:59
actionlostpassword_postincludes\login.php:70
filterregistration_errorsincludes\login.php:82
actionadmin_initincludes\settings.php:20
actionadmin_menuincludes\settings.php:39
filterwpcf7_verify_nonceincludes\wpcf7.php:14
filterwpcf7_load_jsincludes\wpcf7.php:24
filterwpcf7_load_cssincludes\wpcf7.php:25
filterwpcf7_validate_grecaptchaincludes\wpcf7.php:34
actionwpcf7_initincludes\wpcf7.php:36
actionwp_print_footer_scriptsincludes\wpcf7.php:57
actionwpcf7_enqueue_scriptsincludes\wpcf7.php:59
Maintenance & Trust

GreCAPTCHA Maintenance & Trust

Maintenance Signals

WordPress version tested5.7.15
Last updatedMar 23, 2021
PHP min version7.0
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs20
Developer Profile

GreCAPTCHA Developer Profile

Beherit

7 plugins · 420 total installs

85
trust score
Avg Security Score
87/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect GreCAPTCHA

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
grecaptcha_versiongrecaptcha_version v2_checkboxgrecaptcha_version v2_invisiblegrecaptcha_version v3
Data Attributes
id="grecaptcha_version"name="grecaptcha_version"id="grecaptcha_site_key"name="grecaptcha_site_key"id="grecaptcha_secret_key"name="grecaptcha_secret_key"+5 more
JS Globals
document.querySelector('#grecaptcha_version')document.querySelectorAll('.grecaptcha_version')
FAQ

Frequently Asked Questions about GreCAPTCHA