this post was submitted on 08 Mar 2024
335 points (97.5% liked)
Europe
8484 readers
1 users here now
News/Interesting Stories/Beautiful Pictures from Europe ๐ช๐บ
(Current banner: Thunder mountain, Germany, ๐ฉ๐ช ) Feel free to post submissions for banner pictures
Rules
(This list is obviously incomplete, but it will get expanded when necessary)
- Be nice to each other (e.g. No direct insults against each other);
- No racism, antisemitism, dehumanisation of minorities or glorification of National Socialism allowed;
- No posts linking to mis-information funded by foreign states or billionaires.
Also check out !yurop@lemm.ee
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It is fine if you use unprotected wifi and then connect to a VPN.
You don't even need a VPN if the software uses proper TLS encryption or equivalent
TLS downgrade attacks are a thing, and can enable MITM attacks. There are server-side mitigations (such as only allowing TLS 1.2+ which should be the case but often isn't because the server has to support a niche user or application that only supports TLS 1.1), and since you usually don't know which TLS version you are using, for very sensitive connections it should be assumed that TLS is not enough.
Don't even get me started on the non-security of standard mobile/landline calls. They're basically transparent for an attacker with means like Russia's.
Proper E2E encryption and/or a VPN should be mandatory for a call to be considered secure, period.
If WebEx is susceptible to MITM attacks, it shouldn't be used for sensitive calls. It's better to use a VPN, but something like this should not happen at all, even without VPNs.
Sure, but when you demonstrably don't have a handle on E2E encryption using a VPN should be the FIRST step because it is very easy to implement, secure, and enforce. Virtually every private company does it.
Conversely E2E encryption is hard, lots of popular apps disable it by default or in some cases because it breaks a lot of useful things (like search). I agree it SHOULD still be mandated, but it's several orders of magnitude more expensive to switch the communication tool than mandating a VPN so for me that immediately pushes it second to VPN on the priority list.