Click To Print Security & Risk Analysis

wordpress.org/plugins/click-to-print

This plugin is to add print button to your posts and pages.

30 active installs v1.0 PHP + WP 3.5+ Updated Mar 20, 2020
daynightprint-co-ukprint
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Click To Print Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The 'click-to-print' v1.0 plugin exhibits a generally positive security posture due to the absence of known vulnerabilities, dangerous functions, direct SQL queries, file operations, and external HTTP requests. The attack surface is minimal, consisting of only one shortcode, and importantly, all identified entry points lack authentication checks, which is a significant concern. While the code analysis indicates a lack of taint flows and dangerous functions, the complete absence of output escaping for all identified outputs is a critical weakness that could lead to cross-site scripting (XSS) vulnerabilities. The vulnerability history is clean, suggesting the developer has a good track record, but this does not mitigate the risks identified in the current code analysis. The plugin's strengths lie in its limited functionality and lack of common attack vectors, but the unescaped output and unprotected shortcode present clear security risks that require immediate attention.

Key Concerns

  • Shortcode without auth checks
  • Unescaped output detected
Vulnerabilities
None known

Click To Print Security Vulnerabilities

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

Click To Print Code Analysis

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

Output Escaping

0% escaped3 total outputs
Attack Surface

Click To Print Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[ctp_print] click-to-print.php:58
WordPress Hooks 1
actionwp_headclick-to-print.php:60
Maintenance & Trust

Click To Print Maintenance & Trust

Maintenance Signals

WordPress version tested5.3.21
Last updatedMar 20, 2020
PHP min version
Downloads1K

Community Trust

Rating100/100
Number of ratings1
Active installs30
Developer Profile

Click To Print Developer Profile

Nazmul Hossain Nihal

3 plugins · 120 total installs

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

How We Detect Click To Print

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
ctp-button
Data Attributes
onclick="ctp_click()"
JS Globals
window.print
Shortcode Output
<button class="ctp-button" onclick="ctp_click()">Print</button>
FAQ

Frequently Asked Questions about Click To Print