vendor:
ModSecurity
by:
Juan Galiana Lara
7.8
CVSS
HIGH
Remote Denial of Service (DoS)
N/A
CWE
Product Name: ModSecurity
Affected Version From: ModSecurity < 2.5.9
Affected Version To: ModSecurity < 2.5.9
Patch Exists: YES
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: Apache web server
2009
ModSecurity < 2.5.9 is vulnerable to a remote Denial of Service (DoS)
The multipart processor of modsecurity does not sanitize the user supplied input sufficiently. Therefore, an attacker can send a crafted post request of type multipart/form-data which will lead in a remote denial of service. On line 1267, due to the pointer parts[i]->name is not properly sanitized the parameter of strlen function takes the value NULL, getting a segmentation fault and resulting in a crash of the apache process that handle the request.
Mitigation:
Upgrade to ModSecurity 2.5.9 or later.