Comment on Named Pipes in .NET 6 with Tray Icon and ServiceparentComments−ww5204yTCP server cannot assume the security context of the client, thus privilege elevation attack can easily happen.−monocasa4yMore importantly in a lot of cases, you can ask the kernel for the client's SID as the server, and make decisions knowing that the client couldn't forge it.
Comments
TCP server cannot assume the security context of the client, thus privilege elevation attack can easily happen.
More importantly in a lot of cases, you can ask the kernel for the client's SID as the server, and make decisions knowing that the client couldn't forge it.