Make PDF Newspaper Security & Risk Analysis

wordpress.org/plugins/make-pdf-newspaper

'Make PDF Newspaper' uses Five Filters PDF Newspaper to create printer friendly 'tabloid' edition of your Wordpress blog.

10 active installs v2.2.4 PHP + WP 2.5+ Updated Nov 23, 2010
newsletternewspaperpdfprintabletabloid
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Make PDF Newspaper Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The "make-pdf-newspaper" v2.2.4 plugin exhibits a mixed security posture. On the positive side, it has a seemingly small attack surface with no discovered AJAX handlers, REST API routes, shortcodes, or cron events that lack authentication or permission checks. All SQL queries are properly prepared, and there's at least one nonce check and one capability check, which are good security practices. However, there are significant concerns regarding the use of dangerous functions like "unserialize" and "create_function." The static analysis also reveals a concerning 49% of output escaping, indicating a substantial number of potential cross-site scripting (XSS) vulnerabilities. The taint analysis identified a flow with unsanitized paths, though it was not classified as critical or high severity.

The plugin's vulnerability history is notably clean, with zero recorded CVEs, which is a strong indicator of past secure development. This lack of historical vulnerabilities might suggest diligent maintenance or that the plugin's functionality hasn't attracted significant malicious attention. However, the absence of historical issues should not overshadow the immediate risks identified in the static analysis. The presence of dangerous functions and inadequate output escaping are common entry points for vulnerabilities. Therefore, while the plugin has strengths in its limited attack surface and clean history, the identified code signals warrant caution.

Key Concerns

  • Use of dangerous functions: unserialize, create_function
  • Significant portion of outputs not properly escaped
  • Taint flow with unsanitized paths
  • Bundled outdated library: TCPDF v5.5.010
Vulnerabilities
None known

Make PDF Newspaper Security Vulnerabilities

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

Make PDF Newspaper Code Analysis

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

Dangerous Functions Found

unserialize$params = unserialize(urldecode($tag['attribute']['params']));NewspaperPDF.php:925
create_functioncreate_function('$matches', 'global $spacew;NewspaperPDF.php:2918
create_functioncreate_function('$matches', 'global $x_diff, $w_diff;NewspaperPDF.php:2960
create_functioncreate_function('$matches', 'global $spacew;NewspaperPDF.php:2972
create_functioncreate_function('$matches', 'global $spacew;NewspaperPDF.php:3007

Bundled Libraries

TCPDF5.5.010

SQL Query Safety

100% prepared1 total queries

Output Escaping

49% escaped70 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<makepdf> (makepdf.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Make PDF Newspaper Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actioninitmake-pdf-newspaper.php:91
actionadmin_menumake-pdf-newspaper.php:92
actionplugins_loadedmake-pdf-newspaper.php:93
actiontemplate_redirectmake-pdf-newspaper.php:94
actioninitmake-pdf-newspaper.php:95
filterposts_whererss-make-pdf-newspaper.php:135
Maintenance & Trust

Make PDF Newspaper Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedNov 23, 2010
PHP min version
Downloads16K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Make PDF Newspaper Developer Profile

mhawksey

4 plugins · 40 total installs

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

How We Detect Make PDF Newspaper

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/make-pdf-newspaper/style.css/wp-content/plugins/make-pdf-newspaper/js/make-pdf-newspaper-admin.js/wp-content/plugins/make-pdf-newspaper/js/make-pdf-newspaper-admin-widget.js
Script Paths
/wp-content/plugins/make-pdf-newspaper/js/make-pdf-newspaper-admin.js/wp-content/plugins/make-pdf-newspaper/js/make-pdf-newspaper-admin-widget.js
Version Parameters
make-pdf-newspaper/style.css?ver=make-pdf-newspaper/js/make-pdf-newspaper-admin.js?ver=make-pdf-newspaper/js/make-pdf-newspaper-admin-widget.js?ver=

HTML / DOM Fingerprints

CSS Classes
mpn-widget-control-form
HTML Comments
<!-- FiveFilters.org RSS to PDF Newspaper engine --><!-- Widget for the Make PDF Newspaper plugin -->
Data Attributes
name="mpn_title"name="mpn_filename"name="mpn_subtitle"name="mpn_image"name="mpn_image_width"name="mpn_images"+20 more
JS Globals
window.mpn_admin_optionsvar mpn_admin_options
FAQ

Frequently Asked Questions about Make PDF Newspaper