vendor:
MiniWeb HTTP Server
by:
Security For Everyone Team
7.5
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: MiniWeb HTTP Server
Affected Version From: 0.8.19
Affected Version To: 0.8.19
Patch Exists: NO
Related CWE: N/A
CPE: a:miniweb:miniweb_http_server:0.8.19
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Win7 x86
2020
MiniWeb HTTP Server 0.8.19 – Buffer Overflow (PoC)
MiniWeb HTTP server 0.8.19 allows remote attackers to cause a denial of service (daemon crash) via a long name for the first parameter in a POST request. The vulnerability is the first parameter's name of the POST request. If we send a lot of 'A' characters to 'PARAM_NAME1', the miniweb server will crash.
Mitigation:
Ensure that the length of the parameter name is within the expected range.