RFC 9662: Updates to the Cipher Suites in Secure Syslog
- C. Lonvick,
- S. Turner,
- J. Salowey
Abstract
RFCs 5425 and 6012 describe using TLS and DTLS to securely transport syslog messages. This document updates the cipher suites required by RFC 5245 (TLS Transport Mapping for Syslog) and RFC 6012 (DTLS Transport Mapping for Syslog). It also updates the protocol recommended by RFC 6012 for secure datagram transport.¶
Status of This Memo
This is an Internet Standards Track document.¶
This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Further information on Internet Standards is available in Section 2 of RFC 7841.¶
Information about the current status of this document, any
errata, and how to provide feedback on it may be obtained at
https://
Copyright Notice
Copyright (c) 2024 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
(https://
1. Introduction
"Transport Layer Security (TLS) Transport Mapping for Syslog" [RFC5425] and "Datagram Transport Layer Security (DTLS) Transport Mapping for Syslog" [RFC6012] describe using TLS and DTLS to securely transport syslog messages. Both of these specifications require the use of RSA-based certificates and the use of TLS and DTLS versions that are not the most recent.¶
Section 4.2 of [RFC5425] requires that implementations MUST
support TLS 1.2 [RFC5246] and are REQUIRED
to support the mandatory
Section 5.2 of [RFC6012] requires that implementations "MUST"
support DTLS 1.0 [RFC4347] and are also
"REQUIRED" to support the mandatory
The community is moving away from cipher suites that do not offer forward secrecy and towards more robust suites.¶
The DTLS 1.0 transport [RFC4347] has been deprecated by RFC 8996 [BCP195], and the community is moving to DTLS 1.2 [RFC6347] and DTLS 1.3 [RFC9147].¶
This document updates [RFC5425] and [RFC6012]
to prefer the use of TLS
This document also updates [RFC6012] by recommending
a mandatory
2. Terminology
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
3. Support for Updating
[RFC8447bis] generally reminds us that cryptographic algorithms and parameters will be broken or weakened over time. Blindly implementing the cryptographic algorithms listed in any specification is not advised. Implementers and users need to check that the cryptographic algorithms specified continue to provide the expected level of security.¶
As the Syslog Working Group determined, syslog clients and servers
MUST use certificates as defined in [RFC5280].
Since both [RFC5425] and [RFC6012]
REQUIRED the use of TLS
[DEPRECATE-KEX] documents that the
cipher suite TLS
As such, the community is moving away from algorithms that do not provide
forward secrecy. For example, the International Electrotechnica
Additionally, RFC 8996 [BCP195]
deprecates the use
of DTLS 1.0 [RFC4347], which is the mandatory
Finally, RFC 9325 [BCP195] provides guidance on the support of TLS 1.3 [RFC8446] and DTLS 1.3 [RFC9147].¶
Therefore, to maintain interoperabilit
However, since there are many implementations of syslog using
the cipher suites mandated by [RFC6012], a
sudden change is not desirable. To accommodate a migration path,
TLS
4. Updates to RFC 5425
The mandatory
Implementations of [RFC5425] SHOULD offer
TLS
Implementations of [RFC5425] MUST continue to
use TLS 1.2 [RFC5246] as the mandatory
As per RFC 9325 [BCP195], implementations of [RFC5425] SHOULD support TLS 1.3 [RFC8446] and, if implemented, MUST prefer to negotiate TLS 1.3 over earlier versions of TLS.¶
5. Updates to RFC 6012
The mandatory
Implementations of [RFC6012] SHOULD offer
TLS
As specified in RFCs 8996 and 9325 [BCP195], implementations of [RFC6012] MUST NOT use DTLS 1.0 [RFC4347]. Implementations MUST use DTLS 1.2 [RFC6347].¶
DTLS 1.2 [RFC6347] implementations SHOULD support
and prefer the mandatory
As per RFC 9325 [BCP195], implementations of [RFC6012] SHOULD support DTLS 1.3 [RFC9147] and, if implemented, MUST prefer to negotiate DTLS version 1.3 over earlier versions of DTLS.¶
6. Early Data
Early data (aka 0-RTT data) is a mechanism defined in TLS 1.3 [RFC8446] that allows a client to send data ("early data") as part of the first flight of messages to a server. Early data is permitted by TLS 1.3 when the client and server share a PSK, either obtained externally or via a previous handshake. The client uses the PSK to authenticate the server and to encrypt the early data.¶
As noted in Section 2.3 of [RFC8446bis], the security properties for early data are weaker than those for subsequent TLS-protected data. In particular, early data is not forward secret, and there are no protections against the replay of early data between connections. Appendix E.5 of [RFC8446bis] requires that applications not use early data without a profile that defines its use. Because syslog does not support replay protection (see Section 8.4 of [RFC5424]) and most implementations establish a long-lived connection, this document specifies that implementations MUST NOT use early data.¶
7. IANA Considerations
This document has no IANA actions.¶
8. Security Considerations
RFCs 8996 and 9325 [BCP195] deprecate an insecure DTLS transport protocol from [RFC6012] and deprecate insecure cipher suites from [RFC5425] and [RFC6012]. However, the installed base of syslog implementations is not easily updated to immediately adhere to those changes.¶
This document updates the mandatory
If a device currently only has TLS
9. References
9.1. Normative References
- [BCP195]
-
Best Current Practice 195, <https://
www >..rfc -editor .org /info /bcp195
At the time of writing, this BCP comprises the following:Moriarty, K. and S. Farrell, "Deprecating TLS 1.0 and TLS 1.1", BCP 195, RFC 8996, DOI 10.17487 , , <https:///RFC8996 www >..rfc -editor .org /info /rfc8996 Sheffer, Y., Saint-Andre, P., and T. Fossati, "Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)", BCP 195, RFC 9325, DOI 10.17487 , , <https:///RFC9325 www >..rfc -editor .org /info /rfc9325 - [RFC2119]
-
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10
.17487 , , <https:///RFC2119 www >..rfc -editor .org /info /rfc2119 - [RFC4347]
-
Rescorla, E. and N. Modadugu, "Datagram Transport Layer Security", RFC 4347, DOI 10
.17487 , , <https:///RFC4347 www >..rfc -editor .org /info /rfc4347 - [RFC5246]
-
Dierks, T. and E. Rescorla, "The Transport Layer Security (TLS) Protocol Version 1.2", RFC 5246, DOI 10
.17487 , , <https:///RFC5246 www >..rfc -editor .org /info /rfc5246 - [RFC5280]
-
Cooper, D., Santesson, S., Farrell, S., Boeyen, S., Housley, R., and W. Polk, "Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile", RFC 5280, DOI 10
.17487 , , <https:///RFC5280 www >..rfc -editor .org /info /rfc5280 - [RFC5424]
-
Gerhards, R., "The Syslog Protocol", RFC 5424, DOI 10
.17487 , , <https:///RFC5424 www >..rfc -editor .org /info /rfc5424 - [RFC5425]
-
Miao, F., Ed., Ma, Y., Ed., and J. Salowey, Ed., "Transport Layer Security (TLS) Transport Mapping for Syslog", RFC 5425, DOI 10
.17487 , , <https:///RFC5425 www >..rfc -editor .org /info /rfc5425 - [RFC6012]
-
Salowey, J., Petch, T., Gerhards, R., and H. Feng, "Datagram Transport Layer Security (DTLS) Transport Mapping for Syslog", RFC 6012, DOI 10
.17487 , , <https:///RFC6012 www >..rfc -editor .org /info /rfc6012 - [RFC6347]
-
Rescorla, E. and N. Modadugu, "Datagram Transport Layer Security Version 1.2", RFC 6347, DOI 10
.17487 , , <https:///RFC6347 www >..rfc -editor .org /info /rfc6347 - [RFC8174]
-
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10
.17487 , , <https:///RFC8174 www >..rfc -editor .org /info /rfc8174 - [RFC8446]
-
Rescorla, E., "The Transport Layer Security (TLS) Protocol Version 1.3", RFC 8446, DOI 10
.17487 , , <https:///RFC8446 www >..rfc -editor .org /info /rfc8446 - [RFC9147]
-
Rescorla, E., Tschofenig, H., and N. Modadugu, "The Datagram Transport Layer Security (DTLS) Protocol Version 1.3", RFC 9147, DOI 10
.17487 , , <https:///RFC9147 www >..rfc -editor .org /info /rfc9147
9.2. Informative References
- [DEPRECATE-KEX]
-
Bartle, C. and N. Aviram, "Deprecating Obsolete Key Exchange Methods in TLS 1.2", Work in Progress, Internet-Draft, draft
-ietf , , <https://-tls -deprecate -obsolete -kex -05 datatracker >..ietf .org /doc /html /draft -ietf -tls -deprecate -obsolete -kex -05 - [RFC8446bis]
-
Rescorla, E., "The Transport Layer Security (TLS) Protocol Version 1.3", Work in Progress, Internet-Draft, draft
-ietf , , <https://-tls -rfc8446bis -11 datatracker >..ietf .org /doc /html /draft -ietf -tls -rfc8446bis -11 - [RFC8447bis]
-
Salowey, J. A. and S. Turner, "IANA Registry Updates for TLS and DTLS", Work in Progress, Internet-Draft, draft
-ietf , , <https://-tls -rfc8447bis -09 datatracker >..ietf .org /doc /html /draft -ietf -tls -rfc8447bis -09
Acknowledgments
The authors would like to thank Arijit Kumar Bose, Steffen Fries, and the members of IEC TC57 WG15 for their review, comments, and suggestions. The authors would also like to thank Tom Petch, Juergen Schoenwaelder, Hannes Tschofenig, Viktor Dukhovni, and the IESG members for their comments and constructive feedback.¶