PDFtoIMG Security & Risk Analysis

wordpress.org/plugins/pdftoimg-viewer

Reads a PDF file and displays a Base64 image of the PDF on the page.

10 active installs v1.0.1 PHP 8.0+ WP 6.0+ Updated Dec 28, 2023
image-conversionmultiple-image-conversionpdfpdftoimg
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is PDFtoIMG Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 2yr ago
Risk Assessment

The pdftoimg-viewer v1.0.1 plugin exhibits a strong security posture based on the provided static analysis. All identified entry points, including the single AJAX handler, are protected by nonce and capability checks, indicating adherence to WordPress security best practices for handling user interactions. The code also demonstrates a commitment to secure data handling with 100% of SQL queries using prepared statements and all output being properly escaped, mitigating common risks like SQL injection and cross-site scripting (XSS). The absence of critical or high severity taint flows further reinforces its secure coding practices.

While the static analysis reveals no immediate vulnerabilities, the presence of one file operation warrants careful consideration. Although not explicitly flagged as a concern in this report, it's crucial to understand the nature of this operation to ensure it's not susceptible to path traversal or other file manipulation vulnerabilities if improperly handled in the broader context. The plugin's clean vulnerability history with zero recorded CVEs is a significant positive indicator, suggesting consistent developer attention to security or a lack of past exploitable issues. Overall, pdftoimg-viewer v1.0.1 appears to be a securely developed plugin, with the only area for potential scrutiny being the specific implementation of its file operation.

Key Concerns

  • File operation detected
Vulnerabilities
None known

PDFtoIMG Security Vulnerabilities

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

PDFtoIMG Code Analysis

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

Output Escaping

100% escaped35 total outputs
Attack Surface

PDFtoIMG Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_PDFtoIMG_delete_filePDFtoIMG_administration.php:229
WordPress Hooks 6
actionwp_enqueue_scriptsPDFtoIMG.php:59
actionadmin_enqueue_scriptsPDFtoIMG.php:87
filterPDFtoIMG_plugin_row_metaPDFtoIMG.php:109
actionplugins_loadedPDFtoIMG.php:180
filterupload_dirPDFtoIMG_administration.php:307
actionadmin_menuPDFtoIMG_administration.php:399
Maintenance & Trust

PDFtoIMG Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedDec 28, 2023
PHP min version8.0
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

PDFtoIMG Developer Profile

pitinca

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 PDFtoIMG

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/pdftoimg-viewer/css/PDFtoIMG_front_style.css/wp-content/plugins/pdftoimg-viewer/lib/pdfjs/pdf.js/wp-content/plugins/pdftoimg-viewer/lib/fontawesome/font-awesome.min.css/wp-content/plugins/pdftoimg-viewer/lib/bootstrap/bootstrap.min.css/wp-content/plugins/pdftoimg-viewer/lib/bootstrap/bootstrap.min.js/wp-content/plugins/pdftoimg-viewer/css/PDFtoIMG_admin_style.css/wp-content/plugins/pdftoimg-viewer/js/function-min.php/wp-content/plugins/pdftoimg-viewer/js/function.js
Script Paths
/wp-content/plugins/pdftoimg-viewer/lib/pdfjs/pdf.js/wp-content/plugins/pdftoimg-viewer/lib/bootstrap/bootstrap.min.js/wp-content/plugins/pdftoimg-viewer/js/function.js

HTML / DOM Fingerprints

HTML Comments
<!-- Plugin Name: PDFtoIMG Viewer --><!-- Version: 1.0.1 --><!-- If this file is called directly, exit --><!-- Set constants -->+6 more
JS Globals
var PDFtoIMG_PLUGIN_NAME = 'PDFtoIMG';var PDFtoIMG_PLUGIN_VERSION = '1.0.1';
FAQ

Frequently Asked Questions about PDFtoIMG