Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improper Signature Verification - [VULNERABILITY FIX] #11

Closed
wants to merge 1 commit into from
Closed

Improper Signature Verification - [VULNERABILITY FIX] #11

wants to merge 1 commit into from

Conversation

awiswasi
Copy link

Affected versions of this package are vulnerable to Improper Signature Verification. An attacker can craft an ssh-ed25519 or sk-ssh-...@openssh.com public key, such that the library will panic when trying to verify a signature with it. Clients can deliver such a public key and signature to any golang.org/x/crypto/ssh server with a PublicKeyCallback, and servers can deliver them to any golang.org/x/crypto/ssh client.

…e Verification. An attacker can craft an ssh-ed25519 or sk-ssh-...@openssh.com public key, such that the library will panic when trying to verify a signature with it. Clients can deliver such a public key and signature to any golang.org/x/crypto/ssh server with a PublicKeyCallback, and servers can deliver them to any golang.org/x/crypto/ssh client.
@s0md3v
Copy link
Owner

s0md3v commented Apr 19, 2022

Not exploitable.

@s0md3v s0md3v closed this Apr 19, 2022
Repository owner locked as spam and limited conversation to collaborators Apr 19, 2022
@awiswasi awiswasi deleted the vulnerability-fix branch April 19, 2022 21:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants