vendor:
N/A
by:
Anonymous
7.5
CVSS
HIGH
Memory Exhaustion
400
CWE
Product Name: N/A
Affected Version From: All
Affected Version To: All
Patch Exists: No
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: All
2009
PHP Memory Exhaustion Exploit
This exploit allows an attacker to exhaust the memory of a vulnerable server running PHP. The exploit works by sending a specially crafted HTTP request to the target server, which contains a base64 encoded payload. The payload contains a loop that allocates a large amount of memory and then goes to sleep for a long period of time. This causes the server to exhaust its memory, leading to a denial of service.
Mitigation:
Disable the PHP function 'eval()' and limit the maximum memory usage of the server.