WP reCaptcha Login Security & Risk Analysis

wordpress.org/plugins/wp-recaptcha-login

License: GPLv2 or later This plugin uses reCaptcha V3 to add an extra layer of security at your login screen, preventing brute-force attacks.

0 active installs v1.0 PHP + WP 4.3+ Updated Sep 16, 2019
loginrecaptchasecurity
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP reCaptcha Login Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The 'wp-recaptcha-login' v1.0 plugin exhibits a generally good security posture based on the static analysis. The absence of known CVEs and the plugin's development history without recorded vulnerabilities are positive indicators. The code signals show a strong adherence to secure coding practices, with a high percentage of properly escaped outputs and the exclusive use of prepared statements for SQL queries. The attack surface is commendably small, with no identified AJAX handlers, REST API routes, shortcodes, or cron events, further limiting potential entry points for attackers.

However, there are a few areas that warrant attention. The presence of two taint flows with unsanitized paths, while not reaching critical or high severity in this analysis, suggests a potential for subtle vulnerabilities. Additionally, the plugin makes one external HTTP request. While not explicitly flagged as a risk, such requests can be a vector for server-side request forgery (SSRF) or man-in-the-middle attacks if not handled with extreme care and proper validation. The lack of nonce checks and capability checks on any identified entry points (though there are none) would be a significant concern if an attack surface were present.

In conclusion, 'wp-recaptcha-login' v1.0 appears to be a securely developed plugin, particularly regarding SQL and output handling. The primary weaknesses lie in the two identified unsanitized taint flows and the single external HTTP request, which, although not critically severe in this analysis, represent potential areas for future exploitation. The plugin's clean vulnerability history is a significant strength.

Key Concerns

  • Taint flows with unsanitized paths
  • External HTTP request present
Vulnerabilities
None known

WP reCaptcha Login Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

WP reCaptcha Login Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

WP reCaptcha Login Code Analysis

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

Output Escaping

91% escaped11 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
escode_verify_recaptcha_on_login (index.php:182)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP reCaptcha Login Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_menuindex.php:18
actionadmin_initindex.php:27
actionlogin_enqueue_scriptsindex.php:99
actionlogin_formindex.php:111
filterwp_authenticate_userindex.php:178
Maintenance & Trust

WP reCaptcha Login Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedSep 16, 2019
PHP min version
Downloads901

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

WP reCaptcha Login Developer Profile

WP Academic

20 plugins · 1K total installs

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

How We Detect WP reCaptcha Login

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

Asset Fingerprints

Script Paths
https://www.google.com/recaptcha/api.js

HTML / DOM Fingerprints

CSS Classes
g-recaptcha
HTML Comments
Aint nobody got time fo dat
Data Attributes
data-sitekeydata-callbackdata-size
JS Globals
onSubmit
FAQ

Frequently Asked Questions about WP reCaptcha Login