No, all validation types where the client or subject sends back or submits the 
validation result.If the client or subject makes the validation result 
available, and ACME server have to search for the data in such a way the 
location of the result itself validate control, then you don't need the split 
token.
-------- Originalmeddelande --------Från: Brian Sipos <[email protected]> 
Datum: 2020-06-20  00:09  (GMT+01:00) Till: Sebastian Nielsen 
<[email protected]>, [email protected] Kopia: [email protected] Ämne: Re: 
[Acme] ACME email validation 

Sebastian,


Thank you very much for this clarification. This would apply to all message 
exchange validation types then (including the one I'm looking into).

I notice that the email validation draft does not mention multiple attempts 
from different sources, which RFC8555 does discuss briefly [1]. Is there an 
expectation that an email validation would be attempted from multiple ACME 
server addresses, or is a MITM
 attack on messaging not handled because of the nature of email security?





[1] 
https://tools.ietf.org/html/rfc8555#section-10.2





From: Sebastian Nielsen
Sent: Friday, June 19, 2020 13:25
To: Brian Sipos; [email protected]
Cc: [email protected]
Subject: SV: [Acme] ACME email validation







The reason is to 
prevent email spoofing.

In the case of .well-known or DNS
validation, or ALPN, you
publish a record where ACME
fetches. That 
can’t be spoofed, because ACME
itself searches for the record,
you can’t 
send ACME a record and have it accept.

 

In the email case, 
you instead send ACME the
response back via email, which
could be spoofed, 
if you had access to
only the ACME client,
if whole the token 
was given by ACME client.

 

And in the second case, 
if whole token was given by email, it
could be a private key
that is being 
used for another thing –
lets say 
signing internal certificates via HSM,
where the signing system is
misused to gain SMIME
certificates by signing the token,
without having access to the
corresponding ACME client
where the private key is
installed. By requiring 2 parts
of a token, you 
ensure the client has access to BOTH the email inbox AND the ACME
client, AND the private key
aswell.

 

To ensure that the person
replying to the email BOTH have access to the email
account AND the ACME client,
he must join 2 parts 
of a secure token, and 
then use his private
key to calculate the 
value.

 

 



Från: [email protected] <[email protected]>
För Brian Sipos
Skickat: den 19 juni 2020 00:13
Till: [email protected]
Kopia: [email protected]
Ämne: [Acme] ACME email validation



 


All,



In a recent draft I created for using ACME for non-web-PKI verification [1] I 
see that there are many similarities with an earlier draft for email 
verification [2]. In that email protocol, the challenge token is split
 into two parts which arrive at the email validation agent through two paths: 
token-part1 via the validation channel, and token-part2 via the ACME channel.



Is there a technical reason why the token is split into two parts like this? Is 
replying with the proper corresponding Key Authorization not sufficient to 
prove ownership of the email address?



I don't see any similar challenge token splitting in other ACME drafts and I 
don't see anything obvious in [2] to indicate why the split is useful or 
needed. I also didn't see any related discussion earlier on the
 ACME mailing list.



Thank you,



Brian S.



 



[1] 
https://datatracker.ietf.org/doc/html/draft-sipos-acme-dtnnodeid-00



[2] 
https://datatracker.ietf.org/doc/html/draft-ietf-acme-email-smime-08





Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
Acme mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/acme

Reply via email to