Internet-Draft | TIGRESS Threat Model | June 2023 |
Lassey, et al. | Expires 7 December 2023 | [Page] |
This document describes a threat model by which the working group can evaluate potential solutions to the problems laid out in the TIGRESS charter.¶
This note is to be removed before publishing as an RFC.¶
The latest revision of this draft can be found at https://bslassey.github.io/tigress-threat-model/draft-lassey-tigress-threat-model.html. Status information for this document may be found at https://datatracker.ietf.org/doc/draft-lassey-tigress-threat-model/.¶
Discussion of this document takes place on the Transfer dIGital cREdentialS Securely Working Group mailing list (mailto:tigress@ietf.org), which is archived at https://mailarchive.ietf.org/arch/browse/tigress/. Subscribe at https://www.ietf.org/mailman/listinfo/tigress/.¶
Source for this draft and an issue tracker can be found at https://github.com/bslassey/tigress-threat-model.¶
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 https://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 7 December 2023.¶
Copyright (c) 2023 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://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 Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
The TIGRESS Working Group is chartered to deliver a protocol for transferring copies of digital credentials. The charter specifies certain goals:¶
From these goals we can derive a threat model for the general problem space.¶
A digital credential [Tigress-req-03] is composed of Cryptographic material and other data that enables an user to access a property.¶
Data that is exchanged over the course of credential transfer.¶
The initial data containing Provisioning Information [Tigress-req-03] sent to the receiver. It represents an invitation to accept the transfer of the credential.¶
Threat Description | Likelihood | Impact | Mitigations |
---|---|---|---|
An Attacker with physical access to the victim's phone initiates the transfer of a Credential to the the Attacker's device | MED | HIGH | Section 5.2.1 |
Attacker intercepts or eavesdrops on sharing message | HIGH | HIGH | Section 5.2.2 |
Sender mistakenly sends to the wrong Receiver | HIGH | HIGH | Section 5.2.3 |
Sender device compromised | MED | HIGH | Section 5.2.3 |
Attacker compromises Credential Authority | LOW | HIGH | None |
Credential Authority can recognize and track Sender across shares | HIGH | LOW | None |
Credential Authority can recognize and track Receiver across shares | HIGH | LOW | None |
Sender can recognize and track Receiver across shares | HIGH | LOW | None |
Receiver can recognize and track Sender across shares | HIGH | LOW | None |
Some designs may rely on an intermediary server to facilitate the transfer of material. Below are threats and mitigations assuming that there is an intermediary server hosting encrypted content at an "unguessable" location.¶
Threat Description | Likelihood | Impact | Mitigations |
---|---|---|---|
Attacker brute forces "unguessable" location | LOW | LOW | Section 5.2.4 |
Attacker intercepts encryption key | MED | MED | Section 5.2.5 |
Attacker intercepts encryption key and unguessable location | MED | HIGH | Section 5.2.6 |
Attacker compromises intermediary server | LOW | LOW | Section 5.2.7 |
Attacker uses intermediary server to store unrelated items (i.e. cat pictures) | HIGH | LOW | Section 5.2.8 |
Implementers SHOULD take sufficient precautions to ensure that the device owner is in possession of the device when initiating a transfer such as requiring authentication at the time of initiation.¶
Solution should require an end-to-end encrypted messaging channel or otherwise specify a way to send a secret out of band.¶
Implementers should ensure any initiated attempts of credential transfer can be withdrawn or revoked at any time.¶
Limited TTL of storage, rate limiting of requests.¶
Separate transmission of encryption key and unguessable location.¶
Implementor should warn users about transferring credentials to groups.¶
Content on the server is encrypted.¶
Intermediary server should have tight size limits and TTLS to discourage misuse¶
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.¶
This document has no IANA actions.¶
This document took as inspiration the threat model that was part of Dmitry Vinokurov's sample implementation document.¶