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 versions 1.8.1 and 1.9.1, CoreWCF SAML token replay protection is ineffective because the DefaultTokenReplayCache.TryAdd method fails to reject duplicate tokens when DetectReplayedTokens is enabled. This allows an attacker who has captured a valid SAML token to reuse it, thereby gaining unauthorized access. The flaw is related to improper handling of replay protection (CWE‑294) and improper disclosure of temporary credentials (CWE‑613).

Affected Systems

All deployments of CoreWCF that run versions prior to 1.8.1 or 1.9.1 are affected. These versions are distributed under the CoreWCF:CoreWCF vendor name.

Risk and Exploitability

The CVSS score of 5.9 indicates a moderate risk, while the EPSS score is < 1% and the vulnerability is not listed in the CISA KEV catalog. Because the failure occurs at application level, an attacker must already obtain a valid token, but reuse of a captured token is straightforward once captured. The likely attack vector is a pre‑auth or post‑auth token capture, and the window of opportunity depends on the token lifetime. The flaw also involves improper management of temporary credentials (CWE‑613), which could be leveraged to elevate threat persistence.

Generated by OpenCVE AI on July 26, 2026 at 16:34 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 by applying network isolation while the fix is pending.
  • Implement monitoring of authentication logs to detect repeated use of identical SAML tokens and set alerts for suspicious replay patterns (CWE-613).

Generated by OpenCVE AI on July 26, 2026 at 16:34 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

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T16:45:03Z

Weaknesses
  • CWE-294

    Authentication Bypass by Capture-replay

  • CWE-613

    Insufficient Session Expiration