this post was submitted on 08 Sep 2023
65 points (98.5% liked)

Proton

5007 readers
3 users here now

Empowering you to choose a better internet where privacy is the default. Protect yourself online with Proton Mail, Proton VPN, Proton Calendar, Proton Drive. Proton Pass and SimpleLogin.

Proton Mail is the world's largest secure email provider. Swiss, end-to-end encrypted, private, and free.

Proton VPN is the world’s only open-source, publicly audited, unlimited and free VPN. Swiss-based, no-ads, and no-logs.

Proton Calendar is the world's first end-to-end encrypted calendar that allows you to keep your life private.

Proton Drive is a free end-to-end encrypted cloud storage that allows you to securely backup and share your files. It's open source, publicly audited, and Swiss-based.

Proton Pass Proton Pass is a free and open-source password manager which brings a higher level of security with rigorous end-to-end encryption of all data (including usernames, URLs, notes, and more) and email alias support.

SimpleLogin lets you send and receive emails anonymously via easily-generated unique email aliases.

founded 1 year ago
MODERATORS
top 3 comments
sorted by: hot top controversial new old
[–] xylogx@lemmy.world 23 points 1 year ago (1 children)

This requires an attacker to first get MitM, which is a pretty high bar:

“The first pair of bugs can be exploited in a LocalNet attack, i.e., when a user connects to an Wi-Fi or Ethernet network set up by an attacker. The latter pair can be leveraged in a ServerIP attack, either by attackers that are running an untrusted Wi-Fi/Ethernet network or by malicious internet service providers (ISPs).”

[–] towerful@programming.dev 4 points 1 year ago* (last edited 1 year ago)

I mean, a VPN is kinda meant for untrusted networks.

The linked paper in the article is quite detailed, and describes the first step.
Essentially, most VPNs are configured by default to allow local network access (so, internet traffic goes through the VPN, but you don't need to disconnect from the VPN to use your printer).
The attack requires the rogue network to assign IP addresses in the range of the targeted server. So if they know the server you are trying to access, they can make your local network contain the target servers IP. At which point, the VPN client will treat it as local traffic, and try to reach it through the local rogue network.

VPN clients can be configured around this.
It's also always worth making sure a network that you don't know is serving rfc1918 addresses.

[–] Rentlar@lemmy.ca 3 points 1 year ago

On my home computers I have "expose local network" on, but on mobile I have it off.