Overview
DomainKeys Identified Mail (DKIM) Verifiers may inappropriately convey message trust when messages are signed using keys that are too weak (< 1024 bits) or that are marked as test keys.
Description
RFC 6376 states "DomainKeys Identified Mail (DKIM) permits a person, role, or organization to claim some responsibility for a message by associating a domain name [RFC1034] with the message [RFC5322], which they are authorized to use. This can be an author's organization, an operational relay, or one of their agents. Assertion of responsibility is validated through a cryptographic signature and by querying the Signer's domain directly to retrieve the appropriate public key. Message transit from author to recipient is through relays that typically make no substantive change to the message content and thus preserve the DKIM signature. A message can contain multiple signatures, from the same or different organizations involved with the message." 1) CWE-347: Improper Verification of Cryptographic Signature: DKIM information is conveyed in an email header called a DKIM-Signature header field. A Signer can indicate that a domain is testing DKIM by setting the DKIM Selector Flag (t=) flag to t=y. Some verifiers accept DKIM messages in testing mode when the messages should be treated as if they were not DKIM signed. From RFC 6376: t= Flags, represented as a colon-separated list of names (plain- text; OPTIONAL, default is no flags set). Unrecognized flags MUST be ignored. The defined flags are as follows: y This domain is testing DKIM. Verifiers MUST NOT treat messages from Signers in testing mode differently from unsigned email, even should the signature fail to verify. A DKIM-compliant email client, including web-based clients, should not convey any DKIM-related trust to the user about messages in testing mode. 2) CWE-326: Inadequate Encryption Strength: DKIM signing keys with fewer than 1024 bits are weak. From RFC 6376: Since short RSA keys more easily succumb to off-line attacks, Signers MUST use RSA keys of at least 1024 bits for long-lived keys.
|
Impact
It is possible that an attacker could factor the encryption key for a domain that is using DKIM allowing them to sign emails originating from that domain. An attacker may be able to use a test signing key that is treated as trusted. |
Solution
System administrators should replace all RSA signing keys fewer that 1024 bits and configure their systems to not use or allow testing mode on production servers. |
Vendor Information
CVSS Metrics
Group | Score | Vector |
---|---|---|
Base | 4.6 | AV:N/AC:H/Au:M/C:C/I:N/A:N |
Temporal | 3.5 | E:U/RL:U/RC:UC |
Environmental | 6.1 | CDP:MH/TD:H/CR:ND/IR:ND/AR:ND |
References
- https://tools.ietf.org/html/rfc6376
- http://eprint.iacr.org/2010/006.pdf
- http://cwe.mitre.org/data/definitions/347.html
- http://cwe.mitre.org/data/definitions/326.html
- http://www.wired.com/threatlevel/2012/10/dkim-vulnerability-widespread/
- http://blog.returnpath.com/blog/ken-takahashi/google-is-failing-your-perfectly-good-dkim-key-and-why-thats-a-good-thing
Acknowledgements
Thanks to Zachary Harris for reporting this vulnerability.
This document was written by Michael Orlando.
Other Information
CVE IDs: | None |
Date Public: | 2012-10-23 |
Date First Published: | 2012-10-24 |
Date Last Updated: | 2016-03-16 01:55 UTC |
Document Revision: | 46 |