You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ncrypt/crypt.c: Protect address lists in header fields
... except Bcc, for obvious reasons.
There are several attacks that are possible if the To, Cc, and similar
header fields are not protected. One of them is:
- The metadata of a signed+encrypted message can be modified (without
decrypting it), to add a malicious recipient. Subsequent replies to
the thread will likely also encrypt to the malicious recipient,
disclosing secret data.
Read the links below for a more detailed explanation of the problem.
Link: <#4223>
Link: <#4226>
Cc: Richard Russon <[email protected]>
Signed-off-by: Alejandro Colomar <[email protected]>
0 commit comments