vendor:
PHP
by:
Unknown
7.5
CVSS
HIGH
Arbitrary Command Execution
78
CWE
Product Name: PHP
Affected Version From: PHP version 3.0.13
Affected Version To: All versions
Patch Exists: NO
Related CWE:
CPE: a:php:php
Platforms Tested:
Unknown
Arbitrary Command Execution through PHP ‘include()’ Function
PHP is affected by an arbitrary command-execution weakness through the PHP 'include()' function. This issue allows the execution of attacker-supplied POST PHP commands when URI data is used as an argument to an 'include()' function.
Mitigation:
The issue can be mitigated by not using user-supplied URI parameters as arguments to the 'include()' function. Additionally, it is recommended to sanitize and validate user input to prevent command injection attacks.