Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 153776 Details for
Bug 238398
CVE-2007-2241 bind remote DoS
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Extracted patch from 9.4.1
cve-2007-2241.patch (text/plain), 2.22 KB, created by
Mark J. Cox
on 2007-04-30 08:37:24 UTC
(
hide
)
Description:
Extracted patch from 9.4.1
Filename:
MIME Type:
Creator:
Mark J. Cox
Created:
2007-04-30 08:37:24 UTC
Size:
2.22 KB
patch
obsolete
>diff -urN bind-9.4.0/bin/named/query.c bind-9.4.1/bin/named/query.c >--- bind-9.4.0/bin/named/query.c 2007-01-08 02:41:59.000000000 +0000 >+++ bind-9.4.1/bin/named/query.c 2007-04-30 02:10:19.000000000 +0100 >@@ -15,7 +15,7 @@ > * PERFORMANCE OF THIS SOFTWARE. > */ > >-/* $Id: query.c,v 1.257.18.36 2007/01/08 02:41:59 marka Exp $ */ >+/* $Id: query.c,v 1.257.18.36.12.1 2007/04/30 01:10:19 marka Exp $ */ > > /*! \file */ > >@@ -4209,6 +4209,21 @@ > * an error unless we were searching for > * glue. Ugh. > */ >+ if (!is_zone) { >+ authoritative = ISC_FALSE; >+ dns_rdatasetiter_destroy(&rdsiter); >+ if (RECURSIONOK(client)) { >+ result = query_recurse(client, >+ qtype, >+ NULL, >+ NULL); >+ if (result == ISC_R_SUCCESS) >+ client->query.attributes |= >+ NS_QUERYATTR_RECURSING; >+ else >+ QUERY_ERROR(DNS_R_SERVFAIL); } >+ goto addauth; >+ } > /* > * We were searching for SIG records in > * a nonsecure zone. Send a "no error, >diff -urN bind-9.4.0/CHANGES bind-9.4.1/CHANGES >--- bind-9.4.0/CHANGES 2007-02-15 02:16:47.000000000 +0000 >+++ bind-9.4.1/CHANGES 2007-04-30 02:11:29.000000000 +0100 >@@ -1,4 +1,9 @@ > >+ --- 9.4.1 released --- >+ >+2172. [bug] query_addsoa() was being called with a non zone db. >+ [RT #16834] >+ > --- 9.4.0 released --- > > 2138. [bug] Lock order reversal in resolver.c. [RT #16653] >diff -urN bind-9.4.0/README bind-9.4.1/README >--- bind-9.4.0/README 2006-06-14 06:03:23.000000000 +0100 >+++ bind-9.4.1/README 2007-04-30 02:11:30.000000000 +0100 >@@ -43,6 +43,11 @@ > Nominum, Inc. > > >+BIND 9.4.1 >+ >+ BIND 9.4.1 is a security release, containing a fix for a >+ security bug in 9.4.0. >+ > BIND 9.4.0 > > BIND 9.4.0 has a number of new features over 9.3, >diff -urN bind-9.4.0/version bind-9.4.1/version >--- bind-9.4.0/version 2007-02-15 01:42:38.000000000 +0000 >+++ bind-9.4.1/version 2007-04-30 02:11:30.000000000 +0100 >@@ -1,10 +1,10 @@ >-# $Id: version,v 1.29.134.13 2007/02/15 01:42:38 each Exp $ >+# $Id: version,v 1.29.134.13.8.1 2007/04/30 01:11:30 marka Exp $ > # > # This file must follow /bin/sh rules. It is imported directly via > # configure. > # > MAJORVER=9 > MINORVER=4 >-PATCHVER=0 >+PATCHVER=1 > RELEASETYPE= > RELEASEVER=
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 238398
: 153776