Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
SSRF is network-reachable and low-complexity with scope change to internal systems; PR:L reflects that WordPress plugin SSRFs of this type typically require at least authenticated access, diverging from the source PR:N.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Server-Side Request Forgery (SSRF) vulnerability in WP Swings PDF Generator for WordPress pdf-generator-for-wp allows Server Side Request Forgery.This issue affects PDF Generator for WordPress: from n/a through <= 1.6.2.
Articles & Coverage 1
AnalysisAI
Server-Side Request Forgery in WP Swings' PDF Generator for WordPress plugin (all versions up to and including 1.6.2) lets remote attackers coerce the WordPress server into issuing attacker-controlled outbound requests, with a scope-changed impact reaching adjacent internal systems. Reported by Patchstack and tracked as CWE-918 with a CVSS 3.1 base score of 7.2, it currently has no public exploit identified at time of analysis and is not listed in CISA KEV. Because the scope is changed (S:C), successful abuse can pivot the server against internal metadata endpoints, intranet services, or cloud IMDS resources beyond the WordPress host itself.
Technical ContextAI
The affected component is the PDF Generator for WordPress plugin (CPE cpe:2.3:a:wp_swings:pdf_generator_for_wordpress), which converts WordPress content into downloadable PDFs. PDF-generation plugins routinely fetch remote resources - images, stylesheets, fonts, or user-supplied URLs - during rendering, and CWE-918 (Server-Side Request Forgery) arises when that fetch logic does not validate or restrict the destination, allowing an attacker to substitute an internal or attacker-chosen URL. The root cause class here is missing allowlist/SSRF protection on a server-side HTTP fetch, so the WordPress backend becomes an unwitting proxy. The changed CVSS scope (S:C) reflects that the security-relevant impact falls on systems other than the vulnerable web application - e.g., internal services the WordPress host can reach but an external attacker normally cannot.
RemediationAI
No vendor-released patch identified at time of analysis - the data lists all versions through 1.6.2 as affected without a confirmed fixed release, so consult the Patchstack advisory (https://patchstack.com/database/Wordpress/Plugin/pdf-generator-for-wp/vulnerability/wordpress-pdf-generator-for-wordpress-plugin-1-6-2-server-side-request-forgery-ssrf-vulnerability) and the plugin changelog for an update beyond 1.6.2 and upgrade as soon as one is published. Until then, apply compensating controls: enforce egress filtering so the WordPress host can only reach required external endpoints (blocking outbound access to 169.254.169.254 and RFC1918 ranges neutralizes cloud-metadata and intranet pivoting, at the cost of breaking legitimate internal fetches); place a WAF or virtual-patch rule (Patchstack offers one) in front of the PDF-generation endpoint; and if PDF generation is not essential, deactivate the plugin. Restricting the PDF-generation feature to authenticated, trusted roles reduces the attack surface but does not eliminate SSRF if the endpoint is reachable by low-privileged users.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-918 – Server-Side Request Forgery (SSRF)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43478