CVE-2026-16766

Summary

Catalyst::View::Wkhtmltopdf versions before 0.6.1 for Perl allow shell command injection (RCE) via PDF render options.

Options are passed directly to the wkhtmltopdf command without sanitization.

Any web application that passes user-controlled options such as the page_size, orientation or margins without validation allows shell command injection.

Version 0.6.0 was released with an incomplete fix for this issue.

Note that the wkhtmltopdf project is no longer being developed, and users of this package should migrate to alternative solutions.

Affected Software

VendorProductVersion RangeStatus
RRWOCatalyst::View::Wkhtmltopdf0 < 0.6.1affected

Weaknesses

  • CWE-78: CWE-78 Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')

Workarounds

For deployments that cannot upgrade, ensure the application does not allow unvalidated wkhtmltopdf options to be submitted.

ADP Enrichment

CVE Program Container

Additional References

References