Hercules Recaptcha Security & Risk Analysis

wordpress.org/plugins/hercules-recaptcha

Hercules Recaptcha adds a Recaptcha to the comment form for non-logged in users. It uses the latest Recaptcha API.

10 active installs v1.1 PHP + WP 3.0.1+ Updated Jan 19, 2015
captchacommentsherculesrecaptchaspam
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Hercules Recaptcha Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The 'hercules-recaptcha' v1.1 plugin exhibits a mixed security posture. On one hand, the absence of known CVEs and the exclusive use of prepared statements for SQL queries are positive indicators. The static analysis also shows a very limited attack surface with no discoverable AJAX handlers, REST API routes, shortcodes, or cron events. However, there are significant concerns regarding output escaping and taint analysis. The fact that 0% of the 8 total outputs are properly escaped is a critical weakness, potentially leading to cross-site scripting (XSS) vulnerabilities if user-supplied data is displayed without sanitization. Furthermore, the taint analysis revealing 4 flows with unsanitized paths, even if not classified as critical or high severity in this report, warrants attention as it suggests potential avenues for data manipulation or injection. The lack of nonce and capability checks also contributes to the overall risk, as these are fundamental security mechanisms for preventing unauthorized actions and ensuring proper authorization. While the plugin appears to have a clean vulnerability history, the identified code signals and taint flows point to areas that require immediate attention and remediation to strengthen its security.

Key Concerns

  • Unescaped output found
  • Taint flows with unsanitized paths
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Hercules Recaptcha Security Vulnerabilities

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

Hercules Recaptcha Release Timeline

v1.1Current
v1.0
Code Analysis
Analyzed Mar 16, 2026

Hercules Recaptcha Code Analysis

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

Output Escaping

0% escaped8 total outputs
Data Flows · Security
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
VerifyCommentRecaptcha (hercules_recaptcha.php:324)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Hercules Recaptcha Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actionadmin_menuhercules_recaptcha.php:29
filterpreprocess_commenthercules_recaptcha.php:34
actionsignup_extra_fieldshercules_recaptcha.php:39
filterwpmu_validate_user_signuphercules_recaptcha.php:41
filterregistration_errorshercules_recaptcha.php:43
actionwp_headhercules_recaptcha.php:45
actionwp_enqueue_scriptshercules_recaptcha.php:46
filterwpmu_validate_user_signuphercules_recaptcha.php:402
filterregistration_errorshercules_recaptcha.php:406
Maintenance & Trust

Hercules Recaptcha Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedJan 19, 2015
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings5
Active installs10
Developer Profile

Hercules Recaptcha Developer Profile

Todd Nestor

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 Hercules Recaptcha

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/hercules-recaptcha/hercules-recaptcha.js
Script Paths
https://www.google.com/recaptcha/api.js
Version Parameters
hercules-recaptcha/hercules-recaptcha.js?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- Settings Page --><!-- Recaptcha Settings --><!-- Comment Form -->
Data Attributes
name="herc_recaptcha_options[public_key]"name="herc_recaptcha_options[private_key]"name="herc_recaptcha_options[comment_form]"name="herc_recaptcha_options[placement]"
FAQ

Frequently Asked Questions about Hercules Recaptcha