Open
Description
TCP sockets on localhost run the risk that untrusted code running on the same machine (under a different user) could connect to the system. Windows named pipes or Unix domain sockets should be used instead to avoid this vulnerability.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment