CVE-2024-43410
概要

Russh is a Rust SSH client & server library. Allocating an untrusted amount of memory allows any unauthenticated user to OOM a russh server. An SSH packet consists of a 4-byte big-endian length, followed by a byte stream of this length.
After parsing and potentially decrypting the 4-byte length, russh allocates enough memory for this bytestream, as a performance optimization to avoid reallocations later. But this length is entirely untrusted and can be set to any value by the client, causing this much memory to be allocated, which will cause the process to OOM within a few such requests. This vulnerability is fixed in 0.44.1.

公表日 2024年8月22日1:15
登録日 2024年8月26日16:58
最終更新日 2024年8月22日2:25
関連情報、対策とツール
共通脆弱性一覧

JVN脆弱性情報
russh project の russh 等複数ベンダの製品における制限またはスロットリング無しのリソースの割り当てに関する脆弱性
タイトル russh project の russh 等複数ベンダの製品における制限またはスロットリング無しのリソースの割り当てに関する脆弱性
概要

russh project の russh 等複数ベンダの製品には、制限またはスロットリング無しのリソースの割り当てに関する脆弱性が存在します。

想定される影響 サービス運用妨害 (DoS) 状態にされる可能性があります。
対策

ベンダアドバイザリまたはパッチ情報が公開されています。参考情報を参照して適切な対策を実施してください。

公表日 2024年8月21日0:00
登録日 2025年8月14日11:08
最終更新日 2025年8月14日11:08
影響を受けるシステム
warpgate project
warpgate 0.10.2 未満
russh project
russh 0.44.1 未満
CVE (情報セキュリティ 共通脆弱性識別子)
CWE (共通脆弱性タイプ一覧)
その他
変更履歴
No 変更内容 変更日
1 [2025年08月14日]
  掲載
2025年8月14日11:08