-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
documentation: Add manuel for mitigating tunnelvision attacks
- Loading branch information
1 parent
d4c2d5b
commit 5fa834d
Showing
3 changed files
with
40 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
icon: material/book-lock-open | ||
--- | ||
|
||
# TunnelVision | ||
|
||
TunnelVision is an attack that uses DHCP option 121 to set higher priority routes | ||
so that traffic does not go through the VPN. | ||
|
||
Reference: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-3661 | ||
|
||
## Status | ||
|
||
### Android | ||
|
||
Android does not handle DHCP option 121 and is not affected. | ||
|
||
### Apple platforms | ||
|
||
Update [sing-box graphical client](/clients/apple/#download) to `1.9.0-rc.16` or newer, | ||
then enable `includeAllNetworks` in `Settings` — `Packet Tunnel` and you will be unaffected. | ||
|
||
Note: when `includeAllNetworks` is enabled, the default TUN stack is changed to `gvisor`, | ||
and the `system` and `mixed` stacks are not available. | ||
|
||
### Linux | ||
|
||
Update sing-box to `1.9.0-rc.16` or newer, rules generated by `auto-route` are unaffected. | ||
|
||
### Windows | ||
|
||
No solution yet. | ||
|
||
## Workarounds | ||
|
||
* Don't connect to untrusted networks | ||
* Relay untrusted network through another device | ||
* Just ignore it |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters