CVE 5.3 MEDIUM

fs2: Half-shutdown of socket during TLS handshake may result in spin loop on opposite side_CVE-2025-58369

5.3 / 10
MEDIUM
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L

Description

fs2 is a compositional, streaming I/O library for Scala. Versions 3.12.2 and lower and 3.13.0-M1 through 3.13.0-M6 is vulnerable to denial of service attacks though TLS sessions using fs2-io on the JVM using the fs2.io.net.tls package. When establishing a TLS session, 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. The CPU is consumed until the overall connection is closed, potentially shutting down a fs2-io powered server. This issue is fixed in versions 3.12.1 and 3.13.0-M7.

Basic Information

ID CVE-2025-58369
Source GitHub_M
Published Sep 5, 2025 at 21:59

Affected Product

Vendor typelevel
Product fs2
Version < 3.12.2
Affected Versions typelevel fs2 < 3.12.2
typelevel fs2 >= 3.13.0-M1, < 3.13.0-M7

CWE Classification

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.