CVE-2026-46643

Snappy is a PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Prior to version 1.7.1, on POSIX, escapeshellarg(‘/usr/bin/wkhtmltopdf’) returns the literal string ‘/usr/bin/wkhtmltopdf’ with the single-quote characters included. is_executable() then looks for a file whose actual name contains those quote characters, which essentially never exists. The safe branch is dead code and $command always falls through to the raw, unescaped value. The rest of the arguments (options, input, output) are escaped correctly, so injection has to land in the binary string itself. That happens whenever the binary path is sourced from configuration that is user-influenced, derived from environment variables that ultimately come from request data, or concatenated with any user-controlled fragment. This issue has been patched in version 1.7.1.
CVSS

No CVSS.

Configurations

No configuration.

History

11 Jun 2026, 17:16

Type Values Removed Values Added
References () https://github.com/KnpLabs/snappy/security/advisories/GHSA-vpr4-p6fq-85jc - () https://github.com/KnpLabs/snappy/security/advisories/GHSA-vpr4-p6fq-85jc -

10 Jun 2026, 20:21

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-10 20:17

Updated : 2026-06-17 10:53


NVD link : CVE-2026-46643

Mitre link : CVE-2026-46643

CVE.ORG link : CVE-2026-46643


JSON object : View

Products Affected

No product.

CWE
CWE-78

Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')