Lucene search
+L

176 matches found

Cvelist
Cvelist
added 2016/09/07 7:00 p.m.41 views

CVE-2016-6876

The RESOLV::lookup iRule command in F5 BIG-IP LTM, APM, ASM, and Link Controller 10.2.1 through 10.2.4, 11.2.1, 11.4.x, 11.5.x before 11.5.4 HF2, 11.6.x before 11.6.1, and 12.0.0 before HF3; BIG-IP AAM, AFM, and PEM 11.4.x, 11.5.x before 11.5.4 HF2, 11.6.x before 11.6.1, and 12.0.0 before HF3;...

7.5AI score0.0158EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2016/08/31 12:00 a.m.53 views

F5 Networks BIG-IP : RESOLV::lookup iRule command vulnerability (K52638558)

A specially crafted reply to DNS queries from RESOLV::lookup may consume excess system resources or possibly lead to a crash and failover. CVE-2016-6876 C Tenable Network Security, Inc. The descriptive text and package checks in this plugin were extracted from F5 Networks BIG-IP Solution K5263855...

7.5CVSS7.2AI score0.0158EPSS
SaveExploits0References2
ArchLinux
ArchLinux
added 2016/08/08 12:00 a.m.63 views

lib32-glibc: denial of service

CVE-2016-3075 denial of service The getnetbyname implementation in nssdns contains a potentially unbounded alloca call in the form of a call to strdupa, leading to a stack overflow stack exhaustion and a crash if getnetbyname is invoked on a very long name. - CVE-2016-5417 denial of service The...

5CVSS2.1AI score0.07335EPSS
SaveExploits0References4
ArchLinux
ArchLinux
added 2016/08/08 12:00 a.m.43 views

glibc: denial of service

CVE-2016-3075 denial of service The getnetbyname implementation in nssdns contains a potentially unbounded alloca call in the form of a call to strdupa, leading to a stack overflow stack exhaustion and a crash if getnetbyname is invoked on a very long name. - CVE-2016-5417 denial of service The...

5CVSS2.1AI score0.07335EPSS
SaveExploits0References4
CNVD
CNVD
added 2015/02/27 12:00 a.m.10 views

GNU C Library Code Injection Vulnerability

The GNU C Library also known as glibc, libc6 is an open-source, free C language compiler released under the LGPL license. A security vulnerability exists in the 'senddg' function in the resolv/ressend.c file in GNU C Library 2.20 and earlier versions, which stems from the program failing to...

5CVSS7AI score0.05808EPSS
SaveExploits2References1
OSV
OSV
added 2015/02/24 3:59 p.m.11 views

DEBIAN-CVE-2013-7423

The senddg function in resolv/ressend.c in GNU C Library aka glibc or libc6 before 2.20 does not properly reuse file descriptors, which allows remote attackers to send DNS queries to unintended locations via a large number of requests that trigger a call to the getaddrinfo function...

5CVSS7.5AI score0.05808EPSS
SaveExploits2References1
Metasploit
Metasploit
added 2010/07/01 7:57 p.m.60 views

Fake DNS Service

This module provides a DNS service that redirects all queries to a particular address. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'resolv' class MetasploitModule 'Fake DNS Service', 'Description' = %q Thi...

6.9AI score
SaveExploits0
myhack58
myhack58
added 2009/03/27 12:00 a.m.46 views

DNS vulnerabilities to attack the Ruby code-vulnerability warning-the black bar safety net

1 require 'msf/core' 2 require 'net/dns' 3 require 'scruby' 4 require 'resolv' 5 6 module Msf 7 8 class Auxiliary::Spoof::Dns::BaliWickedHost Msf::Auxiliary 9 1 0 The include Exploit::Remote::Ip 1 1 1 2 def initializeinfo = 1 3 superupdateinfoinfo, 1 4 'Name' = 'DNS BaliWicked Attack', 1 5...

7.2AI score0.95182EPSS
SaveExploits21
OSV
OSV
added 2008/12/08 11:30 p.m.10 views

DEBIAN-CVE-2008-5367

ip-up in ppp-udeb 2.4.4rel on Debian GNU/Linux allows local users to overwrite arbitrary files via a symlink attack on the /tmp/resolv.conf.tmp temporary file...

6.9CVSS6.6AI score0.004EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2008/10/21 2:54 p.m.9 views

ruby: use of predictable source port and transaction id in DNS requests done by resolv.rb module

resolv.rb in Ruby 1.8.5 and earlier, 1.8.6 before 1.8.6-p287, 1.8.7 before 1.8.7-p72, and 1.9 r18423 and earlier uses sequential transaction IDs and constant source ports for DNS requests, which makes it easier for remote attackers to spoof DNS responses, a different vulnerability than...

5.8CVSS6.8AI score0.02415EPSS
SaveExploits2References4
RedHat Linux
RedHat Linux
added 2008/10/21 2:52 p.m.11 views

ruby: use of predictable source port and transaction id in DNS requests done by resolv.rb module

resolv.rb in Ruby 1.8.5 and earlier, 1.8.6 before 1.8.6-p287, 1.8.7 before 1.8.7-p72, and 1.9 r18423 and earlier uses sequential transaction IDs and constant source ports for DNS requests, which makes it easier for remote attackers to spoof DNS responses, a different vulnerability than...

5.8CVSS6.8AI score0.02415EPSS
SaveExploits2References4
Tenable Nessus
Tenable Nessus
added 2008/10/13 12:00 a.m.49 views

Debian DSA-1652-1 : ruby1.9 - several vulnerabilities

Several vulnerabilities have been discovered in the interpreter for the Ruby language, which may lead to denial of service and other security problems. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2008-3655 Keita Yamaguchi discovered that several safe...

7.8CVSS6.6AI score0.70202EPSS
SaveExploits12References11
Metasploit
Metasploit
added 2008/07/22 3:51 p.m.18 views

DNS Spoofing Helper Service

This module provides a DNS service that returns TXT records indicating information about the querying service. Based on Dino Dai Zovi DNS code from Karma. This module requires Metasploit: https://metasploit.com/download Current source: https://github.com/rapid7/metasploit-framework require 'resol...

7.2AI score
SaveExploits0
seebug.org
seebug.org
added 2006/10/28 12:00 a.m.21 views

Resolv+ (RESOLV_HOST_CONF) Linux Library Local Exploit

No description provided by source. setenv RESOLVHOSTCONF /etc/shadow; ping adfas...

7.1AI score
SaveExploits0
RedHat Linux
RedHat Linux
added 2005/03/03 3:33 p.m.10 views

security flaw

KPPP 2.1.2 in KDE 3.1.5 and earlier, when setuid root without certain wrappers, does not properly close a privileged file descriptor for a domain socket, which allows local users to read and write to /etc/hosts and /etc/resolv.conf and gain control over DNS name resolution by opening a number of...

4.6CVSS5.8AI score0.0036EPSS
SaveExploits0References4
zdt
zdt
added 1996/01/01 12:00 a.m.23 views

Resolv+ (RESOLV_HOST_CONF) Linux Library Local Exploit

Exploit for linux platform in category local exploits ====================================================== Resolv+ RESOLVHOSTCONF Linux Library Local Exploit ====================================================== setenv RESOLVHOSTCONF /etc/shadow; ping adfas 0day.today 2018-02-18...

6.8AI score
SaveExploits0
Rows per page
Query Builder