Squatting attack, in
Computer Science, is a kind of
DoS attack where a program interferes with another program through the use of shared
synchronization objects in an unwanted or unexpected way.That attack is known in the
Windows operating system, which offers named objects as an interprocess synchronization mechanism. With named objects, a process may open a synchronization object as a shared resource by just specifying a name. Subsequent processes may use the same name to open that resource and have a way to synchronize with the first process. The squatting attack is possible because, if the legit program does not enforce tight security rules for the resources, processes from arbitrary security contexts may gain access to them and ultimately take control of the system.
See more at Wikipedia.org...