Novel attack against virtually all VPN apps neuters their entire purpose

https://lemmy.world/post/15102687

Novel attack against virtually all VPN apps neuters their entire purpose - Lemmy.World

So if they are changing routes by using DHCP options, perhaps this could be exploited by telecom insiders when you are using mobile data, because your mobile data IP could be assigned by a DHCP server on the telecom network. If you’re at home on wifi, then you can control your own DHCP server to prevent that.
No - the VPN provider has another DHCP server for use 'inside' the VPN.
Most VPN providers don’t use DHCP. OpenVPN emulates and hooks DHCP requests client-side to hand the OS the IP it got over the OpenVPN protocol in a more standard way (unless you use Layer 2 tunnels which VPN providers don’t because it’s useless for that use case). WireGuard doesn’t support DHCP at all and it always comes from configuration.