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.

111 comments

  1. You can't opt out of anything, ever by Anonymous Coward · · Score: 0

    Verizon is just doubling down on their lie. And when they get caught? Oops, now you can get of it for real this time, honest! And the game begins anew.

    1. 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?

    2. 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.
    3. 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)
  2. 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 Anonymous Coward · · Score: 0

      No, that's fully consistent with the capabilities of a major company that contracts with the manufacturer, controls the hardware, and is capable of inserting their own CA into the CA list.

      In fact, your corp probably already does that if you have a mobile device. It's so trivial I bought commercial hardware that did it over six years ago.

      Sorry mate, you might understand the crypto, but you don't understand the reality. Verizon almost certainly can do this effortlessly.

    2. Re:more reason for https as default for all sites by Anonymous Coward · · Score: 0

      It would be pretty easy to detect- if they did it widely, the sort of people looking out for SSL MITMs will notice pretty quick.

    3. 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)
    4. 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.

  3. Ain't broke. by Anonymous Coward · · Score: 0

    It isn't a bug it is a feature.

  4. 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 Anonymous Coward · · Score: 0

      As far as I know, he's not that wrong for https... http://www.radicalresearch.co.uk/lab/hstssupercookies/

    3. 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.

    4. Re:On tracking by Anonymous Coward · · Score: 0

      Disconnect trumps Ghostery, as the latter is owned by a company that is in the advertising business. Disconnect is the technically superior product IMHO. Try it, but uninstall Ghostery first. If you're on Firefox, install Disconnect before Adblock. If AdBlock in place already, disable until Disconnect is installed and then re-enable AB.

    5. Re:On tracking by Anonymous Coward · · Score: 0

      There should be no opt-in or opt-out as far as tracking someone's web surfing, or collecting of data for any reason. It needs to ne highly illegal with huge fines and long jail sentences for offenders! Same for telemarketing, political phone calls, and calls from organizations asking for donations!!

    6. Re:On tracking by Anonymous Coward · · Score: 0

      Oh fuck off

      I've been hearing that bullshit about Ghostery from day one. "Oh noes don't use ghostery it was bought by an advertising company! What if they change something on us???"

      Its been five years now, and still nothing underhanded in Ghostery (and we can all look at the source to be sure.)

    7. Re:On tracking by Anonymous Coward · · Score: 0

      That won't help you here. The ISP - in this case Verizon Wireless - injects the cookie into the stream after it leaves your device.

    8. 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.
    9. 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...

    10. 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.

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

      Hey, if you got a buyer...

      --
      “He’s not deformed, he’s just drunk!”
    12. 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!”
    13. 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.
    14. Re:On tracking by Anonymous Coward · · Score: 0

      Actually they do.....

      I have done this many times at work.

      Basically my firewall intercepts the https session. He creates the encrypted connection to https://wtvsite.com and instead offers up his own cert to the client (of course to do this you need to be able to control the cert auth on the client devices. Like all windows computers on a domain. You can't just do this to random strangers.) Hardly anybody notices that is non tech.

    15. Re: On tracking by Anonymous Coward · · Score: 0

      On my desktop I use tor browser (no addons or js). On my cell phone I use Firefox with Orwall. As for changing from a verizon cell provider to another makes no diff because some apps connect to verizon servers. I know this from my using the NoRoot FW apk. I added verizon's url's (any I catch) to my global blocklist, along with any that ref facebook. I'm on att & don't use facebook nor have I a youtube acct.

    16. Re:On tracking by Anonymous Coward · · Score: 0

      Another recommend for Request Policy here!

    17. Re: On tracking by Anonymous Coward · · Score: 0

      I agree with your comments. But want to point out, as as a side note, client certificates (such as x.509 certs) are a thing. They can be used for things such as uniquely identifying an individual, read: authentication / 2 factor authentication. They can also be used for encrypting email.

    18. Re:On tracking by Anonymous Coward · · Score: 0

      And then he promptly started selling her info with a new / amended tag: "Domestic Violence Survivor" like a good little marketer, so he would not loose his job.

      In all seriousness, just because one telemarketer had a decent level of morals and ethics and decided to call the police, does not mean that they all do nor that they can even if they want to.

      Trying to justify the collection of data for sale to the highest bidder, forgoing any complaints, concerns, or unwillingness to participate by saying that in *ONE* instance of it, a criminal was caught, is no different than the police saying "Well sure we invaded the individual's home without a warrant, killed his dog, shot his son, and beat his wife, BUT! we found an unregistered weapon! So we're good right?"

      In both cases the level of good that was done was insignificant to the level of bad / evil that was committed in the process. Not to mention the good that was done, was unexpected and will not happen in all cases. So yes you have committed some good, but you are far worse off than when you started. I.e. Net negative.

      I'm not trying to downplay the telemarketer's actions of calling the police in this case, but it hardly justifies his business overall.

  5. 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 Anonymous Coward · · Score: 0

      Yes but that cookie would have an ID of -1 or some similar generic number that just indicates not to track. (usually that's how opt-out cookies work, VZ is stupid enough to design a unique opt-out though)

    2. 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.

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

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

  6. This is not a solution. Boycott Verizon. by Anonymous Coward · · Score: 0

    It boggled my mind how fucked we all. Join me in boycotting Verizon and Comcast.

  7. Windows Phone by DogDude · · Score: 0

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

    --
    I don't respond to AC's.
    1. 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.

    2. 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.
    3. 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...

    4. 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

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

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

    6. 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.
    7. 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
    8. 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.

    9. Re:Windows Phone by Anonymous Coward · · Score: 0

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

      Well, to be fair, that would require a major shift in /. culture. But I agree that it would be a very welcome change!

  8. Pot meet Kettel by Anonymous Coward · · Score: 0

    Poision the Pot. Creat a bunch of random UIDs that look like Verizons. Or maybe a site you can goto that will help you set your set of UIDs to everyone elses that visits the site.
    Also what happens if the UID is set to a very long string?
    Could also put abusive messages in it for the asswips that abuse it.

    mmmm Beef Pot Pie!

    1. 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
    2. 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.

    3. 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.)

    4. Re:Pot meet Kettel by Anonymous Coward · · Score: 0

      X-Verizon-UIDH: ';delete from UIDH;go--
      or if you want to be really evil
      X-Verizon-UIDH: ';drop database *;go--

      Basically, the Bobby Tables method.

  9. 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 Anonymous Coward · · Score: 0

      > Can you trust a VPN ?

      Trust them for what?
      Trust them to be better than verizon? Yes
      Because their entire business model is about giving you more privacy than your ISP.

      Trust them to protect you from the NSA? No.
      But what do you expect for $5/month?

    5. Re:VPN. by Anonymous Coward · · Score: 0

      Most of the time if you're paying for it you can trust it. You're not going to be safe from warrants and things like that, but the pay VPNs are making their money from you, not from advertisers.

      What's more, it's trivial to change providers in a way that it's not trivial to change ISPs. If they get caught doing something like that, then they're going to lose a lot more in revenue than they might have gained.

    6. Re:VPN. by Anonymous Coward · · Score: 0

      Total privacy has always been a myth, just like nothing is ever 100% secure.
      There is only a trade-off between what you are willing to pay and what your adversaries are willing to pay.

      If you do it right, you find a "force multiplier" so your $5 protects from say $500 worth of attacks.
      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.

    7. 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.

    8. 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-...

    9. 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.
    10. Re:VPN. by Anonymous Coward · · Score: 0

      Bush may have started it, but Obomber institutionalized it.
      Don't fool yourself into thinking it is about party when it is really about fear and money.

    11. 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.

    12. Re:VPN. by Anonymous Coward · · Score: 0

      Actually, maybe lvl 1 tech can't fix it, but a sysadmin know what he is doing.

      I do it all the time at work. It's a way to snoop on https sessions.

      The difference is that I also control the client machines and can easily make them trust the cert my firewall is presenting them. But even before then with the warning most people would click ok wtv..they did not care.....

    13. Re:VPN. by Anonymous Coward · · Score: 0

      I run an Amazon micro-instance, but you can choose other providers if you want. I'm guaranteed that all advertising and tracking beacons are stripped before being sent over VPN, and that my traffic is encrypted until it hits whatever nasty box the NSA put in Amazon's network.

    14. Re:VPN. by Anonymous Coward · · Score: 0

      Similar here. If I drop the snooping appliance's key into the AD trusted keystore, IE and Chrome users wouldn't know the difference. Firefox will give an alert because it uses its own separate mechanism.

      However, there is a big difference between lawful enforcement of corporate communications versus trying to MITM people's E-mail...

    15. Re:VPN. by Anonymous Coward · · Score: 0

      Your VPS provider could sniff all the packets in and out, no? It would be a bit strange if they did, but they could...

    16. Re:VPN. by Anonymous Coward · · Score: 0

      Read the parent post again. Slowly. It says "Republicrats". Get it now?

      In case you don't, let me be painfully clear: The parent already stated, for anyone actually reading, that it's indeed not about party.

      Meh...

    17. Re:VPN. by Anonymous Coward · · Score: 0

      As long as the other endpoint is not rewriting your traffic or otherwise engaging in MITM attacks, then any random VPN provider is already, by definition, more trusthworthy than Verizon is.

      Besides, VPN providers have a vested interested in being seen as trustworthy, given how trivial it is for their clients to change VPN providers, unlike companies like Verizon and Comcast.

      So, in a nutshell, you have two options (assuming you can't just ditch Verizon and tell them to fuck off):

      1) Use Verizon without a VPN, which implies that not only are your connections likely to be logged, but they are even being actively modified without your consent (imagine if the post office decided to open all letters and re-write them... not creepy or illegal at all) -> using Verizon without VPN _ensures_ you will be MITM'd.

      2) Use Verizon with a random VPN. You still won't be able to ensure that your unencrypted connections aren't being eavesdropped on (as when not using a VPN), but at least it's not very likely for your VPN provider to MITM you (assuming they don't want to lose all their customers in a heartbeat) -> using Verizon with a VPN at least makes it possible to use the Internet without being MITM'd by Verizon.

      TL;DR: In an absolute sense, hard to say. But compared to Verizon? HELL, YEAH!

    18. 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.

    19. Re:VPN. by Anonymous Coward · · Score: 0

      While this may not be a partisan issue, the responses to GP so far suggest that Republicans are more likely to be at a remedial reading level. Try again.

    20. Re:VPN. by Anonymous Coward · · Score: 0

      Gosh, if only I'd abstained from voting! Surely that would've fixed that darn NSA, good of you to finally show up with the solution there ArchMike!

  10. 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
    1. Re:A good Net Neutrality thing for law by Anonymous Coward · · Score: 0

      > 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.

      Seems like a copyright violation to me.

  11. 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.

    2. Re:Chrome add-on? by Anonymous Coward · · Score: 0

      Verizon's side.

  12. TERRIBLE by omfglearntoplay · · Score: 1

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

    1. Re:TERRIBLE by Anonymous Coward · · Score: 0

      Good luck explaining this to enough of the public to make a ripple.

    2. 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.
    3. 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
    4. 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.

  13. 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 Anonymous Coward · · Score: 0

      Thanks for your efforts.

      Did VZW add the super-cookie after you signed the contract?

      Have you attempted to void the contract based on this super-cookie preventing you from browsing the web in a way that you're comfortable?

    4. 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.

    5. 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.

    6. 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"

  14. Somebody please explain by Anonymous Coward · · Score: 0

    why do they feel the need (and claim the right!) to inject extra headers into your traffic in the first place?

    They really ought to just pass on the packets, not do the boneheaded thing and meddle.

    1. 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
  15. On tracking by Anonymous Coward · · Score: 0

    This is so tin hat it should be in a sitcom.

  16. 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.
  17. 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

  18. 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. . . .
  19. 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.

  20. Easier solution by Anonymous Coward · · Score: 0

    I have an better solution--ditch verizon.

  21. 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.)

  22. 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! --
  23. Yeah, simple fix: Don't insert the header. by Anonymous Coward · · Score: 0

    Don't mess with my traffic.

  24. You can make a secure VPN but it doesn't help by Anonymous Coward · · Score: 0

    To get you from one place to another, yes you can trust a VPN if you base it on very large keys such as SSH tunneling with 4K RSA keys, or AES256 TLS tunneling, or something like that. But you'll have to move the keys manually using a physical media rather than shipping them across the net, and you have to set up both ends of the VPN yourself, and all it does is make your traffic enter the shared Internet at a different point.

    So what difference does it make, really?

    Well, OK, if you're a spy or drug dealer it will let you set up a secure tunnel to an associate, but for regular people who just want to look at pr0n without being blackmailed by the NSA, VPNs don't help.

    1. 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.

  25. Yeah, right... by Anonymous Coward · · Score: 0

    Debi Lewis, a Verizon spokeswoman, issued this statement:
    Verizon takes customer privacy seriously and it is a central consideration as we develop new products and services. ...

    Anyone want to tell her that, if Verizon truly does take customer privacy seriously, they wouldn't be in this $hitstorm to begin with?

  26. 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
  27. But .. by Anonymous Coward · · Score: 0

    The misuse IS their buisiness.,

  28. Quote from the article by Anonymous Coward · · Score: 0

    For anyone wondering, and too lazy to RTFA, the proposal is to make the ID string different on each request.

    ""Specifically, Verizon assigns each of its customers a UID, as it does now. But rather than simply inserting the UID into each Web request from the customer, Verizon takes two extra steps for each request. First, it tacks on a random number called a “nonce” to the UID. Second, it scrambles the number based on an encryption algorithm and a password, to make the resulting value look unreadable and random when it is sent out to websites. (The nonce ensures that the encrypted result changes on every request.)""

  29. 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.

  30. Re:A tweak is worse than a fix by Anonymous Coward · · Score: 0

    In this case, where apathy and short news cycles are the strongest barriers to a resolution, so a tweak blocks the fix.

    Designing new ways for them to push boundaries is not a helpful activity.

    "Problem" and "fixing" are not the right metaphors here. "Crime" and "justice" fit better. Translated into that language, "It wouldn't be justice, but hypothetical self-restraint on the criminal's part would still help the victim."

      - no, it wouldn't, because part of being victimized is loss of power, which justice fixes and self-restraint does not.

      - an alternate resolution means there will be no justice.

      - also, "No. That's dumb."

  31. Slate Article Flawed by Anonymous Coward · · Score: 0

    Quoting directly from the Slate article at the URL referenced by /.

    Besides just being creepy, Verizon’s steaming-the-envelope-open approach tends to discourage adoption of privacy-protecting technologies such as end-to-end encryption.

    From what I read on /. and elsewhere (and even in this article's comments threads...), the use of this "supercookie" approach by Verizon seems to have people talking about how to use VPNs and attempting to favor HTTPS-only for web services.

    That doesn't sound like "discouraging" to me...quite the opposite in fact.

    Someone at Slate needs to re-read their own article...just to see how much "sense" there is in everything else they are blathering....

  32. 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.