this post was submitted on 06 May 2024
0 points (NaN% liked)

Technology

58937 readers
3427 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] MonkderDritte@feddit.de 0 points 5 months ago* (last edited 5 months ago) (1 children)

If i get this right, that attack only works before the tunnel is initiated (i.e. traffic encrypted), if the hosts is compromised, right? No danger from untrusted points inbetween, right?

[–] DreamlandLividity@lemmy.world 0 points 5 months ago* (last edited 5 months ago) (1 children)

No, it works at any point and the local network needs to be compromised (untrusted), the host can be secure.

So it is likely not an issue at your home unless you have weak Wi-Fi password. But on any public/untrusted Wi-Fi, it is an issue.

[–] MonkderDritte@feddit.de 0 points 5 months ago
[–] homesweethomeMrL@lemmy.world 0 points 5 months ago (1 children)

there are no ways to prevent such attacks except when the user's VPN runs on Linux or Android.

So . . . unix? Everything-but-Windows?

[–] abhibeckert@lemmy.world 0 points 5 months ago* (last edited 5 months ago) (1 children)

Everything-but-Windows?

No. Any device that implements a certain DHCP feature is vulnerable. Linux doesn't support it, because most Linux systems don't even use DHCP at all let alone this edge case feature. And Android doesn't support it because it inherited the Linux network stack.

I would bet some Linux systems are vulnerable, just not with the standard network packages installed. If you're issued a Linux laptop for work, wouldn't be surprised if it has a package that enables this feature. It essentially gives sysadmins more control over how packets are routed for every computer on the LAN.

As of this writing, 5 people who don’t know how DHCP works saw this comment