CVE-2026-46643
Published:June 10, 2026
Updated:June 11, 2026
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.
Affected Packages
https://github.com/KnpLabs/snappy.git (GITHUB):
Affected version(s) >=v0.5.0 <v1.7.1Fix Suggestion:
Update to version v1.7.1knplabs/knp-snappy (PHP):
Affected version(s) >=v0.5.0 <v1.7.1Fix Suggestion:
Update to version v1.7.1knplabs/knp-snappy (PHP):
Affected version(s) >=dev-add_phpcsfixer <v1.7.1Fix Suggestion:
Update to version v1.7.1Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.5
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
PRESENT
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
HIGH
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.4
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
HIGH
Availability
HIGH
Weakness Type (CWE)
Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
EPSS
Base Score:
0.02