Description
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. In version 1.9.0, CoreWCF SPNEGO SecurityContextToken negotiation can expose the proof key recovered from the RSTR when TransportWithMessageCredential with Windows client credentials and session establishment are used, allowing an observer to impersonate the authenticated Windows principal and decrypt or forge WS-SecureConversation traffic. This issue is fixed in version 1.9.1.
Published: 2026-07-08
Score: 7.4 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

CoreWCF, a .NET Core port of Windows Communication Foundation, has a flaw in its SPNEGO SecurityContextToken handling. In version 1.9.0, the proof key recovered from the RSTR can be exposed when TransportWithMessageCredential and Windows client credentials are used together with session establishment. An eavesdropper who observes the negotiation can recover this key, enabling them to impersonate the authenticated Windows principal and decrypt or forge subsequent WS‑SecureConversation traffic. The issue was resolved in version 1.9.1.

Affected Systems

CoreWCF users running version 1.9.0 are affected by this flaw; version 1.9.1 and later contain the fix. The vendor CoreWCF explicitly identifies 1.9.0 as the vulnerable release, and no other listed versions are affected.

Risk and Exploitability

The CVSS score of 7.4 indicates a high severity. The EPSS score very low, but non-zero, likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalog. Any party that can observe the transport when the client uses Windows credentials and session establishment can potentially be at risk. Based on the description, it is inferred that an attacker could passively capture traffic during the SPNEGO negotiation to recover the proof key, without needing active credentials. Once the proof key is captured, it can be reused to impersonate the user for subsequent secure conversations.

Generated by OpenCVE AI on July 26, 2026 at 16:29 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade CoreWCF to version 1.9.1 or later to apply the vendor patch and fix the proof key exposure flaw (CWE-523).
  • Reconfigure services that use TransportWithMessageCredential and Windows client credentials to avoid scenarios that expose the proof key, thereby mitigating CWE-523.
  • Enforce TLS encryption for all SPNEGO negotiation traffic to maintain data confidentiality, addressing CWE-311.
  • Monitor network traffic for anomalous WS‑SecureConversation requests and verify that no unauthorized principals are present.

Generated by OpenCVE AI on July 26, 2026 at 16:29 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-2288-8h3r-cqgg CoreWCF: SPNEGO SecurityContextToken proof key wrapped without confidentiality
History

Thu, 09 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 08 Jul 2026 23:45:00 +0000

Type Values Removed Values Added
First Time appeared Corewcf
Corewcf corewcf
Vendors & Products Corewcf
Corewcf corewcf

Wed, 08 Jul 2026 22:30:00 +0000

Type Values Removed Values Added
Description CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. In version 1.9.0, CoreWCF SPNEGO SecurityContextToken negotiation can expose the proof key recovered from the RSTR when TransportWithMessageCredential with Windows client credentials and session establishment are used, allowing an observer to impersonate the authenticated Windows principal and decrypt or forge WS-SecureConversation traffic. This issue is fixed in version 1.9.1.
Title CoreWCF: SPNEGO SecurityContextToken proof key wrapped without confidentiality
Weaknesses CWE-311
CWE-523
References
Metrics cvssV3_1

{'score': 7.4, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-10T03:55:38.395Z

Reserved: 2026-06-15T23:23:57.714Z

Link: CVE-2026-54784

cve-icon Vulnrichment

Updated: 2026-07-09T13:17:41.410Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T16:30:07Z

Weaknesses
  • CWE-311

    Missing Encryption of Sensitive Data

  • CWE-523

    Unprotected Transport of Credentials