New PHP Vulnerability Exposes Windows Servers to Remote Code Execution (RCE)

PHP Vulnerability Exposes RCE

A new critical security flaw impacting PHP has been discovered, which could potentially be exploited to achieve remote code execution under certain circumstances. The vulnerability, tracked as CVE-2024-4577, is a CGI argument injection vulnerability affecting all versions of PHP installed on the Windows operating system.

According to DEVCORE security researcher, the flaw allows unauthenticated attackers to bypass the previous protection of CVE-2012-1823 by specific character sequences. This means that arbitrary code can be executed on remote PHP servers through the argument injection attack.

The vulnerability was responsibly disclosed on May 7, 2024, and a fix has been made available in PHP versions 8.3.8, 8.2.20, and 8.1.29.

DEVCORE has warned that all XAMPP installations on Windows are vulnerable by default when configured to use the locales for Traditional Chinese, Simplified Chinese, or Japanese. The Taiwanese company is also recommending that administrators move away from the outdated PHP CGI altogether and opt for a more secure solution such as Mod-PHP, FastCGI, or PHP-FPM.

“This vulnerability is incredibly simple, but that’s also what makes it interesting,” said security researcher Orange Tsai. “Who would have thought that a patch, which has been reviewed and proven secure for the past 12 years, could be bypassed due to a minor Windows feature?”

The Shadowserver Foundation has already detected exploitation attempts involving the flaw against its honeypot servers within 24 hours of public disclosure. Furthermore, watchTowr Labs was able to devise an exploit for CVE-2024-4577 and achieve remote code execution, making it imperative that users move quickly to apply the latest patches.

“A nasty bug with a very simple exploit,” said security researcher Aliz Hammond. “Those running in an affected configuration under one of the affected locales – Chinese (simplified, or traditional) or Japanese – are urged to do this as fast as humanly possible, as the bug has a high chance of being exploited en-mass due to the low exploit complexity.”

You may also like:

Related Posts