%ents; ]>
Impact of TLS and DNSSEC on Dialback This specification provides documentation how Server Dialback is used together with Transport Layer Security, and discusses how the security considerations of Dialback are changed by the introduction of TLS and/or DNSSEC. &LEGALNOTICE; 0344 Deferred Standards Track Standards Council XMPP Core XEP-0220 N/A &fippo; &dcridland; 0.4 2017-09-11 XEP Editor (jwi) Defer due to lack of activity. 0.3 2015-03-23 dwd/ph

Described same-certificate flow.

0.2 2014-03-19 editor (mam)

Editorial fixes.

0.1 2014-03-14 editor (mam)

Initial published version approved by the XMPP Council.

0.0.3 2014-02-28 dwd

Changed title and added more security considerations.

0.0.2 2013-11-13 dwd

Added some narrative and a section on dwd.

0.0.1 2013-11-04 ph

First draft.

Although &xep0220; describes dialback as being run before any other negotiation, it is typically run over TLS where supported. This allows it to be used as a simple convenient fallback to X.509 Strong Authentication within the TLS layer, as described in &rfc6120;, and also affords greater protection to the exchange.

This document describes these practises, and also describes various functionally equivalent shortcuts to the protocol, including that known as "dialback without dialback".

This document will tell a tale of two servers; orchard.capulet.example is trying to contact home.montague.example. Each server operates a single domain; these are capulet.example and montague.example respectively.

The traditional pattern is shown here:

| | (ID D60000229F) | | | | send | capulet.example | dialback key | (as Authoritative | -----(STEP 1)----> | Server) | | ----------------- | | [if necessary, | | | perform DNS | | | lookup on | | | Sender Domain, | | | open TCP | | | connection, | | | and establish | | | stream] | | | -----------------> | | | | | | send | | | verify request | | | ----(STEP 2)-----> | | | | | | send | | | verify response | | | <----(STEP 3)----- | | | | | report | | | dialback result | | | <-----(STEP 4)---- | | ]]>

This traditional pattern involves the following protocol exchanges when dialback over TLS is used:

]]> ]]> ]]> ]]> ]]> ]]> b4835385f37fe2895af6c196b59097b16862406db80559900d96bf6fa7d23df3 ]]>

The Receiving Server may need to establish a connection to the Authoritative Server at this point.

b4835385f37fe2895af6c196b59097b16862406db80559900d96bf6fa7d23df3 ]]> ]]> ]]>

If during the initial connection, home.montague.example is able to determine that the certificate presented is trustworthy, and authenticates orchard.capulet.example as authorized to offer the XMPP service for capulet.example, then the flow can be shortcutted heavily, allowing the entire Authoritative Server process to be elided.

This is particularly useful in cases where the dialback exchange is a subsequent exchange used in piggybacking, as it remains the only solution for piggybacking with strong authentication.

| | (ID D60000229F) | | | | send | | dialback key | | -----(STEP 1)----> | | | | | [observe certificate | | trustworthy and | | correct for capulet.example | | as per RFC 6125] | | | report | | dialback result | | <-----(STEP 4)---- | ]]>

This traditional pattern involves the following protocol exchanges when dialback over TLS is used:

]]> ]]> ]]> ]]> ]]> ]]>

Note that having authenticated the certificate and found it authorized for capulet.example, montague.example has offered EXTERNAL above. It's not clear why capulet.example does not avail itself of the offer below; however it should be noted that EXTERNAL would not be available with piggybacking for example.

b4835385f37fe2895af6c196b59097b16862406db80559900d96bf6fa7d23df3 ]]>

Critically, it is at this point that home.montague.example both authenticates and checks authorization on the certificate, or at least ensure that the certificate presented at this stage matches that presented at the initial handshake.

from='montague.example' to='capulet.example' type='valid'/> ]]>

If during the initial connection, the Receiving Server is unable to determine that the certificate presented is trustworthy but the Authoritative Server presents the same certificate as the Originating Server, the <db:verify/> step can be elided.

Note: the Receiving Server MUST still check that the hostname in the certificate matches.

Essentially, this replaces the Dialback Key Validation step from &xep0185; with the somewhat more elaborate proof of posession of the private key associated with the certificate.

| | (ID D60000229F) | | | | send | capulet.example | dialback key | (as Authoritative | -----(STEP 1)----> | Server) | | ----------------- | | [if necessary, | | | perform DNS | | | lookup on | | | Sender Domain, | | | open TCP | | | connection, | | | and establish | | | stream] | | | -----------------> | | | [observe certificate is for | | capulet.example and same as | | used by orchard.capulat.example] | report | | dialback result | | <-----(STEP 4)---- | ]]>

This pattern involves the following protocol exchanges:

]]> ]]> ]]> ]]> ]]> ]]> b4835385f37fe2895af6c196b59097b16862406db80559900d96bf6fa7d23df3 ]]>

The Receiving Server may need to establish a connection to the Authoritative Server at this point. Here we assume that this connection is using TLS and the certificate presented by the Authoritative Server is the same as the one used by the Originating Server and contains the domain name claimed by the Originating Server.

]]>

With respect to XEP-0220's security considerations, the adaptations in this document add at minimum channel encryption and integrity, which forces an attacker into making an active attack, rather than passive eavesdropping. This raises the cost of an attack significantly. However, unless the certificates are authenticated, there is still a man-in-the-middle attack possible, and the reliance on unauthenticated DNS remains problematic.

Use of the "Dialback without dialback" shortcut described in section 2.4 raises the level of authentication to that of the TLS/SASL-EXTERNAL process described in RFC 6120, and is thought to be indistinguishable from a security standpoint. As such, the security considerations relating to this in RFC 6120 et al apply.

Use of the "Same Certificate" shortcut described in section 2.6 is not thought to materially alter the security profile beyond that described above. In particular, it does not alter the level of trust an implementation may put in authentication.

If both SRV and A/AAAA records are protected by DNSSEC, this means that the correct address for the peer can be proven, removing DNS forgery as an attack vector. Without TLS, it is however still possible to mount an array of attacks, including IP spoofing and eavesdropping.

With TLS, however, the situation improves. Since TLS protects against a naïve IP spoofing attack, a routing protocol attack (such as BGP hijacking) is required to forge the server.

In addition, it is of critical importance to check the certificate at the time when the dialback result is received, and not only in the initial handshake. This protects against an attack based around renegotiation.

This document requires no interaction with &IANA;.

This document requires no interaction with the XMPP Registrar.