Vulnerability Details : CVE-2023-3603
A missing allocation check in sftp server processing read requests may cause a NULL dereference on low-memory conditions. The malicious client can request up to 4GB SFTP reads, causing allocation of up to 4GB buffers, which was not being checked for failure. This will likely crash the authenticated user's sftp server connection (if implemented as forking as recommended). For thread-based servers, this might also cause DoS for legitimate users.
Given this code is not in any released versions, no security releases have been issued.
Vulnerability category: Denial of service
Products affected by CVE-2023-3603
- cpe:2.3:a:libssh:libssh:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-3603
0.06%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 27 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-3603
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
6.5
|
MEDIUM | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
2.8
|
3.6
|
NIST | |
3.1
|
LOW | CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L |
1.6
|
1.4
|
Red Hat, Inc. |
CWE ids for CVE-2023-3603
-
The product dereferences a pointer that it expects to be valid but is NULL.Assigned by:
- nvd@nist.gov (Primary)
- secalert@redhat.com (Secondary)
-
The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.Assigned by: nvd@nist.gov (Primary)
References for CVE-2023-3603
-
https://bugzilla.redhat.com/show_bug.cgi?id=2221791
2221791 – (CVE-2023-3603) CVE-2023-3603 libssh: Processing SFTP server read may cause NULL dereferenceIssue Tracking;Third Party Advisory
-
https://access.redhat.com/security/cve/CVE-2023-3603
CVE-2023-3603- Red Hat Customer PortalThird Party Advisory
Jump to