PDF Generator Crowd API Security & Risk Analysis

wordpress.org/plugins/pdf-generator-crowd-api

A PDF generator that really works. Creates PDF files on the fly with a simple shortcode from post(s), custom post type(s) or page(s). Supports ACF.

10 active installs v1.35 PHP + WP 3.5.1+ Updated Apr 13, 2017
acfcreategenerategeneratorpdf
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is PDF Generator Crowd API Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The "pdf-generator-crowd-api" v1.35 plugin exhibits a mixed security posture. On one hand, it demonstrates good practices by exclusively using prepared statements for SQL queries and having no known CVEs or recorded vulnerabilities, which suggests a generally well-maintained codebase. The absence of taint analysis findings also indicates that common injection vulnerabilities are not immediately apparent.

However, significant security concerns arise from the static analysis. The plugin lacks any nonce checks and capability checks, which is a critical oversight, especially for potentially sensitive operations. While the attack surface is currently small and doesn't have unprotected entry points listed, the absence of these fundamental security mechanisms means that any future expansion of the attack surface or modification of existing functions could expose the application to significant risks like Cross-Site Request Forgery (CSRF) or unauthorized action execution.

The limited output escaping (4%) is another major concern. This leaves the plugin highly susceptible to Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected and executed within the user's browser, potentially leading to session hijacking, data theft, or defacement. The presence of dangerous functions like 'assert' also warrants caution, as their misuse can lead to unintended code execution or denial-of-service conditions if not handled with extreme care.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
  • Poor output escaping
  • Presence of dangerous functions
Vulnerabilities
None known

PDF Generator Crowd API Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

PDF Generator Crowd API Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

PDF Generator Crowd API Code Analysis

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

Dangerous Functions Found

assertassert($value > 0 && $value <= 3);core/pdfcrowd.php:236
assertassert($value > 0 && $value <= 3);core/pdfcrowd.php:246
assertassert($value>0 && $value<=3);core/pdfcrowd.php:296

Output Escaping

4% escaped67 total outputs
Attack Surface

PDF Generator Crowd API Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[pdfcrowd_generate] pdfgeneratorcrowd.php:149
WordPress Hooks 5
actionadmin_menucore/options.php:16
actionadmin_initcore/options.php:17
actionpost_updatedpdfgeneratorcrowd.php:87
actioninitpdfgeneratorcrowd.php:88
actionupdated_post_metapdfgeneratorcrowd.php:294
Maintenance & Trust

PDF Generator Crowd API Maintenance & Trust

Maintenance Signals

WordPress version tested4.8.28
Last updatedApr 13, 2017
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

PDF Generator Crowd API Developer Profile

wibergsweb

3 plugins · 330 total installs

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

How We Detect PDF Generator Crowd API

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/pdf-generator-crowd-api/css/wibergsweb.css

HTML / DOM Fingerprints

Shortcode Output
[pdfcrowd_generate]
FAQ

Frequently Asked Questions about PDF Generator Crowd API