vendor:
FTPNow
by:
Dr.Pantagon
7.5
CVSS
HIGH
Server Response Overflow
CWE
Product Name: FTPNow
Affected Version From: FTP Now version 2.6
Affected Version To: FTP Now version 2.6
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2008
FTP Now version 2.6 Server Response PoC
The response is broken into buffers, either at length 1024, or at 'rn'. Each buffer is appended with x00, without bounds checking. If the response is exactly 1024 characters in length, you will overflow the heap with the string x00.
Mitigation:
Unknown