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
{{ message }}
A vulnerability was found in libssh, where the...
Moderate severity
Unreviewed
Published
May 26, 2023
to the GitHub Advisory Database
•
Updated Feb 10, 2024
A vulnerability was found in libssh, where the authentication check of the connecting client can be bypassed in thepki_verify_data_signature function in memory allocation problems. This issue may happen if there is insufficient memory or the memory usage is limited. The problem is caused by the return value rc, which is initialized to SSH_ERROR and later rewritten to save the return value of the function call pki_key_check_hash_compatible. The value of the variable is not changed between this point and the cryptographic verification. Therefore any error between them calls goto error returning SSH_OK.
A vulnerability was found in libssh, where the authentication check of the connecting client can be bypassed in the
pki_verify_data_signature
function in memory allocation problems. This issue may happen if there is insufficient memory or the memory usage is limited. The problem is caused by the return valuerc,
which is initialized to SSH_ERROR and later rewritten to save the return value of the function callpki_key_check_hash_compatible.
The value of the variable is not changed between this point and the cryptographic verification. Therefore any error between them callsgoto error
returning SSH_OK.References