
Login Captcha Security & Risk Analysis
wordpress.org/plugins/secure-login-captchaThis plugin used to apply/add login captcha field to wordpress login form.
Is Login Captcha Safe to Use in 2026?
Generally Safe
Score 85/100Login Captcha has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
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
Login Captcha Security Vulnerabilities
Login Captcha Release Timeline
Login Captcha Code Analysis
Output Escaping
Login Captcha Attack Surface
WordPress Hooks 3
Maintenance & Trust
Login Captcha Maintenance & Trust
Maintenance Signals
Community Trust
Login Captcha Alternatives
SiteGuard WP Plugin
siteguard
SiteGurad WP Plugin is the plugin specialized for the protection against the attack to the management page and login.
Wordfence Login Security
wordfence-login-security
Secure your website with Wordfence Login Security, providing two-factor authentication, login and registration CAPTCHA, and XML-RPC protection.
Login No Captcha reCAPTCHA
login-recaptcha
Adds a Google No Captcha ReCaptcha checkbox to your Wordpress and Woocommerce login, forgot password, and user registration pages.
Login Security Captcha
login-security-recaptcha
Secure WordPress login, registration, and comment form with Google reCAPTCHA or Cloudflare Turnstile. Prevent Brute-force attacks and more.
Simple Login Captcha
simple-login-captcha
Adds a simple 3-digit number captcha on the login form.
Login Captcha Developer Profile
3 plugins · 120 total installs
How We Detect Login Captcha
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/secure-login-captcha/login-captcha.phpHTML / DOM Fingerprints
inputid="captcha_field"name="captcha_field"<p>
<strong>Captcha Code : </strong>
<input type="text" size="20" value="" class="input" id="captcha_field" name="captcha_field"></label>
</p>