Open X Server

Summary
An improperly configured X server will accept connections from clients from anywhere. This allows an attacker to make a client connect to the X server to record the keystrokes of the user, which may contain sensitive information, such as account passwords. To solve this problem, use xauth or MIT cookies.
Solution
Use xhost, MIT cookies, and filter incoming TCP connections to this port.