LazyCaptcha Security & Risk Analysis

wordpress.org/plugins/lazycaptcha

LazyCaptcha is a small and lazy plugin to prevent bots from spamming your comments.

10 active installs v0.6 PHP 7.2+ WP 5.0+ Updated Unknown
antispamarithmeticcaptchacommentmath
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is LazyCaptcha Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The "lazycaptcha" plugin v0.6 exhibits a generally positive security posture with good practices in place. The plugin demonstrates a commitment to security by using prepared statements for the vast majority of its SQL queries and ensuring all identified outputs are properly escaped. The absence of file operations and external HTTP requests further reduces potential attack vectors.

However, a significant concern arises from the taint analysis, which revealed two flows with unsanitized paths. While these are not classified as critical or high severity, the presence of unsanitized paths, especially on entry points, is a notable risk. Compounding this is the complete lack of nonce checks and capability checks, meaning that any interaction with the plugin's functionality, including the single cron event, could potentially be initiated or manipulated by unauthenticated or unauthorized users. The plugin's vulnerability history is clean, which is a positive indicator of past development practices, but it doesn't mitigate the risks identified in the current static analysis.

In conclusion, while "lazycaptcha" v0.6 benefits from secure SQL practices and proper output escaping, the presence of unsanitized paths and the absence of essential security checks like nonces and capability checks introduce significant security weaknesses that require immediate attention. The plugin's clean vulnerability history is a good sign, but it cannot compensate for these identified flaws.

Key Concerns

  • Unsanitized paths in taint analysis (2 flows)
  • No nonce checks
  • No capability checks
  • SQL queries with prepared statements (8% not prepared)
Vulnerabilities
None known

LazyCaptcha Security Vulnerabilities

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

LazyCaptcha Code Analysis

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

SQL Query Safety

92% prepared13 total queries

Output Escaping

100% escaped2 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
wp_lazy_captcha_check (lc-func.php:208)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

LazyCaptcha Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninitlazycaptcha.php:40
filtercomment_form_defaultslazycaptcha.php:42
filterpreprocess_commentlazycaptcha.php:44
actionwp_lazy_captcha_dbclean_eventlc-func.php:95

Scheduled Events 1

wp_lazy_captcha_dbclean_event
Maintenance & Trust

LazyCaptcha Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedUnknown
PHP min version7.2
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

LazyCaptcha Developer Profile

tuxlog

6 plugins · 6K total installs

78
trust score
Avg Security Score
98/100
Avg Patch Time
660 days
View full developer profile
Detection Fingerprints

How We Detect LazyCaptcha

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/lazycaptcha/wplc.css
Version Parameters
wplc.css?ver=

HTML / DOM Fingerprints

CSS Classes
imgwplc
Data Attributes
id="authorwplc"
Shortcode Output
<p class="comment-form-author"><label for=""><span class="required">*</span></label><br/> width="200" height="45" class="imgwplc">
FAQ

Frequently Asked Questions about LazyCaptcha