Uncontrolled Resource Consumption ('Resource Exhaustion') Affecting corewcf.netframingbase package, versions [1.4.0,1.4.2) [1.5.0,1.5.2)


0.0
high

Snyk CVSS

    Attack Complexity Low
    Availability High

    Threat Intelligence

    EPSS 0.04% (9th percentile)

Do your applications use this vulnerable package?

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 applications
  • Snyk ID SNYK-DOTNET-COREWCFNETFRAMINGBASE-6455609
  • published 17 Mar 2024
  • disclosed 15 Mar 2024
  • credit mirek-kopacka

How to fix?

Upgrade CoreWCF.NetFramingBase to version 1.4.2, 1.5.2 or higher.

Overview

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.