7.5
CVSSv3

CVE-2017-15035

Published: 05/10/2017 Updated: 17/10/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

EmTec PyroBatchFTP prior to 3.18 allows remote servers to cause a denial of service (application crash).

Vulnerable Product Search on Vulmon Subscribe to Product

emtec pyrobatchftp

Exploits

#!/usr/bin/python print "PyroBatchFTP Local Buffer Overflow (SEH) Server" #Author: Kevin McGuigan @_h3xagram #Author Website: www7elementscouk #Vendor Website: wwwemtechcom #Date: 07/10/2017 #Version: 317 #Tested on: Windows 7 32-bit #CVE: CVE-2017-15035 import socket import sys buffer="A" * 2292 + "B" * 4 + "C" * 4 ...
PyroBatchFTP version 317 suffers from a local buffer overflow vulnerability ...