-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Harden AsyncSSH state machine against message injection during handshake
This commit puts additional restrictions on when messages are accepted during the SSH handshake to avoid message injection attacks from a rogue client or server. More detailed information will be available in CVE-2023-46445 and CVE-2023-46446, to be published shortly. Thanks go to Fabian Bäumer, Marcus Brinkmann, and Jörg Schwenk for identifying and reporting these vulnerabilities and providing detailed analysis and suggestions for how to protect against them, as well as review comments on the proposed fix.
- Loading branch information
Showing
2 changed files
with
207 additions
and
76 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
Oops, something went wrong.