-
Notifications
You must be signed in to change notification settings - Fork 491
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
invalid_onion_blinding
everywhere
Allowing any node inside the blinded route to return helpful errors to the sender creates a probing attack vector for malicious senders, even for errors coming from the final recipient, because it lets the sender know that it was able to reach the recipient. We now require every node in blinded paths to exclusively use `invalid_onion_blinding`, and also convert downstream errors to `invalid_onion_blinding` to ensure that buggy/malicious downstream nodes are unable to exfiltrate data.
- Loading branch information
Showing
2 changed files
with
13 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters