How to See If Your VPN Is Leaking Your IP Address (and How to Stop It)
VPNs are great for security, but one of the big reasons many people use one is to mask or change their IP address. This lets you get around location-based restrictions on content, or check if your provider is throttling your connection. Unfortunately, a new security flaw can reveal your real IP address to prying eyes, even if you're using a VPN, and it's easy to exploit. Here's how it works, and what you can do about it.
What's All This Now? Is My Data At Risk?
Let's back up a bit. A Virtual Private Network, or a VPN, is great for encrypting your data and boosting security, but it's also useful to obscure your IP address. Your IP address is assigned to your internet connection by your service provider, and it can reveal who your service provider is and (in general) where you're located. If you've ever visited YouTube and seen "Sorry, this video isn't available in your country," or tried to sign up for a new service only to find out your country isn't supported, your IP address is how they know.
Many people use VPNs specifically to get around those location restrictions. When you sign in to a VPN, usually you can choose an "exit server," or a location your VPN will "pretend" you're actually located. Usually that's enough to convince a service you're in a supported country.
However, a recently discovered security flaw allows remote sites to take advantage of WebRTC (Web Real Time Communication, a feature built in to most browsers) to reveal a user's true IP address, even if they're connected to a VPN. As far as we know, sites aren't taking advantage of the flaw yet, but considering services like Hulu, Spotify, Netflix, and others are taking steps to identify and lock out VPN users, it's not a stretch to assume they'll start.
A few lines of code is all it takes to remove the location protection you get from using a VPN, and figure out where you're actually located and who your internet service provider really is (who can then tie your address back to who you are specifically.) While the vulnerability is primarily browser-based right now, any application that can render web pages (and uses WebRTC) is affected, meaning anyone who wants to can see past your VPN to where you really are and who you really are. Advertisers, data brokers, and governments can use it to peek through your VPN to find out where your connection is really coming from. If you use services like BitTorrent, have a set-top box like a Roku, or just stream music or movies on your computer through a site that's not available in your country (or you're an expat and live abroad), the apps and services you use could suddenly stop working.
How Can I Check If My VPN Is Affected?
The flaw was documented by developer Daniel Roesler over at GitHub. Roesler explains how the process works:
Firefox and Chrome have implemented WebRTC that allow requests to STUN servers be made that will return the local and public IP addresses for the user. These request results are available to javascript, so you can now obtain a users local and public IP addresses in javascript. This demo is an example implementation of that.To see if your VPN is affected:
Additionally, these STUN requests are made outside of the normal XMLHttpRequest procedure, so they are not visible in the developer console or able to be blocked by plugins such as AdBlockPlus or Ghostery. This makes these types of requests available for online tracking if an advertiser sets up a STUN server with a wildcard domain.
- Visit a site like What Is My IP Address and jot down your actual ISP-provided IP address.
- Log in to your VPN, choose an exit server in another country (or use whichever exit server you prefer) and verify you're connected.
- Go back to What Is My IP Address and check your IP address again. You should see a new address, one that corresponds with your VPN and the country you selected.
- Visit Roseler's WebRTC test page and note the IP address displayed on the page.
How Can I Protect Myself?
Luckily, you don't have to wait for VPN providers to address the issue on their ends to protect yourself. There are a number of things you can do right now, and most of them are as easy as installing a plug-in, or disabling WebRTC in your browser.
The Easy Way: Disable WebRTC In Your Browser
Chrome, Firefox, and Opera (and browsers based on them) generally have WebRTC enabled by default. Safari and Internet Explorer don't, and thus aren't affected (unless you've specifically enabled WebRTC.) Either way, if the test above worked in your browser, you're affected. You can always switch to a browser that doesn't have WebRTC enabled, but since most of us like the browsers we use, here's what to d- Chrome and Opera: Install the WebRTC Block extension from the Chrome Web Store. It'll disable WebRTC in your browser. Opera users can use this add on as well, you'll ">just have to jump through some hoops first.
- Firefox: You have two options. You can install the Disable WebRTC addon from Mozilla Add-ons (h/t to @YourAnonNews for the link), or disable WebRTC directly by opening a tab and going to "about:config" in the address bar. Find and set the "media.peerconnection.enabled" setting to false.
We should note that disabling WebRTC may break some webapps and services. Browser-based apps that use your microphone and camera (like some chat sites or Google Hangouts), or automatically know your location (like food delivery sites) for example, will stop working until you re-enable it.
The Better Way: Configure Your VPN on Your Router
If you want a more surefire way to protect yourself beyond installing add-ons and making tweaks to your browser every time you install or update, there is a more permanent method. Run your VPN at your router instead of on your computer directly.There are a number of benefits to this approach. For one, it protects all of the devices on your home network, even if they're not vulnerable to this specific flaw. It also gives all of your devices, like your smartphones, tablets, set-top boxes, and smart appliances the same protection and encryption that your VPN gives your desktop.
There are caveats, though. For one, if you're the type who likes to change exit servers often (e.g., one day you want to browse as though you're in Japan, another in Iceland, and another in the US), this means you'll have to tweak your router setup every time you want to switch locations. Similarly, if you only need to be connected sometimes but not others-like you use a VPN for work but not when you're streaming Netflix, you'll need to enable or disable your VPN on your router every time you need to switch. That process can be easy or complicated, depending on your router, and your VPN.
Many VPN service providers suggest you set up your VPN at the router level anyway. Some even sell specific routers that come pre-configured to use their service, but odds are you can use your existing router (as long as it's not provided by your internet service provider). Log in to your router's admin page, and check your "security" or "connection" options. Depending on your model, you'll see a VPN section, where you can type in the name of the VPN provider you're connecting to, their server hostnames, and your username and password. Once it's enabled, all of your traffic will be encrypted.
If you don't see it, all isn't lost. Check with your VPN provider and let them know what type of router you have. They may have instructions to walk you through the process. If they don't, see if your router is supported by open-source router firmwares like DD-WRT ( search supported devices here), Open WRT (see supported devices here), or Tomato (see supported devices here). We've shown you how to install and set up DD-WRT and configure Tomato before, so if you're new, start with our guides. All of those custom firmwares will allow you to set up your VPN at the router level.
Comments
Post a Comment