๐Ÿ” CVE Alert

CVE-2026-62949

MEDIUM 6.5

AsyncSSH: asyncio event-loop freeze via SSH maximum packet size = 0 in SSH_MSG_CHANNEL_OPEN / OPEN_CONFIRMATION

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python asyncio framework. Prior to 2.24.0, _process_channel_open and _process_channel_open_confirmation in asyncssh/connection.py accept a peer-supplied send_pktsize value of zero. When channel data reaches SSHChannel._flush_send_buf in asyncssh/channel.py, the zero value causes each loop iteration to slice and remove zero bytes without reducing the send window, leaving the synchronous loop permanently true with no await point. A malicious SSH server can trigger the client path through SSH_MSG_CHANNEL_OPEN_CONFIRMATION before the first channel write, while an authenticated client can trigger the server path through SSH_MSG_CHANNEL_OPEN and freeze every current and future connection handled by the process. This vulnerability is fixed in 2.24.0.

CWE CWE-835
Vendor ronf
Product asyncssh
Published Sep 16, 2026
Stay Ahead of the Next One

Get instant alerts for ronf asyncssh

Be the first to know when new medium vulnerabilities affecting ronf asyncssh are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

ronf / asyncssh
< 2.24.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/ronf/asyncssh/security/advisories/GHSA-rw4j-r22c-9gc3 github.com: https://github.com/ronf/asyncssh/commit/756cbae5350789ce9735f15f704bae9b5a3608b8 github.com: https://github.com/ronf/asyncssh/commit/9c354270c009285525e126721e8ed5fbed1f8a67 github.com: https://github.com/ronf/asyncssh/releases/tag/v2.24.0