SB2026081465 - openEuler 22.03 LTS SP4 update for libssh



SB2026081465 - openEuler 22.03 LTS SP4 update for libssh

Published: August 14, 2026

Security Bulletin ID SB2026081465
CSH Severity
Medium
Patch available
YES
Number of vulnerabilities 5
Exploitation vector Remote access
Highest impact Denial of service

Breakdown by Severity

Medium 20% Low 80%
  • Low
  • Medium
  • High
  • Critical

Description

This security bulletin contains information about 5 vulnerabilities.


1) Infinite loop (CVE-ID: CVE-2026-59843)

CWE-ID: CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')

CVSSv4: 7.1 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]


The vulnerability allows a remote user to cause a denial of service.

The vulnerability exists due to an infinite loop in channel_write_common() when processing an SSH_MSG_CHANNEL_OPEN request with a maximum packet length of zero. A remote user can send a specially crafted channel open request to cause a denial of service.

Repeating the attack over multiple connections can exhaust CPU resources of the server.


2) Input validation error (CVE-ID: CVE-2026-59844)

CWE-ID: CWE-20 - Improper input validation

CVSSv4: 7.1 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]


The vulnerability allows a remote user to cause a denial of service.

The vulnerability exists due to improper input validation in the libssh SFTP server when processing SSH_FXP_READ requests. A remote user can send a specially crafted SSH_FXP_READ request with an excessive read length value to cause a denial of service.

The issue can be sustained by repeatedly issuing large read requests simultaneously over multiple SFTP channels.


3) Improper Check or Handling of Exceptional Conditions (CVE-ID: CVE-2026-59845)

CWE-ID: CWE-703 - Improper Check or Handling of Exceptional Conditions

CVSSv4: 6.8 [CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]


The vulnerability allows a local user to cause a denial of service.

The vulnerability exists due to improper handling of fork() failure in ProxyCommand execution in the libssh client when cleaning up a session after executing a ProxyCommand. A local user can trigger a fork() failure and then cause the process to send a KILL signal to process group -1 to cause a denial of service.

This issue affects the client only and typically occurs under low-memory conditions.


4) Improper validation of integrity check value (CVE-ID: CVE-2026-59847)

CWE-ID: CWE-354 - Improper Validation of Integrity Check Value

CVSSv4: 8.3 [CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N]


The vulnerability allows a remote attacker to modify plaintext transmitted over the connection without being detected.

The vulnerability exists due to improper integrity check in the OpenSSL AES-GCM backend when processing encrypted SSH traffic. A remote attacker can flip bits in packets in transit to modify plaintext transmitted over the connection without being detected.

Only OpenSSL-based server and client configurations using the affected AES-GCM ciphers are vulnerable. Successful exploitation requires knowledge of the expected plaintext format of the packets.


5) Use-after-free (CVE-ID: CVE-2026-59850)

CWE-ID: CWE-416 - Use After Free

CVSSv4: 5.3 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N]


The vulnerability allows a remote user to cause a denial of service.

The vulnerability exists due to use-after-free in channel data callbacks when processing data on closed channels. A remote user can send data through a closed channel to cause a denial of service.

The issue affects both server and client components and is exemplified on SFTP channels.


Remediation

Install update from vendor's website.