EIP-2026-104752
PRE-CVEPHP 4/5 - Input/Output Wrapper Remote File Inclusion Function Command Execution
Title source: legacyExploitation Summary
EIP tracks 1 public exploit for EIP-2026-104752. PoCs published by Slythers.
AI-analyzed exploit summary This exploit leverages a PHP design flaw in the 'include()' function to execute arbitrary PHP code via POST requests. It sends a crafted HTTP request with attacker-supplied PHP commands embedded in the 'php://input' stream, bypassing 'allow_url_fopen' restrictions.
Description
PHP 4/5 - Input/Output Wrapper Remote File Inclusion Function Command Execution
Exploits (1)
This exploit leverages a PHP design flaw in the 'include()' function to execute arbitrary PHP code via POST requests. It sends a crafted HTTP request with attacker-supplied PHP commands embedded in the 'php://input' stream, bypassing 'allow_url_fopen' restrictions.