HTML to PDF Converter Security & Risk Analysis

wordpress.org/plugins/html-to-pdf-converter

A WordPress plugin that allows you to convert any WordPress page or post to a PDF file using the html2pdf.app API.

70 active installs v1.0.8 PHP 7.0+ WP 5.0+ Updated Dec 24, 2024
convert-to-pdfhtml2pdfpage-to-pdfpdfsave-to-pdf
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is HTML to PDF Converter Safe to Use in 2026?

Generally Safe

Score 92/100

HTML to PDF Converter has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1yr ago
Risk Assessment

The 'html-to-pdf-converter' plugin version 1.0.8 exhibits a generally good security posture due to its adherence to several best practices. The absence of direct SQL queries, the consistent use of prepared statements for any database interactions, and the high percentage of properly escaped output are positive indicators. Furthermore, the plugin has no recorded vulnerability history, suggesting a well-maintained codebase or a lack of past discovery.

However, there are notable areas of concern. The plugin's static analysis reveals two flows with unsanitized paths, which, although not classified as critical or high severity in the taint analysis, represent a potential risk if these paths are exposed to user input without proper sanitization or validation. Additionally, the lack of nonce checks and capability checks on its single entry point (the shortcode) is a significant security gap. This means that any user, regardless of their role or permissions, could potentially trigger the shortcode's functionality, which could lead to unintended consequences or be exploited if the underlying code has hidden vulnerabilities.

In conclusion, while the plugin demonstrates a commitment to secure coding practices in areas like SQL and output escaping, the identified unsanitized paths and the complete absence of authentication/authorization checks on its shortcode are weaknesses that warrant attention. The lack of past vulnerabilities is a positive sign, but it does not negate the risks presented by the current analysis.

Key Concerns

  • Unsanitized paths found
  • No nonce checks on entry point
  • No capability checks on entry point
Vulnerabilities
None known

HTML to PDF Converter Security Vulnerabilities

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

HTML to PDF Converter Code Analysis

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

Output Escaping

96% escaped28 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
html2pdf_generate (html-to-pdf-converter.php:176)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

HTML to PDF Converter Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[html2pdf] html-to-pdf-converter.php:163
WordPress Hooks 3
actionadmin_menuhtml-to-pdf-converter.php:14
actionadmin_inithtml-to-pdf-converter.php:112
actioninithtml-to-pdf-converter.php:175
Maintenance & Trust

HTML to PDF Converter Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedDec 24, 2024
PHP min version7.0
Downloads3K

Community Trust

Rating20/100
Number of ratings1
Active installs70
Developer Profile

HTML to PDF Converter Developer Profile

html2pdf.app

1 plugin · 70 total installs

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

How We Detect HTML to PDF Converter

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
html2pdf_button
Shortcode Output
<a class="html2pdf_button" href="
FAQ

Frequently Asked Questions about HTML to PDF Converter