Hsoub CAPTCHA Security & Risk Analysis

wordpress.org/plugins/hsoub-captcha

A simple comment captcha protection.

10 active installs v1.0 PHP + WP 3.0.0+ Updated Jan 5, 2012
anti-spamcommentcommentspreventspam
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Hsoub CAPTCHA Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "hsoub-captcha" v1.0 plugin exhibits a mixed security posture. On the positive side, it has no known CVEs and zero recorded vulnerabilities, suggesting a history of stable and potentially secure development. The static analysis reveals no dangerous functions, no SQL queries without prepared statements, no file operations, and no external HTTP requests, which are all excellent security indicators. However, a significant concern arises from the complete lack of output escaping on all 13 identified output points. This presents a clear risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the website's output, potentially leading to session hijacking, defacement, or further compromise. Additionally, the absence of nonce checks and capability checks across all entry points (though the attack surface is currently zero) means that if any new entry points are added in the future without proper security measures, they would be inherently vulnerable.

Key Concerns

  • All identified outputs are unescaped.
  • No nonce checks implemented.
  • No capability checks implemented.
Vulnerabilities
None known

Hsoub CAPTCHA Security Vulnerabilities

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

Hsoub CAPTCHA Code Analysis

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

Bundled Libraries

Select2

Output Escaping

0% escaped13 total outputs
Attack Surface

Hsoub CAPTCHA Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actioninithsoub-captcha.php:88
filterpreprocess_commenthsoub-captcha.php:91
filtercomment_form_field_commenthsoub-captcha.php:92
actionadmin_menuoptions-panel.php:4
actionadmin_initoptions-panel.php:6
actionadmin_initoptions-panel.php:22
Maintenance & Trust

Hsoub CAPTCHA Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedJan 5, 2012
PHP min version
Downloads4K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Hsoub CAPTCHA Developer Profile

web2dev

1 plugin · 10 total installs

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

How We Detect Hsoub CAPTCHA

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/hsoub-captcha/color-picker/js/colorpicker.js/wp-content/plugins/hsoub-captcha/color-picker/css/colorpicker.css
Script Paths
https://captcha.hsoub.com/hcaptcha.js

HTML / DOM Fingerprints

HTML Comments
<!-- hcaptcha_options = {language: '<?php echo get_option( 'hcaptcha_lang' ) ?>', key: '<?php echo get_option( 'hcaptcha_api_key' ) ?>', background: '#<?php echo get_option( 'hcaptcha_background' ) ?>', border: '#<?php echo get_option( 'hcaptcha_border' ) ?>'}; //--><!-- hcaptcha_options = {language: '<?php echo get_option('hcaptcha_lang'); ?>', key: '<?php echo get_option('hcaptcha_api_key'); ?>', background: '#<?php echo get_option('hcaptcha_background'); ?>', border: '#<?php echo get_option('hcaptcha_border'); ?>'}; //-->
Data Attributes
id="hcaptcha"maxlength="6"id="hcaptcha_background"id="hcaptcha_border"
JS Globals
hcaptcha_options
FAQ

Frequently Asked Questions about Hsoub CAPTCHA