DIME | H. Tschofenig, Ed. |
Internet-Draft | Nokia Siemens Networks |
Intended status: Standards Track | J. Korhonen |
Expires: January 16, 2014 | Renesas Mobile |
G. Zorn | |
Network Zen | |
K. Pillay | |
Oracle Communications | |
July 15, 2013 |
Diameter AVP Level Security: Scenarios and Requirements
draft-tschofenig-dime-e2e-sec-req-01.txt
This specification discusses requirements for providing Diameter security at the level of individual Attribute Value Pairs.
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."
This Internet-Draft will expire on January 16, 2014.
Copyright (c) 2013 IETF Trust and the persons identified as the document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.
The Diameter Base specification [RFC6733] offers security protection between neighboring Diameter peers and mandates that either TLS (for TCP), DTLS (for SCTP), or IPsec is used. These security protocols offer a wide range of security properties, including entity authentication, data-origin authentication, integrity, confidentiality protection and replay protection. They also support a large number of cryptographic algorithms, algorithm negotiation, and different types of credentials.
The need to also offer additional security protection of AVPs between non-neighboring Diameter nodes was recognized very early in the work on Diameter. This lead to work on Diameter security using the Cryptographic Message Syntax (CMS) [I-D.ietf-aaa-diameter-cms-sec]. Due to lack of deployment interest at that time (and the complexity of the developed solution) the specification was, however, never completed.
In the meanwhile Diameter had received a lot of deployment interest from the cellular operator community and because of the sophistication of those deployments the need for protecting Diameter AVPs between non-neighboring nodes re-surfaced. Since early 2000 (when the work on [I-D.ietf-aaa-diameter-cms-sec] was discontinued) the Internet community had seen advances in cryptographic algorithms (for example, authenticated encryption algorithms were developed) and new security building blocks were developed.
This document collects requirements for developing a solution to protect Diameter AVPs.
The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'MAY', and 'OPTIONAL' in this specification are to be interpreted as described in [RFC2119].
This document re-uses terminology from the Diameter base specification [RFC6733].
+oooooooooooooooooo+ +====================+ | | | | | | | | +--------+ +--------+ +--------+ +--------+ |Diameter| |Diameter| |Diameter| |Diameter| |Client +------+Proxy A +--------+Proxy B +--------+Proxy C |----+ +--------+ +--------+ +--------+ +--------+ | | | | | | | Visited Domain | | AAA Broker | | +oooooooooooooooooo+ +====================+ | | | | +\\\\\\\\\\\\\\\\\\\\+ | +--------+ Example.com | | |Diameter| | | |Server X+--+ +--------+ | +--------+ | |Diameter| | +--------+ +---------+Proxy D |----+ |Diameter| | +--------+ |Server Y+--+ | +--------+ Home Domain | +////////////////////+
Figure 1: Example Diameter Deployment Setup.
Consider the following use case shown in Figure 1 where a a Diameter client wants to interact with its home Diameter server in the example.com realm. The visited domain the Diameter client is attached to makes use of a AAA interconnection provider, shown as AAA Broker in our example. While both the administrators of the visited as well as the home domain are likely to main a business relationship with the intermediate AAA broker network they may want to ensure that certain Diameter AVPs are not sent in the clear or are integrity protected. Note that the security services are likely offered between Diameter Proxy A and Diameter Proxy D for ease of deployment. Proxy A may act on behalf of the Diameter client and Diameter Proxy D acts on behalf of Diameter Server X and Y it serves.
Based on Figure 1 the following use cases can be differentiated. AVP refers to an unprotected AVP and {AVP}k refers to an AVP that experiences security protection without further distinguishing between integrity and confidentiality protection.
+--------+ +--------+ |Diameter| AVP, {AVP}k |Diameter| |Client +-----------------........... -------------------+Server | +--------+ +--------+
Figure 2: End-to-End Diameter AVP Security Protection.
In the first scenario, shown in Figure 2, end-to-end security protection is provided between the Diameter client and the Diameter server. Diameter AVPs exchanged between these two Diameter nodes are protected.
+--------+ +--------+ +--------+ |Diameter| AVP |Diameter| AVP, {AVP}k |Diameter| |Client +-----+Proxy A +---------- .......... -----------+Server | +--------+ +--------+ +--------+
Figure 3: Middle-to-End Diameter AVP Security Protection.
In the second scenario, shown in Figure 3, a Diameter proxy acts on behalf of the Diameter client with regard to security protection. It applies security protection to outgoing Diameter AVPs and verifies incoming AVPs.
+--------+ +--------+ +--------+ |Diameter| AVP, {AVP}k |Diameter| AVP |Diameter| |Client +-----------------........... ----+Proxy D +-----+Server | +--------+ +--------+ +--------+
Figure 4: End-to-Middle Diameter AVP Security Protection.
In the third scenario shown in Figure 4 a Diameter proxy acts on behalf of the Diameter server.
+--------+ +--------+ +--------+ +--------+ |Diameter| AVP |Diameter| AVP, {AVP}k |Diameter| AVP |Diameter| |Client +-----+Proxy A +-- .......... ----+Proxy D +-----+Server | +--------+ +--------+ +--------+ +--------+
Figure 5: Middle-to-Middle Diameter AVP Security Protection.
The forth and final scenario (see Figure 5) is a combination of the end-to-middle and the middle-to-end scenario shown in Figure 4 and in Figure 3. From a deployment point of view this scenario is easier to accomplish for two reasons: First, Diameter clients and Diameter servers remain unmodified. This ensures that no modifications are needed to the installed Diameter infrastructure. Second, key management is also simplified since fewer number of key pairs need to be negotiated and provisioned.
Various security threats are mitigated by selectively applying security protection for individual Diameter AVPs. Without protection there is the possibility for password sniffing, confidentiality violation, AVP insertion, deletion or modification. Additionally, applying digital signature offers non-repudiation capabilities; a feature not yet available in todays Diameter deployment. Modification of certain Diameter AVPs may not necessarily be the act of malicious behavior but could also be the result of misconfiguration. An over-aggressively configured firewalling Diameter proxy may also remove certain AVPs. In most cases data origin authentication and integrity protection of AVPs will provide most benefits for existing deployments with minimal overhead and (potentially) operating in a full-backwards compatible manner.
This entire document focused on the discussion of new functionality for securing Diameter AVPs selectively between non-neighboring nodes.
This document does not require actions by IANA.
We would like to thank Guenther Horn for his review comments.
[1] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. |
[2] | Fajardo, V., Arkko, J., Loughney, J. and G. Zorn, "Diameter Base Protocol", RFC 6733, October 2012. |
[1] | Calhoun, P., Farrell, S. and W. Bulley, "Diameter CMS Security Application", Internet-Draft draft-ietf-aaa-diameter-cms-sec-04, March 2002. |