CVE-2026-17431: PDF::WebKit versions through 1.2 for Perl allow OS command injection via a 2-arg open() of the output path in to_pdf and of stylesheet paths in _style_tag_for

Published Aug 12, 2026
·
Updated

PDF::WebKit versions through 1.2 for Perl allow OS command injection via a 2-arg open() of the output path in topdf and of stylesheet paths in styletagfor.

topdf reads the generated PDF back from its path argument, and styletagfor reads each entry of the stylesheets list, by assigning the path to a local @ARGV and reading it with the diamond operator, which opens each @ARGV element with Perl's 2-arg open(). A value that begins or ends with a pipe ("| cmd", "cmd |") is run as a command rather than opened as a file, and one that begins with a redirect ("> path", ">> path") opens that path for write or append. tofile forwards its path argument to topdf and reaches the same read.

Any caller that forwards untrusted input as the output path or as a stylesheets entry can run a command under the process UID; with the "cmd |" form the command's output is returned in place of the PDF, and with the "> path" form the named file is truncated. Stylesheets may only be added to an HTML source, so a URL or file source exposes the output path alone.

Affected Software

1 affected component
PDF::WebKit<=1.2

Event History

Aug 12, 2026
CVE Published
via MITRE·11:12 PM
Data Sourced
via MITRE·11:12 PM
DescriptionWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-17431?

The severity of CVE-2026-17431 is rated at 71.

2

How does CVE-2026-17431 allow OS command injection?

CVE-2026-17431 allows OS command injection through the use of a 2-arg open() function in the to_pdf and _style_tag_for methods.

3

Which versions are affected by CVE-2026-17431?

PDF::WebKit versions through 1.2 for Perl are affected by CVE-2026-17431.

4

How can I mitigate CVE-2026-17431?

To mitigate CVE-2026-17431, you should upgrade to a newer version of PDF::WebKit that addresses this vulnerability.

5

What components are involved in CVE-2026-17431?

CVE-2026-17431 involves the to_pdf method for output path handling and the _style_tag_for function for processing stylesheet paths.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203