CVE-2023-3603
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
21/07/2023
Last modified:
23/05/2024
Description
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&#39;s sftp server connection (if implemented as forking as recommended). For thread-based servers, this might also cause DoS for legitimate users.<br />
<br />
Given this code is not in any released versions, no security releases have been issued.
Impact
Base Score 3.x
6.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:a:libssh:libssh:*:*:*:*:*:*:*:* | 0.8.9 (excluding) |
To consult the complete list of CPE names with products and versions, see this page



