man-in-the-middle attack
Sign in to saveAlso known as MITMA, MITM, monster-in-the-middle, man in the middle, monster in the middle, Channel Accessible by Non-Endpoint, manipulator-in-the-middle attack, manipulator-in-the-middle
form of active eavesdropping in which the attacker makes connections with the victims and relays messages between them
~12 min read
Encyclopedic overview
In cryptography and computer security, a man-in-the-middle (MITM) attack, or on-path attack, is a cyberattack where the attacker secretly relays and possibly alters the communications between two parties who believe that they are directly communicating with each other, where in actuality the attacker has inserted themselves between the two user parties.
One example of a MITM attack is active eavesdropping, in which the attacker makes independent connections with the victims and relays messages between them to make them believe they are talking directly to each other over a private connection, when in fact the entire conversation is controlled by the attacker. In this scenario, the attacker must be able to intercept all relevant messages passing between the two victims and inject new ones. This is straightforward in many circumstances; for example, an attacker within range of a Wi-Fi access point hosting a network without encryption could insert themselves as a man in the middle.
Excerpted from Wikipedia’s “man-in-the-middle attack” article, available under the CC BY-SA 4.0 licence.