CVE-2026-54783
Deferred Deferred - Pending Action

CoreWCF WS-Security Signature Verification Bypass

Vulnerability report for CVE-2026-54783, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-08

Last updated on: 2026-07-10

Assigner: GitHub, Inc.

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 WS-Security endorsing and supporting signature verification does not ensure the selected ds:Signature covers the expected Security header target, allowing an attacker with one captured signed SOAP envelope to replay arbitrary service operations as the victim principal. This issue is fixed in versions 1.8.1 and 1.9.1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-10
Generated
2026-07-12
AI Q&A
2026-07-09
EPSS Evaluated
2026-07-11
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
corewcf corewcf to 1.8.1 (exc)
corewcf corewcf to 1.9.1 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-347 The product does not verify, or incorrectly verifies, the cryptographic signature for data.
CWE-294 A capture-replay flaw exists when the design of the product makes it possible for a malicious user to sniff network traffic and bypass authentication by replaying it to the server in question to the same effect as the original message (or with minor changes).
CWE-345 The product does not sufficiently verify the origin or authenticity of data, in a way that causes it to accept invalid data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in CoreWCF, a port of the Windows Communication Foundation to .NET Core. Before versions 1.8.1 and 1.9.1, the WS-Security implementation in CoreWCF did not properly verify that the selected digital signature (ds:Signature) covered the expected Security header target. This flaw allows an attacker who has captured a signed SOAP message to replay arbitrary service operations as if they were the legitimate user.

Impact Analysis

The vulnerability can allow an attacker to replay signed SOAP messages, effectively impersonating a legitimate user and performing unauthorized operations on the affected service. This can lead to unauthorized access, data manipulation, or other malicious actions performed under the victim's identity.

Mitigation Strategies

To mitigate this vulnerability, you should upgrade CoreWCF to version 1.8.1 or 1.9.1, where the issue has been fixed.

Compliance Impact

The vulnerability in CoreWCF's WS-Security signature verification allows attackers to replay captured signed SOAP messages, impersonating victims and invoking arbitrary operations without additional privileges. This leads to a compromise of confidentiality and integrity of communications.

Such a security flaw can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of sensitive data and strong authentication mechanisms to prevent unauthorized access and data breaches.

Because the vulnerability enables authentication bypass and replay attacks, it undermines data authenticity and confidentiality guarantees that are critical for regulatory compliance.

Mitigation requires ensuring communication is protected by SSL/TLS to prevent interception of signed SOAP envelopes, which is essential to maintain compliance with security requirements in these standards.

Detection Guidance

This vulnerability involves replay attacks using captured signed SOAP envelopes in CoreWCF WS-Security. Detection involves monitoring network traffic for repeated signed SOAP messages that could indicate replay attempts.

Since the attack replays valid signed SOAP envelopes, traditional replay detection mechanisms like timestamp checks may fail because attackers can use fresh timestamps in the wsse:Security header.

To detect potential exploitation, you can capture and analyze SOAP messages on your network, looking for repeated or suspiciously similar signed SOAP envelopes from the same principal.

Suggested commands include using network packet capture tools such as tcpdump or Wireshark to filter and inspect SOAP traffic over HTTP/SOAP endpoints.

  • Use tcpdump to capture SOAP traffic on the relevant port (e.g., 80 or 443): tcpdump -i <interface> -w capture.pcap port 80 or port 443
  • Use tshark or Wireshark to filter and analyze captured packets for repeated SOAP envelopes with signed wsse:Security headers.
  • Extract and compare the ds:Signature elements and wsse:Security timestamps in SOAP messages to identify replayed messages.

Because the vulnerability is in signature verification logic, detection on the system side may also involve enabling detailed logging in CoreWCF to record signature validation failures or anomalies, if such logging is available.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-54783. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart