Skip to content

Recovery: vulnerabilities and mitigations #32

Description

@orthecreedence

Had a good discussion with a friend, and came to the conclusion that the recovery system (effectively multisig) is vulnerable. If an attacker can convince M of N recovery executors that attacker is you, then attacker can effectively gain control of the identity. Educating every executor (could be tech-illiterate friends, parents, or even lazy institutions) to perfectly verify the identity of the attacker each time could be mitigated through interfaces (ie, "Before signing this request, ask the recoveree a question only they would know the answer to") but this is still imperfect.

One main solution came to mind: like a revocation certificate, one would pre-generate a signed recovery request and store it securely. Generation of a new recovery request would require full access to the identity. This makes it impossible for an attacker to arbitrarily initiate recovery. And because recovery requires initial setup anyway, this doesn't add much more complication.

Another option is to embed the identity with recovery questions where the answers generate a private key that can be used to sign a recovery request. This alleviates the burden of storage of a separate pre-signed recovery request.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions