Description
CoreWCF is a port of the service side of Windows Communication Foundation (WCF) to .NET Core. Prior to 1.8.1 and 1.9.1, CoreWCF SAML token replay protection is inoperative because DefaultTokenReplayCache.TryAdd does not reject duplicate tokens when DetectReplayedTokens is enabled, allowing a captured token to be reused. This issue is fixed in versions 1.8.1 and 1.9.1.
Published: 2026-07-08
Score: 5.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Prior to CoreWCF releases 1.8.1 and 1.9.1, the platform’s SAML token replay protection is ineffective because DefaultTokenReplayCache.TryAdd does not reject duplicate tokens when DetectReplayedTokens is enabled. This flaw allows an attacker who has captured a valid SAML token to reuse it, thereby gaining unauthorized access. The flaw involves improper replay protection handling (CWE‑294) and improper disclosure of temporary credentials (CWE‑613).

Affected Systems

All deployments of CoreWCF that run versions before 1.8.1 or 1.9.1 are affected. These versions are identified under the vendor name CoreWCF:CoreWCF.

Risk and Exploitability

The CVSS score of 5.9 indicates a moderate risk, while the EPSS score is less than 1% and the vulnerability is not listed in the CISA KEV catalog. Because replay protection is implemented at the application level, an attacker must first obtain a valid SAML token, but once captured the reuse of the token is straightforward. The likely attack vector is the capture of a token prior to its expiry; the window of opportunity depends on the token lifetime.

Generated by OpenCVE AI on August 1, 2026 at 15:14 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade CoreWCF to version 1.8.1 or 1.9.1 to enable proper replay detection and address CWE-294.
  • If an upgrade is not immediately possible, isolate the CoreWCF service through network segmentation while the fix is pending.
  • Apply monitoring to authentication logs for repeated use of the same SAML token and configure alerts for suspicious replay patterns (addressing CWE-613).

Generated by OpenCVE AI on August 1, 2026 at 15:14 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-9jr3-rj99-8jq3 CoreWCF: SAML token replay protection is inoperative
History

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

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, '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. Prior to 1.8.1 and 1.9.1, CoreWCF SAML token replay protection is inoperative because DefaultTokenReplayCache.TryAdd does not reject duplicate tokens when DetectReplayedTokens is enabled, allowing a captured token to be reused. This issue is fixed in versions 1.8.1 and 1.9.1.
Title CoreWCF: SAML token replay protection is inoperative
Weaknesses CWE-294
CWE-613
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-09T14:17:57.224Z

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

Link: CVE-2026-54779

cve-icon Vulnrichment

Updated: 2026-07-09T14:17:52.779Z

cve-icon NVD

Status : Deferred

Published: 2026-07-08T23:16:55.630

Modified: 2026-07-09T16:29:14.203

Link: CVE-2026-54779

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T15:15:06Z

Weaknesses
  • CWE-294

    Authentication Bypass by Capture-replay

  • CWE-613

    Insufficient Session Expiration