Input validation error in PHP - CVE-2004-0542
Published: July 1, 2022 / Updated: June 8, 2025
PHP
PHP Group
Description
The vulnerability allows a remote non-authenticated attacker to execute arbitrary code.
PHP before 4.3.7 on Win32 platforms does not properly filter all shell metacharacters, which allows local or remote attackers to execute arbitrary code, overwrite files, and access internal environment variables via (1) the "%", "|", or ">" characters to the escapeshellcmd function, or (2) the "%" character to the escapeshellarg function.