Huge security flaw leaks vpn users’ real ip-addresses

MadScientist

Platinum Member
Jul 15, 2001
2,185
63
91
Last edited by a moderator:

bbhaag

Diamond Member
Jul 2, 2011
7,448
3,044
146
It's kinda cool that you bought this up. A few weeks ago I started using a vpn for the first time. They have a tutorial for n00bs and at the top of the list they mention webrtc's and how they work.
Here's a link they recommend to see if your browser is leaking your IP address. https://www.browserleaks.com/webrtc

If you use Chrome they also recommend using the extension called webrtc block. It can be found in the store using this link. https://chrome.google.com/webstore/detail/webrtc-block/nphkkbaidamjmhfanlpblblcadhfbkdm
 

John Connor

Lifer
Nov 30, 2012
22,757
619
121
WEBrtc doesn't seem to even exist in Pale Moon my main browser, but it was on in Firefox.

I set this page to my home page to make sure there are no DNS leaks. https://www.dnsleaktest.com/

+1 for NoScript. Been using that since NoScript came out.

Just wonder about Tor.
 
Last edited:

TheRyuu

Diamond Member
Dec 3, 2005
5,479
14
81
You can block this in Chrome for most (very nearly all) cases if you use uMatrix[1] with WebRTC Block[2]. The WebRTC Block plugin by itself is not enough and only blocks certain (naive cases). Luckily by combining the two the naive blocking should be enough.

By setting iframes to block by default (uMatrix whitelists 1st-party iframes so you have to disable those as well in the global scope to break the WebRTC Block workaround). This should allow you to keep javascript enabled and still block webrtc for the vast majority of (possible) cases except on sites where you've whitelisted iframes (and even then it would be restricted to the hostname that the iframes are whitelisted for).

[1] https://chrome.google.com/webstore/detail/µmatrix/ogfcmafjalglgifnmanfmnieipoejdcf?hl=en
[2] https://chrome.google.com/webstore/detail/webrtc-block/nphkkbaidamjmhfanlpblblcadhfbkdm?hl=en
 
Last edited:

lxskllr

No Lifer
Nov 30, 2004
60,353
10,754
126
Can someone explain what WebRTC does and what adverse effects there may be by disabling it? Sorry I'm so noob.

Wikipedia's page looks as good as anything...

https://en.wikipedia.org/wiki/WebRTC

If you use a browser in the traditional way, disabling webrtc won't cause any issues. If you depend on a fairly new style of in-browser communication, you'll have to see how it works, cause it might depend on webrtc.
 

TheRyuu

Diamond Member
Dec 3, 2005
5,479
14
81
By the way, this was fixed in Chrome although I'm not sure if it's made its way to the stable channel (it may be in the beta channel) yet so an extension (which didn't really work that great anyway) isn't needed anymore. You can't disable WebRTC completely but you can make it only give your public IP. So if you're connected through OpenVPN it'll only show the VPN server's IP.