Описание
Security update for libssh
This update for libssh fixes the following issues:
- CVE-2026-15370: stack buffer overflow in SFTP server longname construction (bsc#1272162).
- CVE-2026-59843: denial of service via zero advertised channel packet size (bsc#1272164).
- CVE-2026-59844: denial of service via oversized SFTP read length (bsc#1272165).
- CVE-2026-59845: denial of service via unchecked ProxyCommand fork() failure (bsc#1272166).
- CVE-2026-59846: information disclosure via ProxyCommand %r username expansion (bsc#1272167).
- CVE-2026-59847: integrity downgrade via OpenSSL AES-GCM tag verification (bsc#1272168).
- CVE-2026-59848: denial of service via SFTP responses with unknown request IDs (bsc#1272169).
- CVE-2026-59849: denial of service via automatic certificate authentication loop (bsc#1272170).
- CVE-2026-59850: use-after-free via data callbacks on closed channels (bsc#1272171).
Changes for libssh:
- Update to 0.11.5:
- Zero-initialize every ssh_string
- Fix compatibility with C23 / gcc16
- Fix multiple memory leaks, null checks, and error checks
- Validate peer public key in DH key exchange
- Avoid remote window overflow
- Avoid off-by-one overflow during kbdint authentication
- Avoid logging uninitialized sequence numbers
- Avoid double conversion of SFTP version number
- Send correct SFTP server version number
- Avoid handling repeated SFTP INIT messages
- Harmonize return values from SFTP server callbacks
- Update %suse_version checks for SLES 16.x (jsc#PED-15815)
Список пакетов
openSUSE Leap 16.0
Ссылки
- SUSE Security Ratings
- SUSE Bug 1272162
- SUSE Bug 1272164
- SUSE Bug 1272165
- SUSE Bug 1272166
- SUSE Bug 1272167
- SUSE Bug 1272168
- SUSE Bug 1272169
- SUSE Bug 1272170
- SUSE Bug 1272171
- SUSE CVE CVE-2026-15370 page
- SUSE CVE CVE-2026-59843 page
- SUSE CVE CVE-2026-59844 page
- SUSE CVE CVE-2026-59845 page
- SUSE CVE CVE-2026-59846 page
- SUSE CVE CVE-2026-59847 page
- SUSE CVE CVE-2026-59848 page
- SUSE CVE CVE-2026-59849 page
- SUSE CVE CVE-2026-59850 page
Описание
A flaw was found in libssh. During SFTP server directory listing, the longname field is constructed with unsafe concatenation into a fixed-size stack buffer. When a client causes the server to list attacker-controlled filenames, sufficiently long names can overflow that stack buffer and may lead to crashes or possible code execution on the server.
Затронутые продукты
Ссылки
- CVE-2026-15370
- SUSE Bug 1272162
Описание
A flaw was found in libssh. A remote authenticated peer can advertise a zero maximum packet size in SSH_MSG_CHANNEL_OPEN, causing later channel writes to loop indefinitely and consume CPU, leading to denial of service.
Затронутые продукты
Ссылки
- CVE-2026-59843
- SUSE Bug 1272164
Описание
A flaw was found in libssh. A remote authenticated client can issue SSH_FXP_READ requests with an arbitrarily large length, causing a libssh SFTP server to allocate excessive memory and potentially exhaust it through repeated requests.
Затронутые продукты
Ссылки
- CVE-2026-59844
- SUSE Bug 1272165
Описание
A flaw was found in libssh. When ProxyCommand is used, an unchecked fork() failure can be stored as process ID -1; during cleanup, signals may then be sent across the caller's accessible process tree, leading to local denial of service.
Затронутые продукты
Ссылки
- CVE-2026-59845
- SUSE Bug 1272166
Описание
A flaw was found in libssh. A malicious username expanded through %r in ProxyCommand handling can inject shell metacharacters, exposing environment variables and causing unintended shell behavior.
Затронутые продукты
Ссылки
- CVE-2026-59846
- SUSE Bug 1272167
Описание
A flaw was found in libssh. Incorrect AES-GCM finalization checks in builds using the OpenSSL backend can effectively remove integrity protection, allowing an in-path attacker to modify plaintext on the wire without detection.
Затронутые продукты
Ссылки
- CVE-2026-59847
- SUSE Bug 1272168
Описание
A flaw was found in libssh. A malicious SFTP server can send responses for unknown request IDs that libssh clients keep queued indefinitely, causing unbounded memory growth and client-side denial of service.
Затронутые продукты
Ссылки
- CVE-2026-59848
- SUSE Bug 1272169
Описание
A flaw was found in libssh. Logic errors in automatic certificate-based public key authentication can cause libssh clients to loop indefinitely when configured certificates are missing or repeatedly rejected by a server, leading to denial of service.
Затронутые продукты
Ссылки
- CVE-2026-59849
- SUSE Bug 1272170
Описание
A flaw was found in libssh. If data packets are processed after a channel is closed, channel data callbacks can be invoked after the associated data has already been freed, leading to crashes or possible use-after-free conditions.
Затронутые продукты
Ссылки
- CVE-2026-59850
- SUSE Bug 1272171