NA

CVE-2023-3603

Published: 21/07/2023 Updated: 07/11/2023
CVSS v3 Base Score: 6.5 | Impact Score: 3.6 | Exploitability Score: 2.8
VMScore: 0

Vulnerability Summary

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.

Vulnerable Product Search on Vulmon Subscribe to Product

libssh libssh -

Vendor Advisories

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's sftp server connection (i ...