Login Captcha Security & Risk Analysis

wordpress.org/plugins/secure-login-captcha

This plugin used to apply/add login captcha field to wordpress login form.

0 active installs v1.0 PHP + WP 4.9+ Updated Oct 9, 2019
captchaloginsecurity
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Login Captcha Safe to Use in 2026?

Generally Safe

Score 85/100

Login Captcha 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 "secure-login-captcha" v1.0 plugin exhibits a seemingly strong security posture based on the provided static analysis. There are no detected AJAX handlers, REST API routes, shortcodes, or cron events, resulting in zero identified entry points and thus no unprotected ones. The code also shows no usage of dangerous functions, no direct SQL queries (all use prepared statements), no file operations, and no external HTTP requests. Furthermore, there are no recorded vulnerabilities in its history, suggesting a history of secure development or limited exposure.

However, a significant concern arises from the complete absence of nonce and capability checks. While the attack surface is currently zero, if any entry points were to be introduced in future versions, this lack of authorization and validation mechanisms would leave them highly vulnerable. The fact that 100% of observed output is not properly escaped is also a notable weakness. If any data were to be passed through these outputs, it could lead to cross-site scripting (XSS) vulnerabilities. The taint analysis also shows zero flows, which, while positive, could be a result of limited code complexity or a lack of comprehensive taint analysis rather than absolute safety.

In conclusion, the plugin appears to have a minimal attack surface and no known historical vulnerabilities. The lack of dangerous functions and use of prepared statements are positive signs. Nevertheless, the complete omission of nonce and capability checks, coupled with unescaped output, represents significant potential security risks should the plugin's functionality evolve or if its current limited scope masks underlying vulnerabilities. The absence of any identified issues in the static analysis, especially regarding output escaping, warrants caution and suggests a need for further code review.

Key Concerns

  • 100% of outputs not properly escaped
  • No nonce checks on any entry points
  • No capability checks on any entry points
Vulnerabilities
None known

Login Captcha Security Vulnerabilities

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

Login Captcha Release Timeline

v1.0Current
Code Analysis
Analyzed Apr 16, 2026

Login Captcha Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Login Captcha Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actioninitlogin-captcha.php:15
actionlogin_formlogin-captcha.php:29
filterauthenticatelogin-captcha.php:33
Maintenance & Trust

Login Captcha Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedOct 9, 2019
PHP min version
Downloads959

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Login Captcha Developer Profile

sach3932

3 plugins · 120 total installs

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

How We Detect Login Captcha

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/secure-login-captcha/login-captcha.php

HTML / DOM Fingerprints

CSS Classes
input
Data Attributes
id="captcha_field"name="captcha_field"
Shortcode Output
<p> <strong>Captcha Code : </strong> <input type="text" size="20" value="" class="input" id="captcha_field" name="captcha_field"></label> </p>
FAQ

Frequently Asked Questions about Login Captcha