Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
BIND Security Advisory (CVE-2009-0025; Severity: Low)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
David Coulthart  
View profile  
 More options Jan 8 2009, 9:10 am
Newsgroups: comp.protocols.dns.bind
From: David Coulthart <da...@columbia.edu>
Date: Thu, 8 Jan 2009 09:10:42 -0500
Local: Thurs, Jan 8 2009 9:10 am
Subject: Re: BIND Security Advisory (CVE-2009-0025; Severity: Low)
On Jan 7, 2009, at 2:32 PM, Rob_Aust...@isc.org wrote:

<snip>

Would someone be able to provide some more details as to what  
particular configurations of BIND this affects?  My interpretation is  
it only impacts recursive nameservers that have DNSSEC validation  
enabled.  Speaking in terms of BIND config options, the dnssec-
validation option would need to be set to yes (so just having the  
default of dnssec-enable set to yes isn't enough to make the server  
vulnerable).  Is this a correct interpretation?

Thanks,
Dave Coulthart
_______________________________________________
bind-users mailing list
bind-us...@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steve Shockley  
View profile  
 More options Jan 9 2009, 3:37 pm
Newsgroups: comp.protocols.dns.bind
From: Steve Shockley <steve.shock...@shockley.net>
Date: Fri, 09 Jan 2009 15:37:27 -0500
Local: Fri, Jan 9 2009 3:37 pm
Subject: Re: BIND Security Advisory (CVE-2009-0025; Severity: Low)
On 1/8/2009 9:10 AM, David Coulthart wrote:

> Would someone be able to provide some more details as to what particular
> configurations of BIND this affects? My interpretation is it only
> impacts recursive nameservers that have DNSSEC validation enabled.
> Speaking in terms of BIND config options, the dnssec-validation option
> would need to be set to yes (so just having the default of dnssec-enable
> set to yes isn't enough to make the server vulnerable). Is this a
> correct interpretation?

The OpenSSL vulnerability affects DSA and ECDSA certificates; an
attacker is able to bypass validation of the certificate.  Since DNSSEC
uses ECDSA, this means an attacker could use a forged certificate in a
man-in-the-middle attack.

If you're not using DNSSEC, then this vulnerability doesn't really
affect you, since you already have no way of knowing if a MITM attack is
occurring.
_______________________________________________
bind-users mailing list
bind-us...@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob Austein  
View profile  
 More options Jan 10 2009, 11:05 pm
Newsgroups: comp.protocols.dns.bind
From: Rob Austein <Rob_Aust...@isc.org>
Date: Sat, 10 Jan 2009 23:05:52 -0500
Local: Sat, Jan 10 2009 11:05 pm
Subject: Re: BIND Security Advisory (CVE-2009-0025; Severity: Low)
At Thu, 8 Jan 2009 09:10:42 -0500, David Coulthart wrote:

> Would someone be able to provide some more details as to what  
> particular configurations of BIND this affects?  My interpretation is  
> it only impacts recursive nameservers that have DNSSEC validation  
> enabled.

And not even all of those.  It only affects DSA signatures (RSA is not
affected), and only if an attacker can provoke a rather peculiar error
condition.

The root problem, which was also behind the recent OpenSSL release, is
that a couple of the low-level OpenSSL libcrypto library functions
that deal with DSA signatures return a tri-state value rather than a
boolean: 1 == success, 0 == bad signature, -1 == other failure (eg,
malloc() failure).  The corresponding RSA functions return boolean
values, this is a peculiarity of the DSA routines.  Due to the, um,
minimal nature of the OpenSSL internals documentation, a lot of code
that calls the OpenSSL DSA was not checking the error returns
correctly, and was misinterpreting "other" errors as success.  Among
others, affected code included both a few routines in BIND's DNSSEC
code and portions of OpenSSL itself (if you look closely at the recent
OpenSSL release, you'll see that there were a bunch of little changes
in libssl to fix this).

So an attacker trying to exploit this vulnerablity would have to
provoke an "other" error while the victim was validating a DSA
signature.  This is pretty freaking unlikely, hence the "Severity:
low" rating on the BIND security advisory, but as nobody can prove
that this can't be done and BIND really wasn't checking the return
code correctly, it seemed best to handle the fix as a security issue.

> Speaking in terms of BIND config options, the dnssec-validation
> option would need to be set to yes (so just having the default of
> dnssec-enable set to yes isn't enough to make the server
> vulnerable).  Is this a correct interpretation?

"Vulnerable" in this case means "could be tricked into believing
DNSSEC signatures that should not have passed validation".  That is,
we're not talking about named crashing here, we're talking about a
security mechanism not working as expected due to a bug.

If you don't have DNSSEC validation enabled you presumably have no
expectation that DNSSEC signatures will be checked correctly, so,
indeed, you are "not affected", in that without DNSSEC there are
easier ways to feed you bad data.

At Fri, 09 Jan 2009 15:37:27 -0500, Steve Shockley wrote:

> The OpenSSL vulnerability affects DSA and ECDSA certificates; an
> attacker is able to bypass validation of the certificate.  Since DNSSEC
> uses ECDSA, this means an attacker could use a forged certificate in a
> man-in-the-middle attack.

s/certificate/RRSIG/ (DNSSEC doesn't use certificates).

> If you're not using DNSSEC, then this vulnerability doesn't really
> affect you, since you already have no way of knowing if a MITM
> attack is occurring.

Exactly.
_______________________________________________
bind-users mailing list
bind-us...@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »