#VU88482 OS Command Injection in PHP - CVE-2024-1874
Published: April 11, 2024 / Updated: July 19, 2024
PHP
PHP Group
Description
The vulnerability allows a remote attacker to execute arbitrary shell commands on the target system.
The vulnerability exists due to improper input validation when processing array-ish $command parameter of proc_open. A remote attacker can pass specially crafted input to the application and execute arbitrary OS commands on the target system.
Successful exploitation of this vulnerability may result in complete compromise of vulnerable system.