CVE-2024-4577 - Yet Another PHP RCE: Make PHP-CGI Argument Injection Great Again!
2024-6-7 06:0:0 Author: blog.orange.tw(查看原文) 阅读量:1126 收藏

This is a side story/extra bug while I’m preparing for my Black Hat USA presentation. I believe most of the details have already been covered in the official advisory (should be published soon). Although PHP-CGI has gradually been phased out over time, this vulnerability affects XAMPP for Windows by default, allowing unauthenticated attackers to execute arbitrary code on remote XAMPP servers through specific character sequences.

Given the widespread use of PHP and XAMPP in the web ecosystem, I urge everyone to check if they are affected and update their systems accordingly. Please refer to the Security Alert published by DEVCORE for mitigation measures.

This vulnerability is incredibly simple, but that’s also what makes it interesting. 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? I believe this feature could lead to more potential vulnerabilities. If you use this technique, don’t forget to reference to this article! 😉



文章来源: http://blog.orange.tw/2024/06/cve-2024-4577-yet-another-php-rce.html
如有侵权请联系:admin#unsafe.sh