Security
Headlines
HeadlinesLatestCVEs

Headline

GHSA-rrw2-px9j-qffj: 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.

ghsa
#dos#git#java#maven#ssl
  1. GitHub Advisory Database
  2. GitHub Reviewed
  3. CVE-2025-58369

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

Moderate severity GitHub Reviewed Published Sep 5, 2025 in typelevel/fs2 • Updated Sep 5, 2025

Package

maven co.fs2:fs2-io_0.26 (Maven)

Affected versions

< 3.12.2

maven co.fs2:fs2-io_0.27 (Maven)

maven co.fs2:fs2-io_2.11 (Maven)

maven co.fs2:fs2-io_2.12 (Maven)

< 3.12.2

>= 3.13.0-M1, < 3.13.0-M7

maven co.fs2:fs2-io_2.12.0-M4 (Maven)

maven co.fs2:fs2-io_2.12.0-M5 (Maven)

maven co.fs2:fs2-io_2.12.0-RC1 (Maven)

maven co.fs2:fs2-io_2.12.0-RC2 (Maven)

maven co.fs2:fs2-io_2.13 (Maven)

< 3.12.2

>= 3.13.0-M1, < 3.13.0-M7

maven co.fs2:fs2-io_2.13.0-M5 (Maven)

maven co.fs2:fs2-io_3 (Maven)

< 3.12.2

>= 3.13.0-M1, < 3.13.0-M7

Published to the GitHub Advisory Database

Sep 5, 2025

ghsa: Latest News

GHSA-xh7v-965r-23f7: Atlantis Exposes Service Version Publicly on /status API Endpoint