Kcaptcha Security & Risk Analysis

wordpress.org/plugins/kcaptcha

Kcaptcha plugin is the perfect security plugin for your wordpress website forms that protects your website from spam bots.

30 active installs v1.0.1 PHP + WP 3.1+ Updated Sep 14, 2016
anti-spamcaptcha-plugincomment-captchaform-captchalogin-captcharegistration-captcha
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Kcaptcha Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The kcaptcha plugin v1.0.1 exhibits a generally good security posture based on the provided static analysis. The plugin has a very small attack surface, with only one shortcode and no unprotected entry points identified. The absence of dangerous functions, file operations, and external HTTP requests is also a positive indicator. Furthermore, the plugin has no recorded vulnerability history, suggesting a track record of secure development.

However, there are areas for improvement. The analysis shows that only 25% of SQL queries use prepared statements, leaving a significant portion vulnerable to SQL injection if user input is involved. Similarly, only 25% of outputs are properly escaped, creating potential for cross-site scripting (XSS) vulnerabilities. The complete absence of nonce and capability checks on its single entry point (the shortcode) is a significant concern, as it means any authenticated user could potentially trigger its functionality without proper authorization or security validation. While taint analysis found no issues, this might be due to limited testing scope or the absence of certain types of user input being processed.

In conclusion, while kcaptcha benefits from a small attack surface and a clean vulnerability history, the identified code quality issues related to SQL preparation and output escaping, coupled with the complete lack of nonce and capability checks on its shortcode, present notable security risks that should be addressed.

Key Concerns

  • SQL queries not using prepared statements (75%)
  • Output escaping not properly implemented (75%)
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

Kcaptcha Security Vulnerabilities

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

Kcaptcha Code Analysis

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

SQL Query Safety

25% prepared4 total queries

Output Escaping

25% escaped4 total outputs
Attack Surface

Kcaptcha Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[addKcaptcha] kcaptcha.php:347
WordPress Hooks 11
actionadmin_menukcaptcha.php:58
actionlogin_formkcaptcha.php:156
actionauthenticatekcaptcha.php:157
actionregister_formkcaptcha.php:195
filterregistration_errorskcaptcha.php:197
actioncomment_form_after_fieldskcaptcha.php:232
actioncomment_form_logged_in_afterkcaptcha.php:233
actioncomment_formkcaptcha.php:236
filterpreprocess_commentkcaptcha.php:237
actionlostpassword_formkcaptcha.php:303
actionlostpassword_postkcaptcha.php:304
Maintenance & Trust

Kcaptcha Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedSep 14, 2016
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

Kcaptcha Developer Profile

Ksolves - Emerging Ahead Always

1 plugin · 30 total installs

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

How We Detect Kcaptcha

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/kcaptcha/lib/createcaptcha.php

HTML / DOM Fingerprints

HTML Comments
<!-- skip captcha if user is logged in and the settings allow -->
Data Attributes
id="captcha_code"id='captchaimg'
JS Globals
function refreshCaptcha()var img = document.images['captchaimg']
Shortcode Output
<img src="id='captchaimg'" data-src="" name="captcha_code"
FAQ

Frequently Asked Questions about Kcaptcha