FS2 half-shutdown of socket during TLS handshake may result in spin loop on opposite side

説明

Impact

When establishing a TLS session using fs2-io on the JVM using the fs2.io.net.tls package, if one side of the connection shuts down write while the peer side is awaiting more data to progress the TLS handshake, the peer side will spin loop on the socket read, fully utilizing a CPU. This CPU is consumed until the overall connection is closed.

This could be used as a denial of service attack on an fs2-io powered server -- for example, by opening many connections and putting them in a half-shutdown state.

Note: this issue impacts ember backed http4s servers with HTTPS as a result of ember using fs2's TLS support.

Patches

Fixed in fs2 3.12.2 and 3.13.0-M7.

Workarounds

No workarounds.

For more information

If you have any questions or comments about this advisory:

Open an issue.
Contact the Typelevel Security Team.

基本情報

タイプ
reviewed
深刻度
medium
GitHub 上のアドバイザリ
アドバイザリを開く ↗
リポジトリのアドバイザリ
リポジトリのアドバイザリを開く ↗
ソースコード
ソースを見る ↗
公開(アドバイザリ)
2025-09-05 20:58:23 UTC
更新
2025-11-07 12:29:28 UTC
GitHub レビュー済み
2025-09-05 20:58:23 UTC
NVD で公開
2025-09-05

EPSS Score

Score Percentile
0.20% 41.77%

CVSS Scores

Base score Version Severity Vector
5.3 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L クリックして展開
攻撃ベクター (AV:N)
インターネットなど、ルーティングされたネットワーク越しに遠隔から悪用しうる。端末の前にいる必要はない。
攻撃の複雑さ (AC:L)
攻撃者が条件を満たせば、レース条件や珍しい構成に依存せずに再現しやすい。
必要な権限 (PR:N)
事前のログインや昇格は不要で、匿名アクセスのまま踏み台にしうる。
ユーザーの関与 (UI:N)
メールのリンクを開く、マクロを有効にするなど、被害者の協力がなくても成立しうる。
スコープ (S:U)
影響は脆弱コンポーネントと同一のセキュリティ権限・信頼境界の内側に収まる。
機密性への影響 (C:N)
機微情報の漏えいは想定しにくい。
完全性への影響 (I:N)
改ざん・なりすましによる信頼毀損は軽微か、想定されない。
可用性への影響 (A:L)
遅延や一部機能の停止、断続的な障害など、運用で吸収しうる範囲。

Identifiers

CWEs

CWE id Name
CWE-400 Uncontrolled Resource Consumption

Credits

  • lukestephenson-zendesk (analyst)

Affected packages (17)

Vulnerable version ranges and first patched releases as published by GitHub.

Ecosystem Package Vulnerable range First patched Vulnerable functions
maven co.fs2:fs2-io_2.12 >= 3.13.0-M1, < 3.13.0-M7 3.13.0-M7
maven co.fs2:fs2-io_2.13 >= 3.13.0-M1, < 3.13.0-M7 3.13.0-M7
maven co.fs2:fs2-io_3 >= 3.13.0-M1, < 3.13.0-M7 3.13.0-M7
maven co.fs2:fs2-io_2.12 >= 3.0.0-M1, < 3.12.2 3.12.2
maven co.fs2:fs2-io_2.13 >= 3.0.0-M1, < 3.12.2 3.12.2
maven co.fs2:fs2-io_3 >= 3.0.0-M1, < 3.12.2 3.12.2
maven co.fs2:fs2-io_0.26 < 2.5.13
maven co.fs2:fs2-io_0.27 < 2.5.13
maven co.fs2:fs2-io_2.11 < 2.5.13
maven co.fs2:fs2-io_2.12.0-M4 < 2.5.13
maven co.fs2:fs2-io_2.12.0-RC1 < 2.5.13
maven co.fs2:fs2-io_2.12.0-M5 < 2.5.13
maven co.fs2:fs2-io_2.12.0-RC2 < 2.5.13
maven co.fs2:fs2-io_2.13.0-M5 < 2.5.13
maven co.fs2:fs2-io_2.12 < 2.5.13 2.5.13
maven co.fs2:fs2-io_2.13 < 2.5.13 2.5.13
maven co.fs2:fs2-io_3 < 2.5.13 2.5.13

References

cvelogic Threat Intelligence