Slashdot Mirror


Fixing Verizon's Supercookie

New submitter ferro lad sends a story about Verizon's so-called supercookie, a unique identifier they add to web traffic going across their network to help advertisers target their ads better. A new article at Slate demonstrates how Verizon could fix the identifier so that ad companies would have a harder time misusing it — something they've already been shown to do. "...with just a tiny amount of effort, Verizon could maintain its current business while substantially preventing the misuse of its UID headers." Of course, for privacy-conscious users, the ability to get rid of them altogether would be preferable. Fortunately, Verizon now says users will soon have the ability to opt out of the identifiers. Previously, users could opt out of having their data shared with advertisers, but the unique identifier itself remained with their web traffic. It's not a complete solution — the tracking should be opt-in to begin with — but it's a step in the right direction.

62 of 111 comments (clear)

  1. more reason for https as default for all sites by MarkH · · Score: 5, Interesting

    Adding cookie headers into isp traffic only possible for http. If ISP terminating https traffic that is a bit GCHQ/NRA level.

    1. Re: more reason for https as default for all sites by bill_mcgonigle · · Score: 1

      A CA is going to give Verizon a cert such that they can mint a cert for any domai. and remain trusted in device root stores? Don't be a fool - it's completely different than a corporate device. Google Diginotar.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    2. Re: more reason for https as default for all sites by Grant_Watson · · Score: 1

      The GP's point is that if you contract with the makers of the phones, you can insert your own root certificate and make yourself a CA without anyone else signing your root cert. You'd expect third-party browsers on Android to reject the MITM though, and I doubt whether you could suborn Apple into helping you on iOS; it's possible in principle, but it looks pretty unlikely to me.

  2. On tracking by fustakrakich · · Score: 2, Insightful

    There is no such thing as 'opt in'. That is a total fantasy. Your traffic is always being tracked by cookies, government spies, whatever. Even https exists to serve this purpose. Certificates are just another cookie.

    --
    “He’s not deformed, he’s just drunk!”
    1. Re:On tracking by cultiv8 · · Score: 1

      I use Ghostery and Adblock Plus on my PC and devices, I feel like I've opted out.

      --
      sysadmins and parents of newborns get the same amount of sleep.
    2. Re:On tracking by davesque · · Score: 2

      How is a certificate anything like a cookie? Cookies are unique to clients. Certificates are unique to servers. You can't use a server's SSL cert to track its users. And, unless Verizon has figured out a way to crack SSL connections in real time, they can't be injecting any headers into web requests made through HTTPS.

    3. Re:On tracking by mcrbids · · Score: 4, Insightful

      Your traffic is always being tracked by cookies, government spies, whatever.

      Please stop with the "sky is falling" routine - it only makes the problem worse and the stakes are too high to just throw your hands up in the air and give up in blissful ignorance.

      Even https exists to serve this purpose. Certificates are just another cookie.

      I suspect that, at a basic level, you have a fundamental misunderstanding as to what a "certificate" is and does.

      1) A cookie is an identifier that allows you to tie numerous http(s) sessions together by domain. It can thus be used to track you by having many sites contain images or content from a common domain. (EG: doubleclick.com)

      2) A certificate is used to negotiate a private session with a single domain. It's provided by the server and validated by the client to set up an encrypted connection. It allows you, the user, to verify that you are connected with the correct domain and *not* a nefarious person. The use of HTTPS and certificates foils the Verizon "supercookie" as they have no meaningful way to pierce the encryption provided between you and, say, Google.com.

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    4. Re:On tracking by SternisheFan · · Score: 1
      Well, to be fair, a telemarketer did just help save a woman who was undergoing a severe beating. He stayed on the line so the cops could track the call and arrest the beast. Info and call here...

      http://www.cbsnews.com/news/te...

    5. Re:On tracking by ferro+lad · · Score: 1

      Yep, that's why it's such a big problem. I have FIOS as my ISV, and there's nothing that can be done. I'd dump them, and have complained, but they are probably the only realistic game in town. I think I can get a point to point microwave ISP, and used to use them in the early days of broadband, but don't even know if they're still in business following the FIOS blitz in our area. Unless Verizon stops this abhorrent practice, we're all being tracked and sold to the highest bidder. Thank about it.

    6. Re:On tracking by fustakrakich · · Score: 1

      Hey, if you got a buyer...

      --
      “He’s not deformed, he’s just drunk!”
    7. Re:On tracking by fustakrakich · · Score: 1

      This is nothing like 'the sky is falling' routine. And you never heard me say to surrender. It is only a point of information to act on. It's a simple fact that you are being tracked. And certificates still require a third party. And to me, a self signed certificate is a cookie. To be verified requires that you identify yourself. You can't be anonymous and certified/verified at the same time, unless it's a one-time cert. My only recommendation is to develop something better, not to give up.

      --
      “He’s not deformed, he’s just drunk!”
    8. Re:On tracking by KiloByte · · Score: 1

      Use Request Policy instead of Ghostery -- it makes advertisers opt-in rather than opt-out. Besides killing any non-first-party tracking dead, it hardly leaves anything for Adblock to clean up.

      --
      The creatures outside looked from Alt-Right to Antifa; but already it was impossible to say which was which.
  3. Opting out... by QuietLagoon · · Score: 4, Funny

    ... Fortunately, Verizon now says users will soon have the ability to opt out of the identifiers....

    Yeah, you'll probably need to keep an opt-out cookie on your device in order to opt-out.

    1. Re:Opting out... by stephanruby · · Score: 1

      Yeah, you'll probably need to keep an opt-out cookie on your device in order to opt-out.

      I know you're kidding, but since Verizon is making it difficult to opt-out of the super cookie, that means that even the absence of the super cookie coming from a Verizon IP will be used as a way to uniquely identify you. It would be like going out in your neighborhood and being the only one wearing a ski mask in the middle of summer. It will just make advertisers notice you more. Expect to see many more ads for off-shore accounts, libertarian politics, mail-order brides, guns, and bitcoins, if you opt-out of that super cookie.

    2. Re:Opting out... by SuricouRaven · · Score: 2

      X-VERIZON-TRACK=2397123483
      X-IGNORE-VERIZON-TRACK=1

  4. VPN. by Guspaz · · Score: 4, Insightful

    Spend $5 or $10 a month on a VPN or a VPS and encrypt all your web traffic. As soon as your ISP is actively inspecting and modifying your traffic, it can't be trusted.

    You shouldn't have to do this, true, but it's a solution to the present problem.

    1. Re:VPN. by itzly · · Score: 1

      Can you trust a VPN ?

    2. Re:VPN. by Severus+Snape · · Score: 1

      VPN's have always seemed to be the sensible way of keeping your data secured, but after the recent Snowden leaks showing their progress sabotaging them, total privacy now seems to be a myth.

    3. Re:VPN. by CastrTroy · · Score: 1

      Probably more than you can trust Verizon. Also, you can set up your own VPN server on Amazon's Cloud or another VPS provider. Sure there's always the chance that somebody would mess with your http connection, as you aren't really in control of the machine when using a VPS or other cloud provider. Although I think that any VPS/Cloud service that started manipulating the data traversing their servers would become very unpopular very quickly, and could also switch providers. It isn't so easy to switch cellular networks as most people are on contracts, and even those who aren't on contracts generally have very few choices for providers.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
    4. Re:VPN. by mlts · · Score: 1

      If worried about existing VPS offerings, there is always the old standby, a VPS or a cloud instance. It is more money and work, and the VPS owners can always snoop the traffic going in, but if one wants to pack their own parachute, this works.

      These days, I just use a local VPN. I'm not needing something NSA-proof, so what they have is more than enough, as I'm using their services to protect against attacks by a Wi-Fi AP (which are surprisingly common [1].)

      [1]: One coffee shop near me always tries to replace my hosted Exchange server's SSL/TLS key with its own from a local 192.168.168.168 IP, for some oddball reason. The people running it have zero clue about it, and don't know how to fix it, as it is a corporate appliance.

    5. Re:VPN. by Terry95 · · Score: 1

      Someone, like maybe torrent freak, did an exhaustive survey of seemingly EVERY VPN. They were specifically asking about what logs the company keeps and what laws govern their operation. A stunning majority of them log virtually everything you do, keep the logs for months, and are conveniently incorporated in the US. (Convenient for spying, not convenient for privacy).

      OF COURSE there was absolutely no way to prove the one's that claim to be reputable aren't actually the worst of all. But it is worth at least trying.

      PS Here's an updated survey.
      http://torrentfreak.com/which-...

    6. Re:VPN. by Archangel+Michael · · Score: 4, Insightful

      The NSA has a budget somewhere on the order of 40-80 billion dollars per year. No normal individual can stand up to that level of attack.

      Nor should they. The government should be protecting citizen's rights, not invading them. But that is what you get when you keep voting for Republicrats.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    7. Re:VPN. by Guspaz · · Score: 1

      Yeah, so I pay $10 a month for my own VPS, and run my own VPN on it. I have full control over what exactly gets logged, and data retention laws don't apply.

    8. Re:VPN. by SuricouRaven · · Score: 1

      It's not partisan. The democrats have been just as supportive of spying as the republicans - they most they have offered are some token privacy acts that wouldn't be remotely effective.

  5. A good Net Neutrality thing for law by MerlynEmrys67 · · Score: 4, Insightful

    I don't care that you traffic shape my traffic -> But it is immoral and should be illegal to change it. Why do we allow ISPs like this to change the traffic flowing through their systems to the destination.
    I am not talking about adding an MPLS tag that gets inserted on insertion into the provider and stripped before it leaves the other side, I am talking adjusting my traffic to add content to the L4+ content. The ISP should only adjust things at L3 and below. Everything above that should never be touched (Ok - Large scale NAT I can live with - Lets move that to L5+)

    --
    I have mod points and I am not afraid to use them
  6. Re:Windows Phone by Bugler412 · · Score: 4, Informative

    nope, that only disables the advertising ID in the phone used by apps as an identifier. Does nothing for the "supercookie" that Verizon inserts into the traffic, much like a man in the middle attack, at the network level. Easily and personally verified.

  7. Re:Windows Phone by gstoddart · · Score: 4, Informative

    Are you clueless or something?

    Verizon's controversial technology basically involves attaching tracking numbers whenever customers view Web pages. Generally, to visit a Web page, my computer (or phone, tablet, etc.) sends a request message to the website with that page. Think of this like a very (very!) fast version of sending a letter through the mail, requesting some information.

    Now imagine if the Postal Service assigned an identification number to me, and every time I sent one of those letters, a postal worker opened up the envelope and stamped the ID number inside. That is more or less what Verizon has been doing: Every time a Verizon Wireless customer requests a Web page, Verizon rewrites the request in transit to include a tracking number identifying the customer.

    There is no way to disable this, and certainly not with your damned Windows phone.

    Verizon is directly injecting this crap into your request, on their servers, independent of what YOU do.

    Basically Verizon are acting like a bunch of greedy assholes, and setting every request you make to be something uniquely identifiable as you.

    --
    Lost at C:>. Found at C.
  8. Chrome add-on? by Midnight+Thunder · · Score: 1

    Are there Google Chrome or Firefox add-ons that can deal with this issue, or is it injected into the request header on Verizon's side?

    --
    Jumpstart the tartan drive.
    1. Re:Chrome add-on? by Bugler412 · · Score: 1

      injected at the network layer, nothing you can do to prevent it locally. Perhaps salt it with false UIDs that look like Verizons to confuse the system, but you can't prevent their addition of the supercookie.

  9. TERRIBLE by omfglearntoplay · · Score: 1

    Verizon is completely nuts if they don't think there will be a backlash!!!!!!!!

    1. Re:TERRIBLE by Archangel+Michael · · Score: 1

      You are completely nuts if you think there will be any significant amount** of backlash.

      ** Significant meaning fines, large numbers of customers quitting, or anything else that will impact bottom line of VZ

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    2. Re:TERRIBLE by plover · · Score: 1

      Verizon is completely nuts if they don't think there will be a backlash!!!!!!!!

      From who? Thirteen enraged nerds on Slashdot? Their average customer doesn't understand the difference between their phone and their browser; they certainly won't get up in arms over a "super-cookie".

      Verizon could easily afford to piss off every paranoiac on the planet, and they'd still have so much money they'll need to buy another dump truck to haul this month's profit to the bank. They have no real reason to change, so I'd recommend a strategy other than OMGPANIC!

      --
      John
    3. Re:TERRIBLE by jwcollins · · Score: 1

      We just switched the 2nd of our 2 smartphones from Verizon to AT&T. Want to inject a tracking supercookie into our web traffic, Verizon? Good luck now that we are no longer your customers, assholes.

  10. Re:Pot meet Kettel by DarkOx · · Score: 2

    The real question is how are multiple headers interpreted for the tracking code. Is the first UID header the verizon one or the last? What if my client inserts a random one before and after every other header etc. Sure if its the NSA or whatever than you're the guy whose got the UID header that changes with each request or the guy with multiple headers etc. Even if lots of people do it a weak PRNG used to generate those headers and $AGENCY might still be able to identify you.

    Advertisers though I am going to guess not so much. Hell half of them are probably used web application frameworks that don't even make explicit commitments to ordering of headers in the collection their high level code is interfacing with.

    The other thing is the system was/is designed for 1 person : 1 uid header mapping. If enough people start changing UID headers that are a per request nonce that is going to be lots and lots of entities in the key space. Just ask the big data guys how much memory and storage can get burned just on keys; hint its a lot. Might be able to make the entire system fall over if enough people participate.

    --
    Repeal the 17th Amendment TODAY! Also Please Read http://www.gnu.org/philosophy/right-to-read.html
  11. Report this to the FCC by MobyDisk · · Score: 1

    Make a complaint to the FCC about it. Complain about their DNS hijacking while you are at it. Opt-out is not neutral!

    1. Re:Report this to the FCC by Bugler412 · · Score: 2

      I've done the FCC complaint, FTC complaint, contacted a lawyer for possible civil action or even class action (not practical since you can't "prove" damage), contacted the FBI for a CFAA violation, all of it. No results at all. Voting with my wallet when the contract expires and using nothing but HTTPS and VPN otherwise until then.

    2. Re:Report this to the FCC by Archangel+Michael · · Score: 1

      I would suggest that exploitation would be damage. Unless there is an overt consent for VZ to profit from your browsing habits, it is nothing short of exploitation.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    3. Re:Report this to the FCC by MobyDisk · · Score: 1

      Wow, good work. I reported the DNS hijacking stuff years ago but I never thought of talking to the FTC. That actually makes more sense, because this is a monopoly issue more than a telecommunications issue.

    4. Re:Report this to the FCC by Bugler412 · · Score: 1

      my attorney examined it, while exploitation was a possible angle, assigning a value to it for a civil suit was damned near impossible, or gave results that were only in the fraction of a penny zone per user. Making the whole suit process impractical even for a millions of users class action, unless you are able to find a "white night" attorney willing to take it on based on principal alone (EFF?), not likely.

    5. Re:Report this to the FCC by Bugler412 · · Score: 1

      unsure of the timing of the implementation of the supercookie, I had never thought to examine my HTTP traffic from the far side before the initial public reports. As far as voiding, with only three months left I am OK just waiting for it rather than burning work bandwidth on what I'm sure would be insane stonewalling and bureaucracy to void the contract. Would likely take longer than simply waiting and leaving, although that doesn't have much "protest effect"

  12. Re:Pot meet Kettel by gwjgwj · · Score: 2

    I think the GP's idea was to create a Verizon-like UID, but using other providers.

  13. A tweak is not a fix. by nimbius · · Score: 1

    The real way to fix this is to pass net neutrality regulations that establish Verizon as a common carrier and clip the balls off these assholes
    It goes without saying that you should be using https everywhere from the FSF. https://www.eff.org/https-ever... Its also worth mentioning that your home network shouldnt be using your ISP's wifi equipment, DNS servers, or if possible even their router. Other tools worth looking into that would subvert most most of the outright privacy violations coming from not just carriers but various governments can be found here: https://prism-break.org/

    --
    Good people go to bed earlier.
  14. supercookie by Anonymous Coward · · Score: 1

    Verizon's unique identifier they add to web traffic going across their network to help advertisers target their ads

    If I was'nt stealing the neighbors WiFi I`d be soooo pissed!I

  15. Umm... by fahrbot-bot · · Score: 1

    Anyone check if the header still gets added (updated) if it's already present? If not, a browser extension or local proxy, like Proxomitron, could add the header with a random value.

    --
    It must have been something you assimilated. . . .
  16. Re:Pot meet Kettel by mlts · · Score: 1

    It can be gotten around... just hash the UIDs obtained, and look for the valid one that persists between transactions, especially with other supercookie data that most browsers hand over (font order is quite identifable, same with plugins... and we are not even near LSOs or other items.)

    The only solution to this is a trustworthy VPN so traffic is encrypted from the device on out (and can't be modified without parties noticing.)

  17. That's not a privacy "fix" by hawguy · · Score: 1

    What they suggested in the article is not a privacy "fix" -- they suggest that Verizon encrypt the cookie so advertisers have to feed the cookie back to Verizon so Verizon can decrypt it to let them track me.

    The problem is that I don't want Verizon to track my web usage at all. I know they can track my web use by looking at the sites I visit (and I don't want them to do that either), byt the cookie lets advertisers send more data to Verizon than they'd capture from web host tracking -- if go to "https://somesite.com" and search for Puppies, Verizon can't see my search, but the ad network might get my keywords and can pass those keywords back to Verizon with the cookie.

  18. Re:Somebody please explain by plover · · Score: 1

    Money. More specifically, revenue from advertisers. Once they had the motive, it's pretty easy to justify the means to the end.

    --
    John
  19. Simple Fix by RyoShin · · Score: 1

    This one isn't too hard; the best way to "fix" this is stop using Verizon and supporting their horrible company. I had them for a few years and always had excellent cell service, but everything else sucked balls. I switched to T-Mobile's pay-as-you-go plan and have saved a ton of money without supporting the cellular devil.

    (I realize that there are contracts etc., but seriously, if you can you should drop them like a hot potato.)

  20. Re:Windows Phone by dissy · · Score: 1

    ...or you can just use a Windows Phone and disable the advertising ID as part of the OS in the Settings menu.

    Or you could read at the very least the one sentence title of the story.

    Verizon inserts the cookie, long after the traffic has left your phone and your phone has any ability to do shit all about it.

    The only thing your phone could do or be effected by is if it also added a cookie with the same header name, in which case Verizon deletes your data and replaces it with their own.

    It should be a requirement that you can read before you are allowed to write and post...

  21. They have to do this due to Canada-US treaty by WillAffleckUW · · Score: 2

    Under the treaty signed for Data they have to respect the Canadian Citizens right to not be tracked, including the Canadian Constitutional Right to Privacy, even if a Canadian is in the US. Since many Canadians use border cell towers in the US, they would be liable to be sued if they did not provide some method not to be tracked.

    Once again, Canada saves American rights.

    --
    -- Tigger warning: This post may contain tiggers! --
  22. Re:Windows Phone by unixisc · · Score: 1
    Description:

    Resetting your advertising ID makes it harder for apps to connect your past activities with your future ones

    Says nothing about disabling the ability of apps to track or store your past activities

  23. Re:You can't opt out of anything, ever by SternisheFan · · Score: 1

    Yes. Why was there ever a Super Undelete-able Cookie ever allowed to be placed on devices in the first place?

  24. Re:Windows Phone by Anonymous Coward · · Score: 1

    No, it doesn't, but the rest of his points stand.

  25. Re:Windows Phone by gstoddart · · Score: 2

    WTF does being anti or pro Microsoft have to do with the fact that the fucking headers are being rewritten by Verizon?

    I'm not blindly pro or anti Microsoft -- but let's not fucking pretend a Windows phone is a magic cure-all for something which is happening at the carrier level.

    But, hey, don't let common sense or facts stand in the way of being an idiot.

    --
    Lost at C:>. Found at C.
  26. Re:You can't opt out of anything, ever by Gr8Apes · · Score: 1

    Seems like "VPN" will solve that problem. Whether it engenders a new problem is a different story.

    --
    The cesspool just got a check and balance.
  27. Re:You can make a secure VPN but it doesn't help by Guspaz · · Score: 1

    Because you should trust your server provider not to mess with your traffic more than you should trust Verizon? Who cares about the NSA, if they want to get your data they're going to get it. Meanwhile, Verizon is actively MODIFYING your traffic...

    Key exchange is also really not a problem, the entire point of a secure key exchange is that the keys are never transmitted in the clear. You don't need physical media.

  28. Re:Windows Phone by TrollstonButterbeans · · Score: 1

    +1

    --
    Priest: "Universe from nothing, no laws of physics, sped up time"+ huge discrepancies. Creationism? No. Big Bang Theory
  29. It isn't a cookie, actually by TrollstonButterbeans · · Score: 2

    It is added to the HTTP request on the Verizon server when you use the internet.

    They add it to your internet communications, like adding a name-tag on to your luggage.

    --
    Priest: "Universe from nothing, no laws of physics, sped up time"+ huge discrepancies. Creationism? No. Big Bang Theory
  30. Re:Windows Phone by Shados · · Score: 1

    someone's confusing the device's id used for marketing by products like MixPanel, Localytics, maybe Omniture (dunno if web analytics used on native apps tap into it) with the verizon supercookie.

    Not the same thing. At all.

  31. Additional headers? by ramriot · · Score: 1

    Has anyone tried adding multiples of their own version of this header to outgoing traffic upstream of verizons gateway, to see what happens?
    Not having Verizon here in Canada I cannot try this, but it would be interesting to see if doing so with a true random nonce would defeat their tracking by adding confusion, as to which header was the real verizon one and which the customers.

    Also F*** verizon, go full VPN on all your mobile traffic from now on.

  32. Re: You can't opt out of anything, ever by bill_mcgonigle · · Score: 1

    It'll decrease their backhaul capacity, but few people even care and fewer still will do something about it. Heck, it took me three months to bother renting a VPS to do it and I already had all the skills.

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
  33. not sure if trolling or stupid by gl4ss · · Score: 1

    just because you have another advertising ID as part of your operating system doesn't mean that if you disable that then the verizon inserted id would be removed. the verizon id doesn't care what settings you turn on or off on your phone, it gets inserted to the data stream after the phone.

    unless your phone has a setting for "force https on everything", then you're fucked. and you know what's funny? on windows phone you cannot do that, you don't have even the option of a 3rd party browser that would do that(afaik).

    --
    world was created 5 seconds before this post as it is.