The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Improper Authentication vulnerabilities in an interactive lesson.
Start learningThere is no fixed version for RHEL:7
libssh2
.
Note: Versions mentioned in the description apply only to the upstream libssh2
package and not the libssh2
package as distributed by RHEL
.
See How to fix?
for RHEL:7
relevant fixed versions and status.
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.