10
CVSSv2

CVE-2007-1465

Published: 24/03/2007 Updated: 29/07/2017
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Stack-based buffer overflow in dproxy.c for dproxy 0.1 up to and including 0.5 allows remote malicious users to execute arbitrary code via a long DNS query packet to UDP port 53.

Vulnerable Product Search on Vulmon Subscribe to Product

dproxy dproxy 0.5

dproxy dproxy 0.3

dproxy dproxy 0.4

dproxy dproxy 0.1

dproxy dproxy 0.2

Exploits

# MetaSploit exploit for remote buffer overflow issue in dproxy # Written in 2007 by Alexander Klink # (c) 2007 Cynops GmbH # released under the same license as MSF (Artistic, GPL dual-licensed) # $Revision: 11 $ package Msf::Exploit::dproxy; use strict; use base 'Msf::Exploit'; use Msf::Socket::Udp; use Pex::Text; my $advanced = { }; my $info ...