vendor:
Savant Web Server
by:
Wizdumb
7.5
CVSS
HIGH
Buffer Overflow
120 (Buffer Copy without Checking Size of Input)
CWE
Product Name: Savant Web Server
Affected Version From: Savant Web Server
Affected Version To: Savant Web Server
Patch Exists: NO
Related CWE: N/A
CPE: //a:savant_web_server
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2000
Buffer Overflow in Savant Web Server
A buffer overflow exists in the Savant Web Server. It is possible to exploit this overflow by sending an unusually long GET request to the server. The overflow occurs when the server recieves too many headers in the GET request. The results of the attack look something like SAVANT caused an invalid page fault in module KERNEL32.DLL at 015f:bff87eb5.
Mitigation:
Ensure that the size of the input is checked before copying it into a buffer.