Question · DNS & Networking

What is the practical difference between a route leak and a hijack?

24 Mar 2026
I'm studying for a networking certification and trying to get my head around BGP incidents. I keep seeing the terms "route leak" and "route hijack" used, sometimes almost interchangeably in news articles about outages. From what I can tell, they both result in traffic going to the wrong place, but I'm confused about the core technical distinction between them. I've read the RFCs but they're pretty dense. Is a leak just an accidental version of a hijack, or is the underlying mechanism completely different? I want to make sure I really understand the difference, not just the outcome.
Best answer
The core distinction is intent: a route leak is an accidental propagation of more specific routes beyond intended peers, while a hijack is the intentional advertisement of prefixes you do not own or legitimately control. A leak typically originates from a misconfigured or non-compliant BGP speaker within a legitimate AS that inadvertently attracts traffic by advertising paths it shouldn't, often due to missing route filters. A hijack involves an AS, which may be malicious or compromised, advertising prefixes it has no authority over, with the goal of intercepting or disrupting traffic. Both cause traffic misdirection, but the mechanism differs: leaks often involve violating selective export policies (e.g., sending customer routes to other providers), whereas hijacks involve falsifying the origin AS in the AS_PATH. To prevent leaks, operators must implement strict outbound route filtering based on customer cone relationships, such as using
ip prefix-list CUSTOMER-OUT seq 10 permit 192.0.2.0/24 le 24
and applying it to peer sessions. Understanding this difference is crucial for incident analysis and implementing appropriate prefix filtering and RPKI-based origin validation.
24 Mar 2026
Your answer Sign in or register to reply

This is a public discussion. Create a free account to answer. Takes 20 seconds. No email gates.

Who Is Online

In total there are 72 users online: 0 registered, 65 guests and 7 bots.

Most users ever online was 5,555 on 17 Jul 2026, 3:23 am.

Bots: AhrefsBot Applebot Baiduspider Bingbot Other Bot PetalBot SemrushBot

Users active in the past 15 minutes. Total registered members: 369