Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2025:02279-1

Опубликовано: 10 июл. 2025
Источник: suse-cvrf

Описание

Security update for libssh

This update for libssh fixes the following issues:

  • CVE-2025-4877: Fixed write beyond bounds in binary to base64 conversion functions (bsc#1245309).
  • CVE-2025-4878: Fixed use of uninitialized variable in privatekey_from_file() (bsc#1245310).
  • CVE-2025-5318: Fixed likely read beyond bounds in sftp server handle management (bsc#1245311).
  • CVE-2025-5372: Fixed ssh_kdf() returns a success code on certain failures (bsc#1245314).

Список пакетов

Container suse/ltss/sle15.3/sle15:latest
libssh-config-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
Container suse/sle-micro-rancher/5.2:latest
libssh-config-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
Container suse/sle-micro/5.1/toolbox:latest
libssh-config-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
Container suse/sle-micro/5.2/toolbox:latest
libssh-config-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
Image SLES15-SP3-Micro-5-2-BYOS-Azure
libssh-config-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
Image SLES15-SP3-Micro-5-2-BYOS-EC2-HVM
libssh-config-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
Image SLES15-SP3-Micro-5-2-BYOS-GCE
libssh-config-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
SUSE Enterprise Storage 7.1
libssh-config-0.9.8-150200.13.9.1
libssh-devel-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
libssh4-32bit-0.9.8-150200.13.9.1
SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS
libssh-config-0.9.8-150200.13.9.1
libssh-devel-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
libssh4-32bit-0.9.8-150200.13.9.1
SUSE Linux Enterprise Micro 5.1
libssh-config-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
SUSE Linux Enterprise Micro 5.2
libssh-config-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
SUSE Linux Enterprise Server 15 SP3-LTSS
libssh-config-0.9.8-150200.13.9.1
libssh-devel-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
libssh4-32bit-0.9.8-150200.13.9.1
SUSE Linux Enterprise Server for SAP Applications 15 SP3
libssh-config-0.9.8-150200.13.9.1
libssh-devel-0.9.8-150200.13.9.1
libssh4-0.9.8-150200.13.9.1
libssh4-32bit-0.9.8-150200.13.9.1

Описание

There's a vulnerability in the libssh package where when a libssh consumer passes in an unexpectedly large input buffer to ssh_get_fingerprint_hash() function. In such cases the bin_to_base64() function can experience an integer overflow leading to a memory under allocation, when that happens it's possible that the program perform out of bounds write leading to a heap corruption. This issue affects only 32-bits builds of libssh.


Затронутые продукты
Container suse/ltss/sle15.3/sle15:latest:libssh-config-0.9.8-150200.13.9.1
Container suse/ltss/sle15.3/sle15:latest:libssh4-0.9.8-150200.13.9.1
Container suse/sle-micro-rancher/5.2:latest:libssh-config-0.9.8-150200.13.9.1
Container suse/sle-micro-rancher/5.2:latest:libssh4-0.9.8-150200.13.9.1

Ссылки

Описание

A vulnerability was found in libssh, where an uninitialized variable exists under certain conditions in the privatekey_from_file() function. This flaw can be triggered if the file specified by the filename doesn't exist and may lead to possible signing failures or heap corruption.


Затронутые продукты
Container suse/ltss/sle15.3/sle15:latest:libssh-config-0.9.8-150200.13.9.1
Container suse/ltss/sle15.3/sle15:latest:libssh4-0.9.8-150200.13.9.1
Container suse/sle-micro-rancher/5.2:latest:libssh-config-0.9.8-150200.13.9.1
Container suse/sle-micro-rancher/5.2:latest:libssh4-0.9.8-150200.13.9.1

Ссылки

Описание

A flaw was found in the libssh library in versions less than 0.11.2. An out-of-bounds read can be triggered in the sftp_handle function due to an incorrect comparison check that permits the function to access memory beyond the valid handle list and to return an invalid pointer, which is used in further processing. This vulnerability allows an authenticated remote attacker to potentially read unintended memory regions, exposing sensitive information or affect service behavior.


Затронутые продукты
Container suse/ltss/sle15.3/sle15:latest:libssh-config-0.9.8-150200.13.9.1
Container suse/ltss/sle15.3/sle15:latest:libssh4-0.9.8-150200.13.9.1
Container suse/sle-micro-rancher/5.2:latest:libssh-config-0.9.8-150200.13.9.1
Container suse/sle-micro-rancher/5.2:latest:libssh4-0.9.8-150200.13.9.1

Ссылки

Описание

A flaw was found in libssh versions built with OpenSSL versions older than 3.0, specifically in the ssh_kdf() function responsible for key derivation. Due to inconsistent interpretation of return values where OpenSSL uses 0 to indicate failure and libssh uses 0 for success-the function may mistakenly return a success status even when key derivation fails. This results in uninitialized cryptographic key buffers being used in subsequent communication, potentially compromising SSH sessions' confidentiality, integrity, and availability.


Затронутые продукты
Container suse/ltss/sle15.3/sle15:latest:libssh-config-0.9.8-150200.13.9.1
Container suse/ltss/sle15.3/sle15:latest:libssh4-0.9.8-150200.13.9.1
Container suse/sle-micro-rancher/5.2:latest:libssh-config-0.9.8-150200.13.9.1
Container suse/sle-micro-rancher/5.2:latest:libssh4-0.9.8-150200.13.9.1

Ссылки
Уязвимость SUSE-SU-2025:02279-1