Domain Name System security: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Howard C. Berkowitz
(Clarified replacements)
imported>Howard C. Berkowitz
(General cleanup)
Line 66: Line 66:


TSIG and TKEY are mechanisms that can be used with, or independently of, DNSSEC.  TSIG here defines a function of transaction authentication; the original TSIG RR mechanism uses secret keys and is more expensive to implement than its descendant, SIG(0).
TSIG and TKEY are mechanisms that can be used with, or independently of, DNSSEC.  TSIG here defines a function of transaction authentication; the original TSIG RR mechanism uses secret keys and is more expensive to implement than its descendant, SIG(0).
===New Resource Records for DNSSEC===
 
DNSSEC is limited to providing origin authentication (i.e., the record provided is authentic, or, if DNSSEC returns a null response, the record does not exist).
 
None of these mechanisms secure the request, as opposed to the response. If that is needed, use IPSec authentication. They do not secure the message headers, or the response in its entirety.
===Resource Records for TSIG/SIG(0)===
SIG(0) differs from the new DNSSEC function in being based on symmetric, and presumably preshared, session keys, rather than asymmetric public keys. TKEY sets up the key; SIG(0) authenticates the exchange.
 
{| class="wikitable"
<center><u>'''RR types added by DNSSEC'''</u></center>
|-
! Class
! RR Name
! Function
! Typical RDATA
|-
| SIG(0)
| Signature
|  authenticates an RRset [RFC 2181] of a  particular type, class, and name and binds it to a time interval and  the signer's domain name
|  A [[digital certificate]] containing a signature
|-
|}
===Newest Resource Records for DNSSEC===
DNSSEC requires several new Resource Records,<ref name=RFC4034>{{citation
DNSSEC requires several new Resource Records,<ref name=RFC4034>{{citation
  | id = RFC4034
  | id = RFC4034
Line 76: Line 97:
An otherwise obsolete RFC makes it clear which old types are replaced or not. <ref name=RFC3755>{{citation|
An otherwise obsolete RFC makes it clear which old types are replaced or not. <ref name=RFC3755>{{citation|
| id = RFC3755 | title = Legacy Resolver Compatibility for Delegation Signer (DS)| author= S.
| id = RFC3755 | title = Legacy Resolver Compatibility for Delegation Signer (DS)| author= S.
     Weiler| date =  May 2004 | url = http://www.ietf.org/rfc/rfc3755.txt
     Weiler| date =  May 2004 | url = http://www.ietf.org/rfc/rfc3755.txt}}</ref>
{| class="wikitable"
{| class="wikitable"
<center><u>'''RR types added by DNSSEC'''</u></center>
<center><u>'''RR types added by DNSSEC'''</u></center>
Line 107: Line 128:
| Next Secure
| Next Secure
|  Transfers the next owner name (in the canonical ordering of the zone) that contains authoritative data or a delegation point NS RRset, and the set of RR types present at the NSEC RR's owner name  
|  Transfers the next owner name (in the canonical ordering of the zone) that contains authoritative data or a delegation point NS RRset, and the set of RR types present at the NSEC RR's owner name  
| NXT
|  
|   
NXT
|-
|-
| OPT
| OPT
Line 117: Line 138:
|-
|-
|}
|}
 
===Known issues with DNSSEC===
===New Resource Records for TSIG/SIG(0)===
 
SIG(0) provides protection for DNS transactions and requests that is  not provided by the regular SIG, KEY, and NXT RRs specified in [RFC 2535].  The authenticated data origin services of secure DNS either  provide protected data resource records (RRs) or authenticatably deny their nonexistence.  These services provide no protection for glue  records, DNS requests, no protection for message headers on requests or responses, and no protection of the overall integrity of a response.
 
{| class="wikitable"
<center><u>'''RR types added by DNSSEC'''</u></center>
|-
! Class
! RR Name
! Function
! Typical RDATA
|-
| SIG(0)
| Signature
|  authenticates an RRset [RFC 2181] of a  particular type, class, and name and binds it to a time interval and  the signer's domain name
|  A [[digital certificate]] containing a signature
|-
|}
====Known issues with DNSSEC====
DNS itself is hierarchical, and DNSSEC follows its hierarchy. This means that a problem at one level of zone propagates to the zones hierarchically below it.  
DNS itself is hierarchical, and DNSSEC follows its hierarchy. This means that a problem at one level of zone propagates to the zones hierarchically below it.  


DNSSEC is complex to implement and includes some special cases that can be handled only by very
DNSSEC implementation will take significant programming skills, and not all error handling is well-defined in the specifications. [[#Key management issues|Expired keys]] and slight zone file configuration errors can cause significant problems for a DNSSEC-aware resolver, and the reporting and recover mechanisms may be inadequage.
skilled programmers. [[#Key management issues|Expired keys]] and slight zone file configuration errors can cause significant problems for a DNSSEC-aware resolver, and the reporting and recover mechanisms may be inadequage.


DNSSEC significantly enlarges the amount of data produced in a DNS response, so a [[denial of service]] attack aimed at DNSSEC-aware DNS servers will cause even more amplification
When DNSSEC is used, it will produce considerably more data than with conventional DNS. It could, therefore, provide even more amplification, so a [[denial of service]] attack aimed at DNS servers than with conventional DNS.
than would result from existing DNS


A DNSSEC-aware resolver has to do much more processing, both for basic signature validation and for additional queries that may be required. With non-DNSSEC aware resolvers today, there is already a problem with timeouts and unneeded queries. This was deemed more of a general DNS operations problem than a DNSSEC-specific problem.
A DNSSEC-aware resolver has to do much more processing, both for basic signature validation and for additional queries that may be required. With non-DNSSEC aware resolvers today, there is already a problem with timeouts and unneeded queries. This was deemed more of a general DNS operations problem than a DNSSEC-specific problem.


  - The possible existence of wildcard RRs in a zone complicates the
Authenticated denial becomes considerably more complex due to the existence of DNS wildcards. <ref>RFC 4034, section 3.1.3</ref> While not supporting wildcards in DNSSEC was considered, the IETF consensus was that wildcards are operationally necessary. Authenticated denial, therefore, may be fragile.
    authenticated denial mechanism considerably. <ref>RFC 4034, section 3.1.3</ref> For most of the
====Time synchronization issues====
    decade that DNSSEC has been under development these issues were
Before DNSSEC, DNS could operate using "relative" or "elapsed" time. Since DNSSEC signature validity is based on "absolute" time, DNSSEC requires at least loose time synchronization between the resolver and the signing entity. Without it, the resolver may accept expired signatures. If the signer does not have a trusted time reference, a miscreant that can feed inaccurate time to the signer can cause it to sign things valid for a period different than it intended to have valid.  
    poorly understood.  At various times there have been questions as
====Key management issues====
    to whether the authenticated denial mechanism is completely
Key rollover at the root remains unsolved. There is no agreement even how to configure it.
    airtight and whether it would be worthwhile to optimize the
    authenticated denial mechanism for the common case in which
    wildcards are not present in a zone.  However, the main problem is
    just the inherent complexity of the wildcard mechanism itself.
    This complexity probably makes the code for generating and checking
    authenticated denial attestations somewhat fragile, but since the
    alternative of giving up wildcards entirely is not practical due to
    widespread use, we are going to have to live with wildcards. The
    question just becomes one of whether or not the proposed
    optimizations would make DNSSEC's mechanisms more or less fragile.
 
  - Even with DNSSEC, the class of attacks discussed in section 2.4 is
    not easy to defeat.  In order for DNSSEC to be effective in this
    case, it must be possible to configure the resolver to expect
    certain categories of DNS records to be signed.  This may require
    manual configuration of the resolver, especially during the initial
    DNSSEC rollout period when the resolver cannot reasonably expect
    the root and TLD zones to be signed.
===Time synchronization issues===
DNSSEC creates a requirement of loose time synchronization between
    the validating resolver and the entity creating the DNSSEC
    signatures.  Prior to DNSSEC, all time-related actions in DNS could
    be performed by a machine that only knew about "elapsed" or
    "relative" time. Because the validity period of a DNSSEC signature
    is based on "absolute" time, a validating resolver must have the
    same concept of absolute time as the zone signer in order to
    determine whether the signature is within its validity period or
    has expired. An attacker that can change a resolver's opinion of
    the current absolute time can fool the resolver using expired
    signatures. An attacker that can change the zone signer's opinion
    of the current absolute time can fool the zone signer into
    generating signatures whose validity period does not match what the
    signer intended.
===Key management issues===
  - Key rollover at the root is really hard.  Work to date has not even
    come close to adequately specifying how the root key rolls over, or
    even how it's configured in the first place.
 
====DNSSEC architecture====
 
===TSIG===
===TKEY===
TSIG/SIG0: provides mechanisms to authenticate communication between servers
 
==Mandates==
==Mandates==
The U.S. government is requiring DNSSEC for all Federal information systems by December 2009.<ref name=OMB-DNSSEC>{{citation
The U.S. government is requiring DNSSEC for all Federal information systems by December 2009.<ref name=OMB-DNSSEC>{{citation
Line 201: Line 157:
  | date = August 22, 2008
  | date = August 22, 2008
  | first = Karen | last = Evans
  | first = Karen | last = Evans
  | title = Securing the Federal Government’s Domain Name System Infrastructure (Submission of Draft Agency Plans Due by September 5, 2008)}}</ref>
  | title = Securing the Federal Government’s Domain Name System Infrastructure (Submission of Draft Agency Plans Due by September 5, 2008)}}</ref> The requirement, however, is essentially limited to signing the agency roots.


==Implementation guidance==
==Implementation guidance==

Revision as of 22:32, 11 October 2008

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Template:TOC-right This is a draft for which collaboration would be very, very appreciated. See talk page for some of the problem areas

DNS, as a critical part of the Internet infrastructure, needs to be protected. There have been, and continue to be, serious attacks against it. DNS is becoming more, not less critical, as it becomes involved in more functions than the name-to-address mapping for which it was designed. Internet Protocol version 6 address management demands dynamic DNS update even more than did IPv4 dynamic addressing, but DNS security features are needed to secure the updates. With convergence of communications involving telephone number mapping to Internet names and numbers (e.g., IETF ENUM), DNS is critical in other areas. Another aspect of Internet Protocol version 6 deployment may be increased use of IPSec, which, in turn, needs a secure DNS as a trusted repository for public keys and certificate revocations.

DNS software and operations should follow the overall DNS security architecture (DNSSEC).[1]

DNS security scope

Threats to DNS

Domain Name System security (DNSSEC) is intended to solve, or mitigate, known security threats to the Domain Name System. [2] The image, "Conceptual points of vulnerability in DNS" identifies some of the places where threats exist, and for which defensive methods exist, or are in active research.

In the figure "Conceptual points of vulnerability", you will see that the backgrounds are shaded differently for "Server Security Issues" and "Data Protection Issues". These are one of several ways of breaking out the threat.

Conceptual points of vulnerability in DNS

Another threat model starts with some basic assumptions.[3]

An IETF working group on DNS Security started in 1993. It produced the broad outlines from which DNSSEC would emerge, DNSSEC being a combination of threat analysis and countermeasures to those threats. First, some basic assumptions were made.

  • "DNS data is "public", and ruled all threats of data disclosure explicitly out of scope for DNSSEC.[4] This does not mean, however, that DNS data inside the namespace of a virtual private network, "inside the firewall", etc., needs to be available to the public Internet. It means that the data must be available, possibly in read-only format alone, throughout that namespace.
  • While some participants in the meeting were interested in authentication of DNS clients and servers as a basis for access control, this work was also ruled out of scope for DNSSEC per se.[5] This does not preclude the additional use of client and server authentication, probably based on some features of IPSec.[6]
  • Backwards compatibility and co-existence with "insecure DNS" was listed as an explicit requirement.
  • The resulting list of desired security services was
    • data integrity, and
    • data origin authentication.
  • The design team noted that a digital signature mechanism would support the desired services.[7] While digital signature mechanisms do not require a full Public Key Infrastructure, such mechanisms do require a certain amount of trusted infrastructure.

DNS data can be spoofed and corrupted between master server and resolver or forwarder The DNS protocol does not allow you to check the validity of DNS data Exploited by bugs in resolver implementation (predictable transaction ID) Polluted caching forwarders can cause harm for quite some time (TTL) Corrupted DNS data might end up in caches and stay there for a long time How does a slave (secondary) knows it is talking to the proper master (primary)? [8]

Threats to the Zone File

1a deals with the problem of a miscreant breaking into the trusted machine, inside the organization, on which the zone file is created, and altering it before it is transferred to the master server. 1b considers both modification to a valid zone file being transferred, as well as a hostile server misrepresenting itself to the primary DNS server as a valid source of zone information.

It is understood that especially in small installations, the DNS zone file creation and primary server are on the same physical computer. This is really undesirable, for reasons beyond security: a primary DNS server is a critical resource, and, for greatest reliability, should run only the minimal DNS and support software. While an administrator is creating a zone file, there are any number of valid reasons why that person might want to access a Web or other public resource, such as the request for comment archive or a root server file. Every time that administrator's machine exposes itself to the public Internet, it opens a potential channel to attack the DNS primary server and all that depends on it.

2a and 2b deal with zone file attacks at sites external to the domain.

Masquerade as the Master

3 is related to the 2 threats in that it involves as DNS server-to-server zone transfer, but inside the organization. A type 3 attack may come from an internal miscreant, who might not need to penetrate firewalls and strong authentication required for an outside domain.

Slave servers also are vulnerable to attacks that corrupt their copy of the zone file.

Fake dynamic updates

4 covers both stateful and stateless sources of updates. When dynamic updates come only from a Dynamic Host Configuration Service server, there can be substantial administrative and technical controls on the DHCP server, whether it is DHCP for Internet Protocol version 4 or Internet Protocol version 6. The situation becomes much more complex when IPv6 stateless address autoconfiguration (SLAAC) is deployed, and any host has a legitimate reason to send a dynamic update into DNS.

Cache attacks

At 5, a caching-only server may masquerade as the real server to the client, and poison the resolver's cache.

Security implementation

DNSSEC specifically refers to the core digital signature mechanisms used to validate secure DNS records. Three of its RRs, DNSKEY, RRSIG and NSEC work together to establish the authenticity and integrity of DNS data. DS is a supplemental feature by which the signing authority can delegate trust to the public keys of third parties.

TSIG and TKEY are mechanisms that can be used with, or independently of, DNSSEC. TSIG here defines a function of transaction authentication; the original TSIG RR mechanism uses secret keys and is more expensive to implement than its descendant, SIG(0).

DNSSEC is limited to providing origin authentication (i.e., the record provided is authentic, or, if DNSSEC returns a null response, the record does not exist).

None of these mechanisms secure the request, as opposed to the response. If that is needed, use IPSec authentication. They do not secure the message headers, or the response in its entirety.

Resource Records for TSIG/SIG(0)

SIG(0) differs from the new DNSSEC function in being based on symmetric, and presumably preshared, session keys, rather than asymmetric public keys. TKEY sets up the key; SIG(0) authenticates the exchange.

RR types added by DNSSEC
Class RR Name Function Typical RDATA
SIG(0) Signature authenticates an RRset [RFC 2181] of a particular type, class, and name and binds it to a time interval and the signer's domain name A digital certificate containing a signature

Newest Resource Records for DNSSEC

DNSSEC requires several new Resource Records,[9] as well as some changes to the DNS header flag and a "pseudo-RR", which is a workaround to the standard limitation of DNS datagrams to 512 bytes, so longer keys and other cryptographic information can be passed.

An otherwise obsolete RFC makes it clear which old types are replaced or not. [10]

RR types added by DNSSEC
Class RR Name Function Typical RDATA Replaces
DNSKEY DNS Public Key Carries the public key that will be used to authenticate the signature in the RR signature. 2 octets of Flags describing attributes of the key, a 1 octet Protocol Field (value must be 3), a 1 octet field defining the cryptographic algorithm in use, and the Public Key Field. KEY
RRSIG Resource Record Signature Carries a digital signature for the Resource Record set (RRset) being transferred A digital certificate containing the signature SIG, except that SIG is still used for SIG(0)
DS Delegation Signer Used to authenticate a DNSKEY RR, this RR refers to a s[ecofoc DNSKEY RR and is used in the DNS DNSKEY authentication process. key tag, algorithm number, and a digest of the DNSKEY RR.
NSEC Next Secure Transfers the next owner name (in the canonical ordering of the zone) that contains authoritative data or a delegation point NS RRset, and the set of RR types present at the NSEC RR's owner name NXT
OPT Pseudo-RR Used to extend DNS messages > 512 bytes

Known issues with DNSSEC

DNS itself is hierarchical, and DNSSEC follows its hierarchy. This means that a problem at one level of zone propagates to the zones hierarchically below it.

DNSSEC implementation will take significant programming skills, and not all error handling is well-defined in the specifications. Expired keys and slight zone file configuration errors can cause significant problems for a DNSSEC-aware resolver, and the reporting and recover mechanisms may be inadequage.

When DNSSEC is used, it will produce considerably more data than with conventional DNS. It could, therefore, provide even more amplification, so a denial of service attack aimed at DNS servers than with conventional DNS.

A DNSSEC-aware resolver has to do much more processing, both for basic signature validation and for additional queries that may be required. With non-DNSSEC aware resolvers today, there is already a problem with timeouts and unneeded queries. This was deemed more of a general DNS operations problem than a DNSSEC-specific problem.

Authenticated denial becomes considerably more complex due to the existence of DNS wildcards. [11] While not supporting wildcards in DNSSEC was considered, the IETF consensus was that wildcards are operationally necessary. Authenticated denial, therefore, may be fragile.

Time synchronization issues

Before DNSSEC, DNS could operate using "relative" or "elapsed" time. Since DNSSEC signature validity is based on "absolute" time, DNSSEC requires at least loose time synchronization between the resolver and the signing entity. Without it, the resolver may accept expired signatures. If the signer does not have a trusted time reference, a miscreant that can feed inaccurate time to the signer can cause it to sign things valid for a period different than it intended to have valid.

Key management issues

Key rollover at the root remains unsolved. There is no agreement even how to configure it.

Mandates

The U.S. government is requiring DNSSEC for all Federal information systems by December 2009.[12] The requirement, however, is essentially limited to signing the agency roots.

Implementation guidance

The European address registry, RIPE, has been presenting excellent training on DNSSEC.[8]

References

  1. R. Arends, R. Austein, M. Larson, D. Massey, S. Rose (March 2005), DNS Security Introduction and Requirements, RFC4033
  2. D. Atkins, R. Austein (August 2004), Threat Analysis of the Domain Name System (DNS), RFC 3833
  3. RFC3303, pp.1-2
  4. RFC3303, pp.1-2
  5. RFC3303, pp.1-2
  6. S. Kent, K. Seo (December 2005), Security Architecture for the Internet Protocol, RFC4301
  7. RFC3303, p.2
  8. 8.0 8.1 RIPE NCC Training Course
  9. R. Arends, R. Austein, M. Larson, D. Massey, S. Rose (March 2005), Resource Records for the DNS Security Extensions, RFC4034
  10. S. Weiler (May 2004), Legacy Resolver Compatibility for Delegation Signer (DS), RFC3755
  11. RFC 4034, section 3.1.3
  12. Evans, Karen (August 22, 2008), Securing the Federal Government’s Domain Name System Infrastructure (Submission of Draft Agency Plans Due by September 5, 2008)