PT-2026-31287 · WordPress · Pdfl.Io
Zakaria
·
Published
2026-04-08
·
Updated
2026-04-12
·
CVE-2026-4073
CVSS v3.1
6.4
Medium
| Vector | AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N |
Name of the Vulnerable Software and Affected Versions
pdfl.io plugin for WordPress versions up to and including 1.0.5
Description
The pdfl.io plugin for WordPress is susceptible to Stored Cross-Site Scripting through the 'pdflio' shortcode. This occurs because of inadequate input sanitization and output escaping on the
text shortcode attribute. The output shortcode() function directly appends the user-provided text variable to HTML output without using esc html() or any other escaping function. This allows authenticated attackers with Contributor-level access or higher to inject arbitrary web scripts into pages, which will execute when a user visits the affected page.Recommendations
For versions up to and including 1.0.5, ensure proper input sanitization and output escaping are applied to the
text attribute within the output shortcode() function. Implement esc html() or a similar function to prevent the injection of malicious scripts.Fix
XSS
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Pdfl.Io