WCF Named Pipe Security and Multiple User Sessions?

前端 未结 3 1234
深忆病人
深忆病人 2021-02-06 01:06

I have setup a WPF application that is single instance using a Mutex, this allows for the application to run within each user account if you are using user switching. The appli

3条回答
  •  自闭症患者
    2021-02-06 01:57

    This paper on named pipe security discusses the topic in a lot of detail.

    In short, if you're not careful you could allow a malicious program running with standard user permission to exploit a pipe to elevate itself to the same privilege level as the named pipe server.

    I'm afraid I don't know whether the WCF implementation is secure against this type of attack by default.

提交回复
热议问题