Slashdot Mirror


Websites Can Detect What Chrome Extensions You've Installed

dsinc writes "A Polish security researcher, Krzysztof Kotowicz, makes an worrisome entry in his blog: with a few lines of Javascript, any web site could list the extensions installed in Chrome (and the other browsers of the Chromium family). Proof of concept is provided here. As there are addons which deal with very personal things like pregnancy or religion, the easiness of access to those very private elements of your life is really troubling." Note: the proof of concept works, so don't click that link if the concept bothers you.

81 of 131 comments (clear)

  1. Well, there it is: by Anonymous Coward · · Score: 4, Funny

    Yet another way that IE is better than Chrome.

    1. Re:Well, there it is: by Centurix · · Score: 1

      That IE can't detect what Chome extensions you have installed? I'm sure given time and the history of IE it probably doesn't need an extension to tell if you're pregnant...

      --
      Task Mangler
    2. Re:Well, there it is: by beaudjangles · · Score: 1

      Panopticlick, I'm sure we're all familiar with this. In summary, sometimes running IE8 or 9 or whatever is the most popular, is the best way to not draw attention to yourself and one of the best ways to blend in. Obviously the full picture is a more complicated than that but it's interesting.

    3. Re:Well, there it is: by WrongSizeGlass · · Score: 4, Funny

      I'm sure given time and the history of IE it probably doesn't need an extension to tell if you're pregnant...

      An extension is still going to be required to get someone pregnant.

    4. Re:Well, there it is: by Anonymous Coward · · Score: 4, Funny

      Some would suggest that if you're using IE you're already screwed

    5. Re:Well, there it is: by Anonymous Coward · · Score: 2, Funny

      Some would suggest that if you're using IE you're already screwed

      Ahh.. but that type of screwing can't get you pregnant.

    6. Re:Well, there it is: by youn · · Score: 1

      Some would suggest that if you're using IE you're already screwed

      Ahh.. but that type of screwing can't get you pregnant.

      who knows... imagine a woman is using a period tracking extension and the person is mislead to think she won't get pregnant

      --
      Never antropomorphize computers, they do not like that :p
    7. Re:Well, there it is: by hairyfeet · · Score: 4, Insightful

      Cute but this is a REALLY bad thing as if this gets out websites could use this to detect ABP and block content until you allow them to spam you with ads. Personally and considering how many pieces of malware comes from ads a website has to PROVE they are worthy of showing me ads before I allow them. If you wish to be given an ABP exception you should have to have an appeal on your site where you explain what makes your advertising trustworthy, explain what ads are and are not allowed and if you state a good case i'll be happy to add an exception and i'm sure many others will as well.

      Lets face it guys, we really wouldn't need extensions like ABP if the ad companies hadn't turned into giant douchebags. can't infect a system with a plain text ad, but the companies wanted more "attention grabbing" ads so we have what we have now where you pretty much HAVE to use an adblocker just to surf the web with your sanity intact. Try spending an hour surfing the web with a browser with ZERO adblocking like QTWeb portable and see just how bad its gotten, its just amazing how much shit they throw up on the screen nowadays. We've ended up in a war with the advertisers who want to snatch your sound and wave their dicks in your face and guys like in TFA showing sites how to make sure you get Gostse'd by the advertisers is SO not good.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    8. Re:Well, there it is: by grolschie · · Score: 1

      ... I'm sure given time and the history of IE it probably doesn't need an extension to tell if you're pregnant...

      It wouldn't be so hard to detect web searches for recipes where dirt is the primary ingredient. ;-)

    9. Re:Well, there it is: by sdnoob · · Score: 2

      Try spending an hour surfing the web with a browser with ZERO adblocking

      i end up on an adblock-free browser for at least that long every week. it's horrible how much crap there is and just how much it slows down your browsing. so many trackers, so many ads, so many beacons & cookies, so many scripts... from so many third-party domains... so much slower, less responsive, harder to navigate, harder to read, plus much less secure and much more invasive.. the internet just fucking sucks without adblock + noscript. i just can't believe so many idiots sit on sites like facebook all day and put up with that shit (when they don't have to)

      every time i get stuck on a pc like that i can't wait to get back to the sanity of my own firefox + adblock (+ noscript and a few other essential addons). if i can't browse a site *my way* (no scripts, no flash, no beacons, no ads) i simply go elsewhere, perhaps to a more welcoming competitor's site (and that offending site is never thought of again..)

    10. Re:Well, there it is: by datavirtue · · Score: 1

      Dude, you really have that problem? I only go to slashdot and Google, if something is flushed with ads I just leave.

      --
      I object to power without constructive purpose. --Spock
    11. Re:Well, there it is: by hairyfeet · · Score: 1

      Painful isn't it? I swear i have 12mbps cable and when I have to use IE on a customer's PC its like going back to dialup, its just sooooooo slow. As I found out with QTWeb it isn't IE's fault either, its as you say and so damned many third parties being called that just drag the whole thing down. That is why as a service to my customers the first thing I do is install a browser with ABP, first it was FF, now The Dragon, but in either case compared to running without adblock its like a breath of fresh air. I don't really worry about scripts though as I've found that NS tends to me more trouble than its worth, where you have to reload a page a dozen times trying to guess which script will let the content you want work whereas with Comodo SecureDNS built into the browser any nasty scripts get shut down by comodo and between that and ABP killing the ads i'm a happy camper.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    12. Re:Well, there it is: by bartoku · · Score: 1

      What kind of sites are you guys browsing? I have never run an adblocker in my life, I use Firefox, I really have little to no complaints.

      Just like SPAM, illicit drugs, and NYSNC, I blame stupid consumers for their creation.
      Someone is trying to buy V1agra, snort something, and listen to pop music.
      If obnoxious advertisements did not work we would not see them.

  2. Only a partial list by ThunderBird89 · · Score: 4, Interesting

    The proof-of-concept listed only four out of my ten enabled extensions. Among those left out were Google Calendar, UA Spoofer, and Pastebin, among others. I'd say this 'exploit', if we can call it that, has a long way to go...

    --
    Hyperbole: I use it liberally!
    1. Re:Only a partial list by Intropy · · Score: 4, Informative

      It got one of four for me. And the one it got was adblock which would be very easy to detect.

    2. Re:Only a partial list by Anonymous Coward · · Score: 5, Informative

      The way this works is by looking for specific plugins (acessing the manifest.json in the of the extension with the plugin-id). He won't just find every plugin installed, but only the ones he is looking for. On his page he also links to some other site and they have a similar thing working for firefox.

    3. Re:Only a partial list by fortunato · · Score: 2

      Same here. It detected only Adblock, for me, of all my addons.

    4. Re:Only a partial list by cheater512 · · Score: 4, Informative

      Its not a 'dump every extension' exploit. It has to check for each one specifically based on a list.
      Your extensions simply aren't on the list.

    5. Re:Only a partial list by Giorgio+Maone · · Score: 5, Informative
      Two tiny corrections:
      1. He will find all your installed extensions among the ones he's looking for, because every Chrome extension have a manifest.json file. This means that he just needs to crawl https://chrome.google.com/webstore/category/extensions for GUIDs of all the installable extensions, and he can detect your full extensions list.
      2. There's no such a generic detection method for Firefox extensions. You can detect some (e.g. adblockers) by testing for their specific behavior and effects on web pages (e.g. how some DOM elements have been removed/hidden/inserted), but you can't develop a catch-all detection script, because Firefox extensions are generally undetectable.
      --
      There's a browser safer than Firefox, it is Firefox, with NoScript
    6. Re:Only a partial list by Anonymous Coward · · Score: 1

      It has a list of extensions to check for. The exploit lets you check for the presence of any extension if you know the extension ID.
      That's slightly less convenient than just getting a list, but it's not that hard to get a nearly complete list of extension IDs.
      I'd say this exploit is about as exploitable as an extension listing exploit is going to get.

    7. Re:Only a partial list by Anonymous Coward · · Score: 5, Insightful

      The detector works by injecting SCRIPT elements referring to chrome-extension://[id]/manifest.json. It checks if this works for several popular extension ids. Common sense would dictate that it should be impossible to load chrome-extension: resources from http: contexts but I checked in a recent Chromium build and the browser just loads the resource. Chromium must be programmed by interns.

    8. Re:Only a partial list by Dan541 · · Score: 5, Interesting

      It lists zero for me because ScriptNo blocks it.

      If I allow scripting it detects LastPass, Ghostery and ScriptNo.

      --
      An SQL query goes to a bar, walks up to a table and asks, "Mind if I join you?"
    9. Re:Only a partial list by Anonymous Coward · · Score: 5, Informative

      All the extensions contained in the chrome extension hub as recent as his last crawl of the entire website, sure. But no, he will not be able to detect all the extensions because you don't need to install extensions through the extension hub.

    10. Re:Only a partial list by wvmarle · · Score: 2, Insightful

      AC before you explained how there is actually a dump-all function. The proof-of-concept just doesn't check for all existing plug-ins. Besides, the detection of even a few plug-ins other than via their external behaviour (e.g. not loading ads like ABP does) is bad enough.

    11. Re:Only a partial list by Anonymous Coward · · Score: 5, Informative

      He will find all your installed extensions... that use manifest_version 1.

      "Resources inside of packages using manifest_version 2 or above are blocked by default, and must be whitelisted for use via this property."

      "Consider manifest version 1 deprecated as of Chrome 18. Version 2 is not yet required, but we will, at some point in the not-too-distant future, stop supporting packages using deprecated manifest versions. Extensions, applications, and themes that aren't ready to make the jump to the new manifest version in Chrome 18 can either explicitly specify version 1, or leave the key off entirely."

      https://code.google.com/chrome/extensions/trunk/manifest.html#web_accessible_resources

    12. Re:Only a partial list by realityimpaired · · Score: 1

      Ditto. It missed NoHistory and Social Fixer.

    13. Re:Only a partial list by FireFury03 · · Score: 4, Funny

      The proof-of-concept listed only four out of my ten enabled extensions. Among those left out were Google Calendar, UA Spoofer, and Pastebin, among others. I'd say this 'exploit', if we can call it that, has a long way to go...

      That's because you only saw the first part of the exploit.

      The full exploit procedure is this:
      1. Direct someone at a website that lists a few of their installed extensions.
      2. Scan slashdot to find that person moaning about how crap the exploit is and look at the "missed" extensions they list in their comment.
      3. Combine the results of (1) and (2) to acquire a complete list of installed extensions for that person.

    14. Re:Only a partial list by Anonymous Coward · · Score: 1

      That would be all of them for a while yet, as Chrome 18 is still in beta, and

      Setting manifest_version 2 in Chrome 17 or lower is not recommended. If your extension needs to work in older versions of Chrome, stick with version 1 for the moment. We'll give you ample warning before version 1 stops working.

    15. Re:Only a partial list by Giorgio+Maone · · Score: 2

      You might be interested in this: http://noscript.net/misc/scriptno-detector/

      --
      There's a browser safer than Firefox, it is Firefox, with NoScript
    16. Re:Only a partial list by The+Infamous+Grimace · · Score: 1

      It missed AdBlock but found Ghostery for me.

      --
      Ignorance and prejudice and fear
      Walk hand in hand
    17. Re:Only a partial list by SteveFoerster · · Score: 1

      Perhaps this was a social engineering trick to get people like you all to publicly list all your extensions. ;-)

      --
      Space game using normal deck of cards: http://BattleCards.org
    18. Re:Only a partial list by SadButTrue · · Score: 1

      I got this:

      [*] Detected addon: AdBlock (gighmmpiobklfepjocnamgkkbiglidom)
      [*] Detected addon: TinEye Reverse Image Search (haebnnbpedcbhciplfhjjkbafijpncjl)
      [*] Detected addon: Scientific Calculator (npoipmeppdioagbkigdlnpmjphnolaog)
      [*] Detected addon: Personal Blocklist (by Google) (nolijncfnkgaikbjbdaogikpmpbdcdef)
      [*] Detected addon: YoWindow Weather (fanogbnclpilemkifpjeglokomebpnef)

      It missed Backspace As Back for linux, Kill Flash and Keep my Opt-Outs. Oddly, I don't feel violated. I had always, incorrectly it seems, assumed that a web app could request a list of available plugins.

      --
      grape - the GNU free, open source rape
    19. Re:Only a partial list by fafaforza · · Score: 4, Funny

      Don't you realize? The actual exploit is in getting people to comment and list all the extensions that were missed, getting the list from the source.

    20. Re:Only a partial list by Tacvek · · Score: 1

      A website can request a list a available NPAPI (i.e. Netscape-style) plugins, however they cannot directly request other browser add-ons like active-x controls, or extensions.

      As an aside:
      Not being able to enumerate Active-x controls is a very good thing, since that would imply either listing every COM object installed on the system, (which effectively includes a list of all major applications installed on your system), or it would require that IE attempt to load each of them that implements the IObjectSafety interface, since those objects need to be asked if they are safe for initialization and scripting. The latter option would be terribly slow.

      --
      Stylish sheet to fix many problems in Slashdot's D3: https://gist.github.com/801524
    21. Re:Only a partial list by number11 · · Score: 3

      On my Comodo Dragon (Chromium), detected ABP, Ghostory, and EditThisCookie. Missed 5 others. I'd say as "proof of concept" it works, presumably the site doesn't test for every conceivable extension.

    22. Re:Only a partial list by andy16666 · · Score: 1

      It got one out of five for me, and that one was google translate, (which also would be easy to detect.)

    23. Re:Only a partial list by iiiears · · Score: 1

      "Chromium must be programmed by Advertisers." /ftfy

      --
      15TW = 15,000 Nuclear Reactors. (Approx. one accident a month.)
    24. Re:Only a partial list by Dan541 · · Score: 1

      Wow, good way to burn the competition.

      --
      An SQL query goes to a bar, walks up to a table and asks, "Mind if I join you?"
    25. Re:Only a partial list by Anonymous Coward · · Score: 1

      FWIW, the reason Chrome originally allowed this is because it is common for script injected into web pages to want to refer to resources (like images, stylesheets, etc) packaged as part of the extension.

      There is no reason this is directly a security issue because the same-origin policy applies to extensions exactly the same way it does to web sites. Additionally, as an extra security measure we restrict extension pages from accessing additional privileges except when they are run in special blessed subprocesses. Extension pages that are run, for example, in iframes within an http page would not be in such a process, so would have no extra privileges.

      However, as a defense-in-depth measure we recently decided to allow extension developers to specify a whitelist of resources which are intended to be accessed from the web (web_accessible_resources). Overtime, we will be migrating this from being optional to being required.

    26. Re:Only a partial list by Tooke · · Score: 1

      4. Profit!!

      --
      Anybody want a peanut?
  3. Websites can discriminate against Adblock users by satuon · · Score: 5, Interesting

    This can be used in a much more mundane way - a website can check if you have Adblock installed, and it can refuse to display its content to you then unless you uninstall it.

    1. Re:Websites can discriminate against Adblock users by wmbetts · · Score: 5, Interesting

      Why is that a problem? Its your right to refuse to load content on to your computer and it's their right to refuse to show you their content. Kinda like the old antispam saying "my server my rules."

      --
      "Ubuntu" -- an African word, meaning "Slackware is too hard for me". - stolen from Dan C alt.os.linux.slackware
    2. Re:Websites can discriminate against Adblock users by Anonymous Coward · · Score: 1

      And you can't get around it by using Incognito mode. Incognito mode automatically disables every Chrome extension and is how I usually check to see if an extension is misbehaving on a specific site. This Chrome extension revealing method isn't affected by Incognito mode and reveals extensions even when they're all disabled.

      You have to go into the Chrome Extensions manager and manually disable each extension if you don't want the website to detect it.

    3. Re:Websites can discriminate against Adblock users by Omnifarious · · Score: 1

      The grandparent stated a fact. He or she did not say it was a problem, just that it was true.

    4. Re:Websites can discriminate against Adblock users by Anonymous Coward · · Score: 4, Insightful

      Why is that a problem? Its your right to refuse to load content on to your computer and it's their right to refuse to show you their content. Kinda like the old antispam saying "my server my rules."

      And its your right to make it hard to see whether you're blocking and it's their right to make their ads hard to block. So if you want to see the content without the ads then it's a problem for you if you can't, just as if they don't want you to see the ads without the content then it's a problem for them if you can.

      The fact that someone has a right to do something is pretty much completely unrelated to whether their doing it presents a problem. It's my right to buy the last roll of toilet paper in the shop but if you've run out then that can be a problem for you if I do.

    5. Re:Websites can discriminate against Adblock users by FudRucker · · Score: 4, Funny

      I block adds by placing "sticky notes" in strategic locations on my monitor, detect that!

      --
      Politics is Treachery, Religion is Brainwashing
    6. Re:Websites can discriminate against Adblock users by negge · · Score: 1

      I have seen this behavior once on a blog. After loading the page it redirected to another page (aka. not just a pop-over) telling me I need to disable Adblock Plus if I want to read the blog post. Unfortunately I can't seem to find it at the moment.

    7. Re:Websites can discriminate against Adblock users by msobkow · · Score: 1

      Clue: They've been doing this without this "exploit."

      Personally I don't see why this would be an issue. Doesn't it make sense for a web server to detect the client's plugins, addons, configurations, and to adapt the presentation HTML and XML accordingly?

      i.e. How is this any different from detecting Flash? Or Java? Or whether cookies are enabled?

      Where is the RISK from knowing what extensions you have installed if they're properly configured?

      This reminds me of the panic people have when they first go to a test website that reports on the browser, browser version, OS, IP number, etc. for a client -- all information that is necessary for the web client/browser to function at all. Only the truly security ignorant would panic over this.

      --
      I do not fail; I succeed at finding out what does not work.
    8. Re:Websites can discriminate against Adblock users by alexgieg · · Score: 1

      This can be used in a much more mundane way - a website can check if you have Adblock installed, and it can refuse to display its content to you then unless you uninstall it.

      True enough, as I remember finding one site, once, years ago, that did this. In fact, it's actually easy to do in JavaScript: search the page for the relevant elements and do something upon not finding them. But it seems the absolute majority of sites out there just don't think it's worth the effort. Adblocking users are such a minority that the cost of implementing anti-adblocking measures, and keeping them updated in the ensuing arms race, is more than the expected return on investment, as adblockers are very poor adclickers anyway. Not bothering is both easier and more profitable.

      Any similarity with the argument that piracy is not worth fighting against isn't mere coincidence.

      --
      Conservatism: (n.) love of the existing evils. Liberalism: (n.) desire to substitute new evils for the existing ones.
    9. Re:Websites can discriminate against Adblock users by julesh · · Score: 1

      He said "Websites can discriminate against Adblock users" which is written in a pretty negative way. Stop defending him when he's obviously stating it like it is a problem.

      The word "discriminate" has a technical meaning which is simply "behave differently in each of two different cases". You appear to be assuming its common meaning is the one intended, but that was probably not the case.

  4. What year is it? by Frosty+Piss · · Score: 1

    Wow. Browser sniffing. What year is it?

    --
    If you want news from today, you have to come back tomorrow.
  5. The hack doesn't work for me. by Kickasso · · Score: 2

    Doesn't list anything, even if I enable Javascript for its site in NotScripts (yet another reason to install this little lifesaver).

  6. Re:This is what happens when you trust Google. by cheater512 · · Score: 1

    Erm...how is that related in the slightest?

    If they wanted this to happen, it would have been made an awful lot easier to do.

  7. This is amazing by 93+Escort+Wagon · · Score: 4, Funny

    So let me get this straight - I can click on that link right now in Firefox and it's going to tell me what Chrome extensions I have installed? Unbelievable!

    --
    #DeleteChrome
    1. Re:This is amazing by wvmarle · · Score: 2

      Indeed, I just tried the script in Firefox and it worked 100% correct!

      It detected no Chrome extensions, which is correct as I don't even have Chrome installed, let alone any of its extensions.

    2. Re:This is amazing by bytesex · · Score: 1, Insightful

      I tried Chrome the other day for the first time, and I was not impressed. All those things that I'd come to expect from using Firefox in Linux - flash not (immediately) working, websites gratuitously opening new windows in the background, and not a single way to make sure you have a menu or even a 'quit' button - I felt quite unsafe and not-in-control. Every now and then I come into contact with a computing experience the way the rest of the world expects it, and I find it most unpleasant.

      --
      Religion is what happens when nature strikes and groupthink goes wrong.
    3. Re:This is amazing by The+MAZZTer · · Score: 1

      Sorry you don't like Chrome... I think you'll find the popup problem is probably isolated to a handful of shady sites (I have no such problems myself) and closing all windows effectively quits Chrome anyway. Not sure what Flash is about, it worked out of the box for me.

      Chrome has a very good sandbox model though, and they do a ton of tricks to try and keep it running fast. There's also a built in JS-whitelist functionality I call "NoScript Lite" which works pretty well. Plus you have nice sandboxed extensions, unlike Firefox where extensions get free run of the browser or even the system. You might want to keep trying Chrome for a bit, it may still grow on you. :) I jumped to Chrome 0.1 from a very slow Firefox 3 and never looked back, even with the massive lack of features at the time.

  8. Re:Didn't get any of mine by KorrodeAU · · Score: 1

    ...and I use Chromium, but I don't have any extensions :> (yes yes i realise that's beside the point ;p)

  9. Take Google's good and do away with their bad. by KorrodeAU · · Score: 1

    Guess someone should really post this on the SRWare Iron's forums/mailing list (and other privacy-centered Chromium based browers) so they can disable the functionality in their builds...

  10. Isn't this expected behavior? by Squirmy+McPhee · · Score: 1

    This "exploit" looks more like begging the question to me. As far as I can remember, every single Chrome extension I have installed warned me that it might share data with the websites I visit before I installed it. It stands to reason that if an extension can share data with a website, that website can detect the extension, does it not?

    I'm not saying that it's ideal behavior, only that it seems to me that Chrome users have already been warned about it by Google itself. If you don't like the behavior, you have quite a few options: Remove the extension, disable it, go incognito when you don't want your extensions detected, or simply use another browser come immediately to mind.

    1. Re:Isn't this expected behavior? by Squirmy+McPhee · · Score: 3, Interesting

      If you don't like the behavior, you have quite a few options: Remove the extension, disable it, go incognito when you don't want your extensions detected, or simply use another browser

      Hmm ... it seems I may have been a little too quick. When I visit the site running the extension-detection script in icognito mode, it is still able to detect my extensions. Now I wonder if disabling is even effective.

      That said, I don't really think there's anything anybody can learn about me from the extensions I have installed -- at least, not anything that I wouldn't tell a total stranger. Since there are few extensions that don't interact with at least one website, I think that's a good policy to follow even if you're a Firefox user.

    2. Re:Isn't this expected behavior? by truedfx · · Score: 2

      No, that's not expected behaviour. Extensions can share information with websites, but if they don't, websites should not be able to get anything.

    3. Re:Isn't this expected behavior? by wisnoskij · · Score: 1

      Their has actually been some research in this area. your extensions can often create a unique identifier allowing sites to track you.

      --
      Troll is not a replacement for I disagree.
  11. Aehm (Re:The hack doesn't work for me.) by Giorgio+Maone · · Score: 2
    Ouch: http://noscript.net/misc/notscripts-detector.html

    Disclaimer: the original (and only) NoScript can be detected as well, but at least you couldn't be notified by a JavaScript alert() box on a page where JavaScript isn't supposed to run ;)

    --
    There's a browser safer than Firefox, it is Firefox, with NoScript
    1. Re:Aehm (Re:The hack doesn't work for me.) by Kickasso · · Score: 1

      Oh well. Back to the built-in JS blocker, then. Or rather use both built-in blocker and NotScript together.

  12. Re:No Javascript -- no problem by aix+tom · · Score: 3, Interesting

    And don't get me started on that useless enterprise-y software which thinks it needs to be "browser based".

    For example: We now run multiple client based software packages for different tasks in our company. They can be configured to interact any way we choose. (for example a document from content management can be opened INSIDE the point of sale software, so that people at the cash register can view documents pertaining to the customer currently in transaction, so that they can for example pull up the letter the customer claimed to have sent last week to your central office.

    When about a decade ago "web based" solution started to happen at first we thought "oh, cool, stuff like that will get easier because sooner or later all calls like that can be done via HTTP and URLs. In our own client applications we now use HTTP a lot to request data from other systems in the background. Protocol wise it's a really nice thing.

    But putting the *FRONTEND* of an enterprise application into the browser is pretty messed up, since most of the time you need a lot of integration between different system on the user side, and that is pretty much forbidden by the browser security model.

    What I think is *really* needed for HTML5 Enterprise "GUIs" to work is a separate HTML/CSS/JavaScript display application for "trusted apps" that can interact freely with everything and a "web browser" for the public Internet. Or some way to tell a browser that THIS signed "application" is allowed to talk to THAT signed "application" even with cross-site scripting.

  13. Looking behind the curtain by codeToDiscovery · · Score: 1

    A lot of extensions request access to your browser's X, Y, & Z... and sometimes your entire file system (???) But since we (the user/s) wants to use the provided functionality in the extension, we all click "OK". Just from reading those notifications, it is still unclear WHY the extension needs those access permissions, or WHAT the extension might be doing with said access. How can we know/understand more about this process? Where is the source path of the extension & should we just be looking at the source code (assuming dev experience)?

  14. Old News by wisnoskij · · Score: 1

    /. has at least one article, last year I think, that mentioned this fact already.

    This is not a secret and a moderately well known fact.

    --
    Troll is not a replacement for I disagree.
  15. Chrome Google vs. Privacy by markdavis · · Score: 2, Insightful

    People who use typically choose Chrome (the Google Browser) don't strike me as people who are all THAT concerned about their privacy. It might be a nice browser, but it is closed-source, and heavy into the "Google way" (which to me means to share all your information with Google).

    At least with Chromium, people can see what is going on inside...

    1. Re:Chrome Google vs. Privacy by MidGe · · Score: 1

      Chromium has bizarre behavior as well.

      With everything that could even be remotely related to Google turned off and cleared in chromium, the browser connects to Google Plus of its own volition, opening a port in the ephemeral group of ports and keeping the connection alive! It is doing this with no activity whatsoever following invocation of the program with a blank home page. What is worse, and by all appearances could be construed as intentionally surrepticious behaviour and perhaps malevolent, it does this only after a certain amount of time has elapsed following the start of the program, and again, with no further activity on my part, simply having the browser opened on the page that says "For quick access, place your bookmarks here...", with hands off the computer and nothing else running on the workstation.

    2. Re:Chrome Google vs. Privacy by markdavis · · Score: 1

      Somebody should mod your posting +1 Informative.

      I try to tell people stuff like this, but it seems either nobody believes me, or nobody cares. It seems this is the world we live in now regarding privacy issues- ignorance, denial, or apathy.

    3. Re:Chrome Google vs. Privacy by MidGe · · Score: 1

      Indeed, I have tried submitting a post here on slashdot and have posted elsewhere including on chromium site.

      It seems that there is little interest in security and privacy.

      It is however a great concern of mine. I guess I go against the grain. :) I posted on this thread knowing that it was only remotely related to the topic in the hope that someone would see it and that it would not affect my karma.

  16. Re:This is what happens when you trust Google. by Goaway · · Score: 1

    And that's why they already updated the plugin system to avoid this exploit, then, is it?

  17. It Doesn't See My Extensions by Zamphatta · · Score: 1

    I think somebody jumped the gun here, 'cause I'm using Chrome 17.0.963.79 on Ubuntu 11.10, and that "proof of concept" link didn't list any of my extensions.

    1. Re:It Doesn't See My Extensions by Zamphatta · · Score: 1

      Are you running Chrome on Ubuntu? People I know using Windows, had the page show a list of some of their extensions. Me & another Ubuntu user, didn't have the security issue. So I'm thinking there's something in the Windows part of Chrome's code, that allows for the breach. Although, I do realize it could be that the site wasn't lookin' for our specific extensions... I do have the delicious extension and I think that's a popular enough one for the site to check for it's existence.

  18. Proof of Concept only kinda works by hamalnamal · · Score: 2

    It only detected half of the plugins I have installed.....

  19. Re:Rubbish by Chrisq · · Score: 1

    Yes sure, Since it was searching by ID I can understand why it did not get some of my extensions (unusual ones like gpgAuth) , but it also said I was using Website Blocker (Beta), which I am not.

  20. What if you block Javascript? by gelfling · · Score: 1

    Since that's my first and foremost extension for everything at all times.

  21. Re:Rubbish by ElKry · · Score: 1

    Which probably means that one of your extensions has an ID collision with Website Blocker (Beta). It would be interesting to find out which one it is.

  22. The good news by JimmerSD · · Score: 1

    The proof of concept proves that you are okay if you have disabled JavaScript by default.

  23. Another PoC of this by JackyBrown · · Score: 1

    huh!
    Last 3 months I developed my tiny web-coding sandboxie, and it was my first work:

    http://www.browserleaks.com/chrome

    Same idea, but it more visual demo, cos it uses apps icons detection.
    By some reason I didn't try to use manifest, and write huge parser to collect 10k db... :)