+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 16

Thread: Huge Security Flaw Leaks Users’ Real IP-Addresses

  1. #1

    Huge Security Flaw Leaks Users’ Real IP-Addresses

    Huge Security Flaw Leaks VPN Users’ Real IP-Addresses

    VPN users are facing a massive security flaw as websites can easily see their home IP-addresses through WebRTC. The vulnerability is limited to supporting browsers such as Firefox and Chrome, and appears to affect Windows users only. Luckily the security hole is relatively easy to fix.

    The Snowden revelations have made it clear that online privacy is certainly not a given.

    Just a few days ago we learned that the Canadian Government tracked visitors of dozens of popular file-sharing sites.

    As these stories make headlines around the world interest in anonymity services such as VPNs has increased, as even regular Internet users don’t like the idea of being spied on.

    Unfortunately, even the best VPN services can’t guarantee to be 100% secure. This week a very concerning security flaw revealed that it’s easy to see the real IP-addresses of many VPN users through a WebRTC feature.

    With a few lines of code websites can make requests to STUN servers and log users’ VPN IP-address and the “hidden” home IP-address, as well as local network addresses.

    The vulnerability affects WebRTC-supporting browsers including Firefox and Chrome and appears to be limited to Windows machines.

    A demo published on GitHub by developer Daniel Roesler allows people to check if they are affected by the security flaw.

    The demo claims that browser plugins can’t block the vulnerability, but luckily this isn’t entirely true. There are several easy fixes available to patch the security hole.

    Chrome
    users can install the WebRTC block extension or ScriptSafe, which both reportedly block the vulnerability.
    Firefox users should be able to block the request with the NoScript addon. Alternatively, they can type “about:config” in the address bar and set the “media.peerconnection.enabled” setting to false.

    “Perhaps the best way to be protected from WebRTC and similar vulnerabilities is to run the VPN tunnel directly on the router. This allows the user to be connected to a VPN directly via Wi-Fi, leaving no possibility of a rogue script bypassing a software VPN tunnel and finding one’s real IP,” Van der Pelt says.

    “During our testing Windows users who were connected by way of a VPN router were not vulnerable to WebRTC IP leaks even without any browser fixes,” he adds.

    While the fixes above are all reported to work, the leak is a reminder that anonymity should never be taken for granted.


    I don't have VPN and They can detect even my satellite card IP.

    https://torrentfreak.com/huge-securi...resses-150130/
    Last edited by mmmmm; 02.04.15 at 00:40.
    Busy , new things always comes
    Its the time for personal life ,Still here from time to time, Greeting for everybody All .

    Its easy way to capture the announces :-
    Tutorial how use SmartSniff to Capture announces for Bittorrent
    Reply With QuoteReply With Quote
    Thanks

  2. Who Said Thanks:

    tr-cht-fx-242p (02.04.15) , Lucius (02.04.15) , ozymandis (02.04.15)

  3. #2
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssss6661
    WebRTC was introduced with firefox 22 so if you're using an older version you're good automatically
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  4. Who Said Thanks:

    mmmmm (02.04.15) , Lucius (02.04.15)

  5. #3
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    I'm glad I always disable toy features like this one when setting up my browsers.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  6. Who Said Thanks:

    mmmmm (02.04.15)

  7. #4
    Quote Originally Posted by anon View Post
    I'm glad I always disable toy features like this one when setting up my browsers.
    Do you means there is an option to disabled it while setting up (point me to it) or after set up ?
    Busy , new things always comes
    Its the time for personal life ,Still here from time to time, Greeting for everybody All .

    Its easy way to capture the announces :-
    Tutorial how use SmartSniff to Capture announces for Bittorrent
    Reply With QuoteReply With Quote
    Thanks

  8. #5
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Quote Originally Posted by mmmmm View Post
    Do you means there is an option to disabled it while setting up (point me to it) or after set up ?
    I think by "setting up" you're referring to the installation process, so I guess it's after setup.

    My Opera 12.17 and IE 11 don't support WebRTC at all. Firefox already had it disabled. I don't have the security extensions TorrentFreak mentions installed on Chrome Iron 33, but for some reason, the IP test still can't find any addresses.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  9. #6

    Join Date
    14.07.09
    P2P Client
    BiglyBT
    Posts
    645
    Activity Longevity
    1/20 18/20
    Today Posts
    0/5 ssssss645
    has anyone ever tried using this firefox extension plugin.. IPFlood

    What is it ?

    IPFuck is a firefox addon created to simulate the use of a proxy. With this addon installed and enabled, and if a lot of us use it, there will no longer be any mean to know who is using a real IP, who isn't and who was charged doing something he didn't... Basicaly : we all become anonymous !

    This addon is a "proof of concept" to show anyone who isn't already aware that IP address has become obsolete and that no one should use an IP address as an evidence anymore. This plugin is just one of many ways to spoof an IP address and these spoofing could lead to outrageous accusation of innocents.
    How does it work ?

    You can imagine that if I could just overwrite any existing information about your IP address I would have done so (or somebody else would have a while back ago)...

    But it's actually a little more tricky : when sending a request to a server you will provide several information about your IP address : three of them come from the Application Layer and the last one comes from the Transport Layer. This last one I can't modify : you wouldn't get the answer to your request if that was done. But the three others can be overwritten without any consequence to your browsing...

    These three headers were created to provide information on the real IP of a person surfing through a proxy server. So when you enable IPFuck, the websites you are visiting will believe that your real IP is a proxy server and (if the website was done correctly) focus on the false IP you are sending...

    A lot of websites try and figure out who is hidding behind a proxy server. And if you don't believe me (I won't mind), just check out this google search request : get real ip address php. Most of the snipplets given here will check HTTP headers (the one we overwrite) before the Transport Layer information ('REMOTE_ADDR').
    What if ?

    What if this addon spreads and everyone changes his website code to only check for the Transport Layer information ? Well then, they will lose any information on anyone hidding behind a proxy...

    There is just no way to know anymore who's who and if the IP you're detecting as connected to your website is a real one or a spoofed / behind a proxy one !

    IPFlood ! (former IPFuck)
    Last edited by lil-fella; 03.04.15 at 12:13.
    Reply With QuoteReply With Quote
    Thanks

  10. Who Said Thanks:

    tr-cht-fx-242p (03.04.15) , Instab (03.04.15)

  11. #7
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssss6661
    Quote Originally Posted by lil-fella View Post
    has anyone ever tried using this firefox extension plugin.. IPFlood
    this one just adds 3 headers:
    Code:
    HTTP_X_FORWARDED_FOR
    HTTP_CLIENT_IP
    HTTP_VIA
    it does neither change nor hide your actual ip but counts on confusing the sites that rather look for these headers instead of the regular "REMOTE_ADDR"
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  12. #8

    Join Date
    14.07.09
    P2P Client
    BiglyBT
    Posts
    645
    Activity Longevity
    1/20 18/20
    Today Posts
    0/5 ssssss645
    also using this program.. can hide your ip.. you can hide all sorts of stuff when go though this program..

    Hide your real IP address and surf anonymously with Hide ALL IP

    Your IP address can link your internet activities directly to you, it can easy leak you by this IP address, Hide ALL IP protects your online identity by change your IP address to our private server's IP and routes all your internet traffic through our encrypted internet servers so that all remote servers only get a fake IP address, you are very safely. Unlike your ISP, Hide ALL IP does not track and does not record any where you go

    i like to run my p2p torrent program though this..

    HIDE ALL IP

    http://hideallip.com/home.html

    Moderator Message
    cracks and similar are not allowed here
    //Staff

    edit
    ok no problem.. they can buy it instead if need be..
    its just nice to a have a full version without paying for it huh
    Last edited by lil-fella; 04.04.15 at 19:16. Reason: crack removed
    Reply With QuoteReply With Quote
    Thanks

  13. Who Said Thanks:

    tr-cht-fx-242p (03.04.15) , mmmmm (03.04.15)

  14. #9
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    These three headers were created to provide information on the real IP of a person surfing through a proxy server. So when you enable IPFuck, the websites you are visiting will believe that your real IP is a proxy server and (if the website was done correctly) focus on the false IP you are sending...
    This is a nice idea, and doesn't require much resources to implement. Unfortunately, most IP logging ignores these headers, for the very reason they can be forged.

    The best way to simulate a proxy would be behavioral - using an addon that does random searches and/or randomly surfs the Internet. Think about it: if one IP searches Google for "cake is awesome", and then (with different cookies) for "reasons to hate cake", they're very likely not the same person. So that address "must" be either a proxy, or a NAT router used by different people to share their Internet access.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  15. #10
    Elite system28's Avatar
    Join Date
    24.07.08
    Location
    Alpha Centauri
    P2P Client
    VEM-P
    Posts
    714
    Activity Longevity
    0/20 19/20
    Today Posts
    0/5 ssssss714
    As far as I know, there is no solution for chrome. Correct?

    This account has been disabled
    Reason: Fake upload

    Do NOT cheat. This involves; ghost leeching, spoofing and/or use of a modified client in anyway. If you, or anyone on your IP/server is found to be cheating then ALL users on that IP will be disabled.
    Reply With QuoteReply With Quote
    Thanks

  16. #11

    Join Date
    14.07.09
    P2P Client
    BiglyBT
    Posts
    645
    Activity Longevity
    1/20 18/20
    Today Posts
    0/5 ssssss645
    with the HIDE ALL IP program you can hide any thing you want.. including chrome browser..
    just drag and drop the shortcut into the HIDE ALL IP program and start it from there.. then all traffic from the new shortcut will be hidden by fake ip..

    Click image for larger version. 

Name:	home.h2.jpg 
Views:	21 
Size:	29.4 KB 
ID:	15313
    Last edited by lil-fella; 04.04.15 at 19:39.
    Reply With QuoteReply With Quote
    Thanks

  17. #12
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssss6661
    Quote Originally Posted by system28 View Post
    As far as I know, there is no solution for chrome. Correct?
    there is: dump it
    unless you like sending all your data to google
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

  18. #13
    Moderator anon's Avatar
    Join Date
    01.02.08
    Posts
    39,439
    Activity Longevity
    8/20 19/20
    Today Posts
    1/5 ssss39439
    Quote Originally Posted by lil-fella View Post
    just drag and drop the shortcut into the HIDE ALL IP program and start it from there.. then all traffic from the new shortcut will be hidden by fake ip..
    If you're okay with using a semi-public proxy with all the implications of that, both good (disabling IP tracking by sharing an address with many other people, accessing country-restricted content) and bad (who runs those proxies? How can you know they're not monitored? Are they fast enough? Are they banned from any site you visit?), that's a solution. But does it protect you against this vulnerability?

    Quote Originally Posted by Instab View Post
    there is: dump it
    unless you like sending all your data to google
    Haha, I remember the "audit" where you turned all the call-home features off, and would still find connections to random Google servers.

    Personally, I use Iron, and have hex-edited all the strange requests I could find out of the binaries. It seems like a good solution for Windows users.
    "I just remembered something that happened a long time ago."
    Reply With QuoteReply With Quote
    Thanks

  19. Who Said Thanks:

    Sazzy (04.04.15) , mmmmm (04.04.15)

  20. #14
    anon
    I think you should explain in details those ways at an other topic.
    Busy , new things always comes
    Its the time for personal life ,Still here from time to time, Greeting for everybody All .

    Its easy way to capture the announces :-
    Tutorial how use SmartSniff to Capture announces for Bittorrent
    Reply With QuoteReply With Quote
    Thanks

  21. Who Said Thanks:

    Sazzy (04.04.15)

  22. #15
    Moderator
    Instab's Avatar
    Join Date
    17.09.09
    Posts
    6,661
    Activity Longevity
    4/20 17/20
    Today Posts
    0/5 sssss6661
    Quote Originally Posted by anon View Post
    Personally, I use Iron, and have hex-edited all the strange requests I could find out of the binaries. It seems like a good solution for Windows users.
    mozilla based browser. there's no serious alternative. options and available addons of all others are a joke in comparison.
    Your account has been disabled.
    Reply With QuoteReply With Quote
    Thanks

+ Reply to Thread
Page 1 of 2 12 LastLast

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •