CVE-2024-1874
CRITICAL 9.4EPSS 32.6%
In PHP versions 8.1.* before 8.1.28, 8.2.* before 8.2.18, 8.3.* before 8.3.5, when using proc_open() command with array syntax, due to insufficient escaping, if the arguments of the executed command are controlled by a malicious user, the user can supply arguments that would execute arbitrary commands in Windows shell.
- CVSS v3.1
- 9.4 CRITICAL
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L - EPSS
- 32.57% chance of exploitation in the next 30 days, 98th percentile
- Published
- 2024-04-29
- Updated
- 2025-11-04
Proof-of-concept exploits (4)
- php/php-src/security/advisories/GHSA-pc52-254m-w9w7
- https://www.vicarius.io/vsociety/posts/command-injection-vulnerability-in-php-on-windows-…
- Tgcohce/CVE-2024-18742★ · 2024-09-19
- MrBongoC/CVE-2024-1874