The probability is the direct output of the EPSS model, and conveys an overall sense of the threat of exploitation in the wild. The percentile measures the EPSS probability relative to all known EPSS scores. Note: This data is updated daily, relying on the latest available EPSS model version. Check out the EPSS documentation for more details.
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade co.fs2:fs2-io_sjs1_3
to version 3.2.11 or higher.
co.fs2:fs2-io_sjs1_3 is a compositional, streaming I/O library
Affected versions of this package are vulnerable to Improper Certificate Validation in TLSContextPlatform.scala
when establishing a server-mode TLSSocket
. The parameter requestCert = true
is ignored, and the connection proceeds without certificate validation.
NOTE:
This vulnerability is only exploitable when the following conditions are met:
fs2-io
is running on Node.js.
The TLSSocket
being established is in server-mode.
The default mTLS setting requestCert = false
in TLSParameters
is changed to true
.