CVE-2026-54778 PUBLISHED

CoreWCF: UnixDomainSocket Non-Reentrant POSIX Identity Resolution

Assigner: GitHub_M
Reserved: 15.06.2026 Published: 08.07.2026 Updated: 09.07.2026

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 UnixDomainSocket POSIX peer identity resolution uses non-reentrant getpwuid and getgrgid calls, allowing concurrent connections to attribute one connection's identity to another or crash the host process under contention. This issue is fixed in versions 1.8.1 and 1.9.1.

Metrics

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

Product Status

Vendor CoreWCF
Product CoreWCF
Versions
  • Version >= 1.9.0, < 1.9.1 is affected
  • Version < 1.8.1 is affected

References

Problem Types

  • CWE-362: Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') CWE
  • CWE-825: Expired Pointer Dereference CWE