CVE-2025-58369
Unknown
Unknown - Not Provided
BaseFortify
Publication date: 2025-09-05
Last updated on: 2025-11-07
Assigner: GitHub, Inc.
Description
Description
fs2 is a compositional, streaming I/O library for Scala. Versions up to and including 2.5.12, 3.0.0-M1 through 3.12.2, and 3.13.0-M1 through 3.13.0-M6 are 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 2.5.13, 3.12.1, and 3.13.0-M7.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| typelevel | fs2 | 3.13.0-M6 |
| typelevel | fs2 | 3.0.0-M1 |
| typelevel | fs2 | 3.12.2 |
| typelevel | fs2 | 3.12.1 |
| typelevel | fs2 | 3.13.0-M1 |
| typelevel | fs2 | 3.13.0-M7 |
| typelevel | fs2 | 2.5.12 |
| typelevel | fs2 | 2.5.13 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |