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 applicationsLearn about Uncontrolled Resource Consumption ('Resource Exhaustion') vulnerabilities in an interactive lesson.
Start learningUpgrade CoreWCF.NetFramingBase
to version 1.4.2, 1.5.2 or higher.
Affected versions of this package are vulnerable to Uncontrolled Resource Consumption ('Resource Exhaustion') due to the handling of connections in NetFraming based services. An attacker can consume extra system resources by establishing connections that are not properly closed or aborted under certain conditions. This can occur when a client establishes a connection but sends no data, causing the service to wait indefinitely for the client to initiate the NetFraming session handshake. Additionally, if a client establishes a session but does not send any requests within the time configured in the binding ReceiveTimeout
, the connection is not closed as part of the session being aborted.