| タイトル | benoitcのhackneyにおけるリソースの枯渇に関する脆弱性 |
|---|---|
| 概要 | benoitc hackney におけるリソースの割り当てが、制限やスロットリングなしで行われる脆弱性により、フラッディングが可能です。hackney_h3:await_response_loop/6 は HTTP/3 のレスポンスボディをサイズ制限なくメモリに蓄積します。after Timeout 句は、受信したチャンク、ハウスキーピングメッセージ、または設定フレームごとにリセットされるメッセージ単位の非アクティビティタイマーであり、絶対的な締め切り時間を示すものではありません。悪意のある HTTP/3 サーバーが Timeout - 1 ミリ秒ごとに Fin = false の小さなチャンクを送信しつつ最終フレームを送らない場合、ループは無期限に継続し、蓄積バッファは制限なく線形に増加し続けます。その結果、最終的に BEAM プロセスのヒープを枯渇させ、メモリ不足状態を引き起こします。この問題は hackney バージョン 2.0.0 から 4.0.1 未満のバージョンに影響を与えます。 |
| 想定される影響 | ・当該ソフトウェアが扱う情報について、外部への漏えいは発生しません。 ・当該ソフトウェアが扱う情報について、書き換えは発生しません。 ・当該ソフトウェアが完全に停止する可能性があります。 |
| 対策 | ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2026年5月25日0:00 |
| 登録日 | 2026年5月29日11:19 |
| 最終更新日 | 2026年5月29日11:19 |
| CVSS3.0 : 重要 | |
| スコア | 7.5 |
|---|---|
| ベクター | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| benoitc |
| hackney 2.0.0 以上 4.0.1 未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2026年05月29日] 掲載 |
2026年5月29日11:19 |
| 概要 | Allocation of Resources Without Limits or Throttling vulnerability in benoitc hackney allows Flooding. hackney_h3:await_response_loop/6 accumulates the HTTP/3 response body in memory without any size cap. The after Timeout clause is a per-message inactivity timer that resets on every received chunk, housekeeping message, or settings frame — it is not a wall-clock deadline. A malicious HTTP/3 server that emits one small chunk every Timeout - 1 ms with Fin = false and never sends a final frame keeps the loop alive indefinitely while the accumulation buffer grows linearly without bound, eventually exhausting the BEAM process heap and causing an out-of-memory condition. This issue affects hackney: from 2.0.0 before 4.0.1. |
|---|---|
| 公表日 | 2026年5月26日0:16 |
| 登録日 | 2026年5月27日4:07 |
| 最終更新日 | 2026年5月27日22:53 |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:benoitc:hackney:*:*:*:*:*:*:*:* | 2.0.0 | 4.0.1 | |||