← All stories
● Covered by 1 source · 1 reportMedium impact1 negative

NatJack Attack Class Hijacks TCP Sessions and Spoofs DNS by Manipulating NAT Tables

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • NatJack manipulates NAT connection state to hijack TCP sessions.
  • Affects Windows NAT (Hyper-V) and Linux Netfilter conntrack.
  • Requires attacker to have privileged access behind the same NAT.
  • No single patch; mitigation involves updates and traffic encryption.

New Attack Class Discovered

Security researcher Malcolm Stagg has revealed a new attack class named NatJack. This method exploits vulnerabilities in Network Address Translation (NAT) implementations to manipulate connection states, enabling attackers to hijack active TCP sessions, spoof DNS responses, expose mapped ports, and exhaust NAT tables. The findings were presented at Black Hat USA 2026.

Affected Systems and Specific Vulnerabilities

NatJack affects various independently developed NAT implementations, including those in Windows and Linux. Two specific implementation flaws have been assigned CVEs: CVE-2026-56181 (CVSS score: 8.3) for Windows NAT used by Hyper-V, and CVE-2026-63913 (CVSS score: 8.2) for Linux Netfilter conntrack. The attack generally requires an attacker to have privileged access to a system behind the same NAT as the victim.

Attack Mechanisms

The research describes four main attack paths. Attackers can redirect traffic from an active TCP connection by replacing its NAT mapping or interfere with a victim's DNS request to send a forged response. Other techniques involve disclosing externally mapped ports or filling the NAT connection table with spoofed flows, preventing legitimate clients from establishing new connections.

Mitigation and Recommendations

There is no single patch for the broader NatJack attack class. Organizations should apply available Windows and Linux updates and encrypt traffic even within internal networks. The research also recommends implementing Internet Protocol (IP) Source Guard where applicable. Mitigation guidance emphasizes separating untrusted workloads from trusted systems that share NAT infrastructure.

Background and Current Status

The NatJack research, conducted independently by Stagg through SODIUM-24, targets an assumption in many NAT implementations that hosts behind the same NAT do not manipulate each other's connection state. While Synack confirmed Stagg tested the techniques against real-world products, there is no public evidence of NatJack techniques being exploited in the wild as of August 7, 2026.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Security researcher Malcolm Stagg disclosed NatJack, a new attack class that manipulates Network Address Translation (NAT) connection states to hijack TCP sessions, spoof DNS, and exhaust NAT tables. This research, presented at Black Hat USA 2026, impacts independently developed NAT implementations, including Windows and Linux, and requires an attacker to have privileged access behind the same NAT as the victim.