CVE-2023-2283
Last modified
CVE-2023-2283 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 1.06% chance of exploitation in the next 30 days.
Description
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 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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Libssh | Libssh | >= 0.9.1, <= 0.9.6 |
| Libssh | Libssh | >= 0.10.0, <= 0.10.4 |
| Fedoraproject | Fedora | 37 |
| Redhat | Enterprise Linux | 8.0 |
| Redhat | Enterprise Linux | 9.0 |
References
- https://access.redhat.com/security/cve/CVE-2023-2283Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2189736Issue Tracking, Third Party Advisory
- https://www.libssh.org/security/advisories/CVE-2023-2283.txtVendor Advisory
- https://access.redhat.com/security/cve/CVE-2023-2283Third Party Advisory
- https://bugzilla.redhat.com/show_bug.cgi?id=2189736Issue Tracking, Third Party Advisory
- https://www.libssh.org/security/advisories/CVE-2023-2283.txtVendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-2283?
How severe is CVE-2023-2283?
How do I fix CVE-2023-2283?
Are you affected by CVE-2023-2283?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
