Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Bug Businesses Communications Google Security The Internet

Google Solves Sharing Bug In Google Docs 69

RichardDeVries writes "Three weeks ago, I contacted Google about a bug in Google Docs that shared documents without permission. The issue has been resolved and affected documents have had their collaborators removed. The documents' owners have been notified: 'To help remedy this issue, we have used an automated process to remove collaborators and viewers from the documents that we identified as being affected. Since the impacted documents are now accessible only to you, you will need to re-share the documents manually.' See my journal entry for details on my contact with Google. Although I think Google handled the issue admirably, this raises questions (again) about cloud computing, as well as Google's eternal beta-status for a lot of their services."
This discussion has been archived. No new comments can be posted.

Google Solves Sharing Bug In Google Docs

Comments Filter:
  • by syousef ( 465911 ) on Saturday March 07, 2009 @03:18PM (#27106301) Journal

    Prime reason to avoid online office suites and the like. Another good reason is that even these days Internet access is not a given 24x7 every place you want to be.

    • Re: (Score:1, Insightful)

      by Anonymous Coward

      Who did you give a HJ to in order to get a response out of google?

    • Re: (Score:3, Interesting)

      I don't see what the big deal is. You can download your document and have it online so there is no way you can be without it.

      This little bug is nothing compared to all the crap we've had to go through with MS Office security issues.

      Of course using google docs requires common sense. Like don't keep a documented list of your credit card details on it but it's not wise to do that on your desktop either.
      • by Anonymous Coward on Saturday March 07, 2009 @03:49PM (#27106487)

        The big deal is getting a response out of google. It's akin to praying at the Wailing Wall and having God come on down to buy you a Manischewitz.

        Man-O-Manischewitz What a Wine!

      • It's facebook too (Score:3, Interesting)

        by rs79 ( 71822 )

        Similar bug is in FB. Grant an app perms; delete some friends, the app still has write perms on you when your delteted friends do something. As a programmer I'm making a wild guess it's grabbing your friends list when you sign up, not when you run it.

        I suppose it's more of a "practices" thing than a "bug in facebook". But envision some scenario with, uh, you can figure it out.

        • by batkiwi ( 137781 )

          Were facebook actually DESIGNED instead of "oh shit, people showed up, what now?" evolved, this would not be a problem.

          Instead of apps getting access to your data, they should get event notification ability + write access to your wall.

          So you subscribe to the "Friend used this app" event, and facebook notifies that app that someone launched it, and they take action.

          Take it a step further, give them an identity key which changes per event, with rescripting.

          So your friend (bob) does X. FB notifies the plugin

      • by nxtw ( 866177 )

        This little bug is nothing compared to all the crap we've had to go through with MS Office security issues.

        MS Office is not the only offline office suite. No desktop application (including MS Office) I've used has shared my documents with other people on the Internet without my permission.

        • The simply don't keep it online and download it.

          MS will copy Google and do the same thing. Then you'll get the best of both worlds; sharing concerns and security flaws.
      • by NateTech ( 50881 )

        That's what we all said about the first small Microsoft bugs too. Word 4 only had a few annoying little bugs. LOL!

    • Besides accessability and glitches, you really shouldn't give anything secretive to a 3rd party to control and store anyway. Anyone who got some private information accidentally shared by this glitch definitely deserves it.
    • by stesch ( 12896 ) on Saturday March 07, 2009 @04:32PM (#27106739) Homepage
      People don't care. Really. There was a worm a few years ago that sent office documents to random e-mail addresses. I received an Excel price list from a bike shop. A co-worker some Word documents from a doctor. People don't care. They continue to use this kind of software and putting documents on Google's site isn't less secure than what they are doing right now.
  • by ddrueding80 ( 1091191 ) * on Saturday March 07, 2009 @03:19PM (#27106303)
    It seems Google treats their beta products better than most treat their production stuff. Fitting, considering Google has more users of their beta stuff than other companies have paying users.
  • It took them 3 weeks (Score:1, Interesting)

    by Anonymous Coward

    ...to understand what you meant when you reported had a bug in Google Docs.

  • Well (Score:5, Insightful)

    by mysidia ( 191772 ) on Saturday March 07, 2009 @03:23PM (#27106329)

    It raises more immediate questions about SAAS, which Google docs is, not cloud computing. (Google docs is software as a service, not a cloud computing service like Amazon ec2.) Someone else's custom app can have a bug, and leak your data.

    So can your provider's closed-source proprietary cloud computing applications, user provisioning, storage, etc.

    If, however, the provider uses an open-source hypervisor (like KVM), and open-source provisioning, management tools, and scripts (so the wrong user isn't given access to your storage), cloud computing should be much more secure than a SAAS platform like Google docs.

    But yes, it does raise some question about services like ec2, because they're fairly opaque and using proprietary software, how can you possibly prove that their provisioning system is secure (in that YOUR elastic block store can't accidentally be provisioned onto someone else's ec instance)?

    One possibility is to use full-drive encryption on all your volumes, and require interaction with custom software on your side to boot your instances.

    • how can you possibly prove that their provisioning system is secure

      You can't; nobody can. "Prove" and "secure" in the same sentence is almost guaranteed nonsense. If you'd like, I can recommend some books that can teach you basic security concepts.

      • I suggest you hit those books, because provable security is not only possible, it is expected in many contexts.

        • Re: (Score:2, Insightful)

          by maxume ( 22995 )

          So what's wrong with the wikipedia article:

          http://en.wikipedia.org/wiki/Provable_security [wikipedia.org]

          Quoting:

          Part of the problem stems from the fact that it can be misleading to non-practitioners, since security is not being proved; only a reduction from security to some other unproven assumptions.

          According to that, provable security doesn't mean that anything has been proven to be secure.

          • by mysidia ( 191772 )

            The article is accurate; provable security is about proving that algorithms are secure when certain assumptions hold true.

            It's not a proof of correctness of computer software.

            Validation and testing of software is another matter.

            But when software is closed source, it is very difficult to see what algorithms and protocols are used throughout the system, let alone apply other methods (like testing) and more importantly code-auditing, to validate the software.

            Provable security is about being able to an

            • by maxume ( 22995 )

              Sure, I assumed it was moderately reliable, but in the event that the article is correct, my parent poster is some combination of confused, deliberately obfuscatory and bizarrely narrow in his interpretation of the grandparent (who was alluding to the fact that security becomes rather Rumsfeldian, not looking to quibble over jargon).

  • by ozric99 ( 162412 ) on Saturday March 07, 2009 @03:25PM (#27106347) Journal
    Although I think Google handled the issue admirably, this raises questions (again) about cloud computing, as well as Google's eternal beta-status for a lot of their services.

    Really? I don't use Google Apps but I don't think the act of fixing a bug in any way raises questions about the overall concept any more than Microsoft fixing a bug in Sharepoint would raise questions about closed source Windows services, or fixing a bug in KnowledgeTree would raise questions about similar open source services.

    Software application has bug; bug gets fixed. Jesus people, why is this different from any other similar bug being fixed? Oh, it's Google, better get blogging.. Gotta get those ad impressions up.
    • by nametaken ( 610866 ) on Saturday March 07, 2009 @03:27PM (#27106363)

      When there's a bug in my internal doc collab and versioning service, it isn't exposed to the entire world.

      I think that's the question raised.

      • by Firehed ( 942385 ) on Saturday March 07, 2009 @04:20PM (#27106667) Homepage

        Well let's say that you're using SharePoint internally, and there's a bug in it. It's not exposed to the entire world, but it IS exposed to the entire organization (which can be just as bad, depending on the bug). More importantly, it's on a hundred thousand different sysadmins to patch said bug on their own MOSS installations, rather than a SAAS company patching it once and having the bug fixed for everyone.

        Imagine for a moment if IE was somehow SAAS instead of a desktop app. That would mean that IE6 would NO LONGER EXIST, and that everyone would have an up-to-date version of IE7. And as soon as IE8 comes out of beta, IE7 will also die - instantly, worldwide - and then web developers everywhere will rejoice.

        Obviously that simply doesn't work for a web browser (well, it could, but not as it's done now - and it's obviously not the most practical approach), but for all of the problems that SAAS can bring, it also solves a tremendous number of other issues. For something where security is priority number one, it's often not the best choice, but you can't beat it for keeping things up to date. And when you're dealing with closed-source software, that's already beyond your control so you might as well reap the benefits of the instant updates.

        • I get the impression you thought I was grousing about people using SAAS. In fact we use SAAS for some applications at work, as a direct result of my recommendation. Salesforce.com, et at.

          I was simply pointing out that there ARE questions to consider when it comes to internally hosted vs. SAAS apps, and there's nothing silly about asking them. Sensitivity of your information and relative exposure are certainly a couple of the questions everyone should answer before choosing.

          • The other major factor that should be considered, is that companies like Google, Salesforce, Intuit, and many of the other companies out there have lots of money and human resources dedicated to keeping your stuff safe.

            Hosting internally typically relies on fewer people with smaller skillsets and a smaller budget. Your security is often (in some way) a result of obscurity.

      • by SnowZero ( 92219 )

        RTFJ, these documents were not shared with the entire world, just people that other selected documents had already been shared with. So, if you selected N documents, and added one user "bob", instead of adding only "bob" to all the docs, it would instead share all N docs with the union of all people the N docs were shared with + "bob".

        Yes it's a bug, but it's the kind of bug that could happen in any sharing system (unexpected UI behavior leading to wider sharing than intended / not some exploitable securit

  • My god, every time someone comes up with a solution in IT, we have this built in expectation that everyone should fall on board. Cloud computing is just the latest. Are we to now upgrade every system to use the "cloud". Are we to do web applications for everything? This isn't an engineering profession, its a fashion one. We're not like Mr. Spock from Star Trek. We're like the guy on America's Next Fashion Designer.

    • ...so it could be argued that it is exactly true: If something is engineered as a web application, it is precisely because resources and staff were allocated by management for it to be built?

    • by whoop ( 194 )

      This is Slashdot, home of TCBOO, there can be only one. For every one person that says "Hmm, this could be useful for me," cue a hundred others, "Don't trust X, they are evil!! Just set up a Linux box, install A-J packages, configure them, secure them, tweak them, and voila, it's about as good and The Man doesn't have ahold of your nuts."

    • Don't worry, these things invariably fail to live up to the hype.

      Look back at the "write-once-run-anywhere" Java hoohah. About 10 years ago this was the "next big thing", everyone would be doing it this way, blah blah blah. I even remember evangelising it a bit myself at the time - oh how naive I was back then!

      Fast forward to the present and what actually happened? Sure, Java's still there if you want to use it and it's taken over a niche or two - but it completely failed to take the world by storm didn'

      • I think the thing with Java is that it had to live to almost impossible hype. I was disappointed it when I first tried it out way back in the days of AWT. But, there's a lot of stuff out there written in Java and Java is a very popular language. If I had a language that failed as much as Java has, and just sold the book on it, I'd be pretty damned happy.

      • If by niche, you mean enterprise software development, then sure, java is a niche language.

    • by Teckla ( 630646 ) on Saturday March 07, 2009 @06:22PM (#27107545)

      My god, every time someone comes up with a solution in IT, we have this built in expectation that everyone should fall on board. Cloud computing is just the latest. Are we to now upgrade every system to use the "cloud". Are we to do web applications for everything? This isn't an engineering profession, its a fashion one. We're not like Mr. Spock from Star Trek. We're like the guy on America's Next Fashion Designer.

      There are a bunch of good reasons web applications have become popular.

      First, they're easy to deploy. Put up a web page, point the users to that web page, and you're done. No need for an installer. No need for an updater. No need to convince users to download and run an executable (which is a scary and complex undertaking for many of them).

      Second, they're relatively safe for the user. Which puts the user at less risk, navigating to a web site, or downloading and running an executable which may or may not contain malware?

      Third, they're cross platform. With a little effort, your web application will run on Windows, OSX, and Linux. This should make Linux users very happy, since it helps even the playing field between Windows and Linux!

      Fourth, in many cases, web application providers can offer superior document management. For example, regular users aren't good at keeping backups, and in the old days, just plain said goodbye to their archived email if their hard drive crashed. Or, if they upgraded from a Pentium 3 computer to a Pentium 4 computer, they spent hours trying to configure their new email program, and then more hours trying to move their archived email from their old computer to their new computer. Compare that to web email, which Just Works.

      Do web applications involve risks and tradeoffs? Yes, this article demonstrates that. But it's up to individuals to decide what risks and tradeoffs are worthwhile, and many, many people choose web applications because the advantages are worth it to them.

      Claiming that web applications are successful only because they're fashionable to developers these days is, well, just plain stupid. The fact is, web applications are the best choice among the alternatives for many users, and plenty of developers recognize that fact and leverage it by building web applications instead of thick client applications.

  • Not trying to jump to Google's side, but just want to consider other aspects...

    From TFA's readers comments:

    ---
    "Richard de Vries" (submitter of this Slashdot story) - March 7th, 2009 at 2:04 am PST

    It's legit alright. I reported this issue to Google on February 24th. Last Thurday I was notified it had been fixed.
    I knew this would cause a few discussions about cloud computing and the beta-status of most of Google's applications. I work for a small company. We use Google Docs a lot and we unintentionally shared some internal documents with a few clients. None of these were ultrasecret and the issue was quickly discovered, but you can imagine what could go wrong.
    I can say, however, that I'm very happy with the way Google handled this. The e-mails were polite and helpful, the issue was resolved fairly quickly and they have gone out of their way to correct erroneous shares and they sent e-mails to all affected users. They knew they would get reactions like this article, but they did the right thing.

    Regards,

    Richard

    ---
    "Alyx Flannery" - March 7th, 2009 at 1:33 am PST:

    Please. Let's see how many millions of documents were shared.. oh wait, there weren't. Unlike all the recent Credit Card compromises we have heard about. And those would be from not what we would consider "super-naive" companies. This is FUD plain and simple.

    But perspective folks, this isn't the sky falling. A poorly configured server exposed to the Internet will give more info away and is a larger threat due to bots and zombies.

    ---
    "Musashi" - March 7th, 2009 at 3:07 am PST

    Cloud Computing Questions:
    1. Who owns the data/documents/content?
    2. How much access do the data custodians have to your data?
    3. How much access SHOULD they have?
    4. During an outage, what, if any, recourse do you have to continue doing business with your various collaborators?
    5. How secure is your data in the cloud? How patched is the cloud environment? How well monitored is it for violations?
    6. Just how interconnected are the various Google sites? Calendar, mail, Docs etc.

    I only use Google docs for convenience of sharing a few minor docs. Until I get satisfactory answers to the above questions, nothing business critical or remotely private will be going up.

    ---
    "Musashi" - March 7th, 2009 at 4:21 am PST

    Classified business files being shared between business partners over in the cloud can be extremely valuable - especially to a competitor!
    Just imagine you're discussing a new product (a new killer app, or product) amongst your colleagues before you've patented the idea and that leaks out (without their knowledge); I'm sure you'll be more worried about that.

    Many small businesses are using the cloud (Google or others) to do just that. Their Intellectual Property is extremely valuable to them.

    ---
    "Jean Vincent" - March 7th, 2009 at 9:42 am PST

    Sharing information on the web will always have some limitations, but the risk of sharing data without our knowledge can happen with any digital device, including personal computers or companies servers.

    Small businesses need to make the choice by assessing their abilities to secure their documents better than Google or other online services.

    I think that in that specific case Google could have handled the matter faster and should also have responded to the email from Andy. The final response seems appropriate, they have fixed the problem and notified users.

    I also agree that the Beta-forever practice that Google has pioneered is not responsible and undermines users' rights on the web.

    Finally there is a lot of confusion in this article and others between the term 'Cloud Computing' and 'Online services'. Cloud Computing is a deployment technology for service developers competing with web hosting, dedicated servers, collocation, this is NOT an end-user service. Google Docs is an online service, not Cloud Computing.

    ---

    I think I'm jealous. It seems that their signal-to-noise ratio (for this article, at least) is no worse than Slashd

    • by icebike ( 68054 )

      > I think I'm jealous. It seems that their signal-to-noise ratio (for this article, at least) is no worse than Slashdot's.

      Speaking of signal to noise ratio!!

      You quote this huge long excerpt for a one line (content less) drive by sniping?

      What the hell were you thinking?

      • Re: (Score:2, Insightful)

        by troll8901 ( 1397145 ) *

        Well, I thought some of the comments in TFA were pretty good, so I quoted them here. After posting, I realized I wasn't adding value to the discussion.

        I was being entirely redundant. My apologies. I must have been drunk.

  • Here we go (Score:1, Informative)

    by whoop ( 194 )

    Here we go, another battle of the I-won't-let-Google-host-my-company's-top-secret-documents people vs the Pay-for-Google-Apps-and-run-it-internally-so-your-top-secret-documents-aren't-exposed people.

  • yeah, like... (Score:3, Insightful)

    by speedtux ( 1307149 ) on Saturday March 07, 2009 @04:08PM (#27106597)

    Yeah, like people never accidentally share [thetechherald.com] secret documents from their desktop machines.

  • by Synn ( 6288 ) on Saturday March 07, 2009 @04:12PM (#27106619)

    I'd say the security for SAAS is still probably better than most company/home built installations out there.

    I mean, is the HR finances spreadsheet really more secure on the file server for most businesses out there? I doubt it.

    At least with Cloud Computing the patches are automatically rolled out to everyone. No "this server hasn't been patched in 2 years because of X, Y, Z" issues.

    • by dickens ( 31040 )

      If some C-level person has access to said spreadsheet, and keeps his password on a sticky under the mousepad, it doesn't much matter whether you're using SaaS or not. Hey it's in his *office* which must be sacrosanct.

  • If you upload something to any computer outside of your control, you have to assume the worst. I wouldn't upload any documents to Google Docs that I wouldn't want general public to see. It is a nice tool to share your resume/schedule/etc though. In the same way, you shouldn't upload your photos to facebook/myspace/insert_social_network_here that you would mind if they "leaked" to the public.
  • by Anonymous Coward

    are on a laptop I have owned since 1989 (NEC UltraLite), before government wised up to the need for back doors, which I use (with only original software) through a glove-box I built of seven layers of alternative seran-wrap and aluminum foil and which I view through a pinhole. It is run off a car batteries, also electromagnetically isolated from the outside world, which I wired in parallel and that I remove and charge (from my actual car) about three times per year. Mostly I just use it to keep track of m

  • safer option for sharing documents is software on our own server, but that won't be bugfree, either.

    I think I am having trouble with figuring out what you are trying to do.. I am guessing that you have documents that you want some people to be able to see but not modify, but also have this group of others that you want to be able to allow to modify the documents ? .. you have your own domain.. http://www.deondernemers.nl/ [deondernemers.nl] which I imagine runs 24/7 but you would prefer to do this sharing thing through goog

    • Re:From your journal (Score:4, Informative)

      by Synn ( 6288 ) on Sunday March 08, 2009 @10:03AM (#27112043)

      More work I know, but more control if you implement it properly.

      I seriously doubt you're going to get your average user to use FTP successfully and I doubt most companies could "implement it properly".

      What Google offers instead:

      Jane goes to http://docs.mycompany.com, creates the document. Clicks on sharing and shares it with Bob in accounting. Simple and easy.

      Is this solution open to bugs in Google Docs? Sure is. But your web/ftp server solution is also open to exploits in both pieces of software AND since it's more complex it's more open to user error.

      How does Jane upload it so only Bob and not Bill in accounting can edit it? How does she make it so only Mark, Matt and Jessie in development can view it?

      Google Docs makes that trivial to do. Also Bob and Jane can work on the document at the same time and any changes go out instantly to the viewers. Plus the document has versioning built in.

  • this raises questions (again) about cloud computing, as well as Google's eternal beta-status for a lot of their services.

    What do you mean it raises questions again? Did the questions get put down between the last time a flaw was found in 'the cloud' or Google's beta services and this time?

    The questions are the same. The answers are the same. If you're not happy with it don't participate in it.

  • First, thank you Richard for highlighting this bug
    and the overall problems with Google support for
    Apps., ect.
    Second, some time ago ( I don't recall exactly when )
    one of my engineers that does security pro-active
    testing of SAAS apps., and many others, found this
    very problem and reported it to Google accordingly,
    and got the first response Richard got repeatedly
    after repeatedly reporting this bug. This seems to
    be very concerning as some of you may know that
    Veveck Kundra is very pro Google and will be looking
    t

"If it ain't broke, don't fix it." - Bert Lantz

Working...