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.
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.
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.
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.
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 →
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.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
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.