Advisory Database
  • Advisories
  • Dependency Scanning
  1. nuget
  2. ›
  3. CoreWCF.NetFramingBase
  4. ›
  5. CVE-2024-28252

CVE-2024-28252: CoreWCF NetFraming based services can leave connections open when they should be closed

March 15, 2024 (updated April 9, 2025)

If you have a NetFraming based CoreWCF service, extra system resources could be consumed by connections being left established instead of closing or aborting them. There are two scenarios when this can happen. When a client established a connection to the service and sends no data, the service will wait indefinitely for the client to initiate the NetFraming session handshake. Additionally, once a client has established a session, if the client doesn’t send any requests for the period of time configured in the binding ReceiveTimeout, the connection is not properly closed as part of the session being aborted. The bindings affected by this behavior are NetTcpBinding, NetNamedPipeBinding, and UnixDomainSocketBinding. Only NetTcpBinding has the ability to accept non local connections.

References

  • github.com/CoreWCF/CoreWCF
  • github.com/CoreWCF/CoreWCF/issues/1345
  • github.com/CoreWCF/CoreWCF/security/advisories/GHSA-32jq-mv89-5rx7
  • github.com/advisories/GHSA-32jq-mv89-5rx7
  • nvd.nist.gov/vuln/detail/CVE-2024-28252

Code Behaviors & Features

Detect and mitigate CVE-2024-28252 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 1.4.0 before 1.4.2, all versions starting from 1.5.0 before 1.5.2

Fixed versions

  • 1.4.2
  • 1.5.2

Solution

Upgrade to versions 1.4.2, 1.5.2 or above.

Impact 7.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Learn more about CVSS

Weakness

  • CWE-404: Improper Resource Shutdown or Release

Source file

nuget/CoreWCF.NetFramingBase/CVE-2024-28252.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:14:51 +0000.