Allocation of Resources Without Limits or Throttling in libssh - CVE-2023-3603
Published: November 17, 2023
libssh
libssh
Description
The vulnerability allows a remote user to perform a denial of service (DoS) attack.
The vulnerability exists due to missing allocation check in sftp server processing read requests. A remote user can request up to 4GB SFTP reads, causing allocation of up to 4GB buffers, which was not being checked for failure, and perform a denial of service attack.