Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
CVE-2026-54776
Published:June 19, 2026
Updated:June 21, 2026
Impact A CoreWCF service hosted on Unix Domain Sockets with the PosixIdentity client credential type (UnixDomainSocketBinding with Security.Mode = TransportCredentialOnly and Security.Transport.ClientCredentialType = PosixIdentity) does not require the client to perform the application/unixposix stream upgrade before dispatching messages. Patches Fixed in CoreWCF v1.8.1 and v1.9.1 Workarounds Restrict filesystem access to the UDS socket file using owner/group/mode (e.g. chmod 0660 plus a dedicated group) so that only the POSIX users who are already authorized to invoke the service can connect at all. This makes the missing-upgrade behaviour equivalent to the operating system’s filesystem permissions instead of relying on framing-layer identity checks. Avoid relying on ServiceSecurityContext.PrimaryIdentity for authorization decisions, or back it up with an authentication-required authorization policy that rejects anonymous principals.
Affected Packages
corewcf.unixdomainsocket (DOT_NET):
Affected version(s) >=1.5.0.3 <1.8.1
Fix Suggestion:
Update to version 1.8.1
https://github.com/CoreWCF/CoreWCF.git (GITHUB):
Affected version(s) >=v1.5.0 <v1.8.1
Fix Suggestion:
Update to version v1.8.1
https://github.com/CoreWCF/CoreWCF.git (GITHUB):
Affected version(s) =v1.9.0 <v1.9.1
Fix Suggestion:
Update to version v1.9.1
corewcf.unixdomainsocket (NUGET):
Affected version(s) =1.9.0 <1.9.1
Fix Suggestion:
Update to version 1.9.1
corewcf.unixdomainsocket (NUGET):
Affected version(s) >=1.5.0 <1.8.1
Fix Suggestion:
Update to version 1.8.1
Do you need more information?
Contact Us
CVSS v4
Base Score:
4.8
Attack Vector
LOCAL
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
LOW
Vulnerable System Integrity
LOW
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
4.4
Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
LOW
Integrity
LOW
Availability
NONE
Weakness Type (CWE)
Missing Authentication for Critical Function