TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Google Drive Found Leaking Private Data

156 pointsby srikaralmost 11 years ago

15 comments

rishabhsagaralmost 11 years ago
I didn't think "Anyone with link..." setting promised any kind of security. Honestly, I don't think this was a 'security hole', more like a digital equivalent of a home owner hiding house keys under the carpet, hoping no one will look.
评论 #8010324 未加载
评论 #8010691 未加载
评论 #8010890 未加载
评论 #8010357 未加载
nlyalmost 11 years ago
HTTP referers are evil. I&#x27;ve been using RefControl[0] to block 3rd party referers for years now.<p>[0] <a href="http://www.stardrifter.org/refcontrol/" rel="nofollow">http:&#x2F;&#x2F;www.stardrifter.org&#x2F;refcontrol&#x2F;</a><p>The web wasn&#x27;t built with privacy in mind. 3rd party cookies and HTTP Referers are just the low hanging fruit.
评论 #8010557 未加载
评论 #8011890 未加载
评论 #8010190 未加载
elialmost 11 years ago
I&#x27;m glad Google fixed this, but if something is important you really shouldn&#x27;t be securing it merely by giving it an obscure URL.<p>Google Drive makes it very easy to say &quot;only these named people&quot; should have access, or &quot;only people who have the link AND a google account for your company&quot;
评论 #8010341 未加载
Zigurdalmost 11 years ago
Google is correct to say this is a relatively obscure issue, and a relatively small increment in loss of security. Who would consider sharing a Drive link to be &quot;secure&quot; by any definition of the word? It can leak all over the place by numerous means. For starters, and email recipient of the link might be using an unencrypted connection for downloading the link over wifi.
onion2kalmost 11 years ago
That&#x27;s a very poorly worded security setting. If you&#x27;re building a service where people can share something set as &quot;Anyone with link...&quot;, you really ought to make it very clear that means it&#x27;s open for anyone to download. The setting should really be named &#x27;Remove privacy settings - allow anyone to download&#x27;. &#x27;with link&#x27; implies some level of security that just isn&#x27;t there. Even if Google proxy links within the document, there&#x27;s <i>always</i> the possibility that someone could accidentally send a link to the file to someone, or that someone could shoulder surf it, or even guess it is if it&#x27;s simple enough.
评论 #8009897 未加载
评论 #8009962 未加载
评论 #8010280 未加载
评论 #8009954 未加载
评论 #8009904 未加载
lazersharks29almost 11 years ago
&gt; &quot;The security hole, which has now been patched by Google&quot;<p>This has only been fixed for <i>new</i> links. All existing links are still vulnerable.<p>From Google&#x27;s Blog:<p>&gt;&quot;Today’s update to Drive takes extra precaution by ensuring that <i>newly shared</i> documents with hyperlinks to third-party HTTPS websites will not inadvertently relay the original document’s URL.&quot;
评论 #8010039 未加载
burstworksalmost 11 years ago
Maybe I&#x27;m misunderstanding, but if the document in Google Drive is served over HTTPS, then the referrer when a user visits a linked site should only show the hostname (ie drive.google.com) not the full URL, right?
评论 #8010318 未加载
sp332almost 11 years ago
How does the fix work? Does it prevent the browser from sending the referrer URL? Or maybe load all documents from the same URL with the document ID in a POST request instead or GET?
评论 #8010160 未加载
me_myself_and_Ialmost 11 years ago
How is this different than DropBox? Maybe dropbox is more obscure and google more open, hence finding this vulnerability is actually a good thing. Just thinking aloud.
评论 #8011171 未加载
Synergysealmost 11 years ago
Anyone with the link could also share the link publicly. I think if your document contains sensitive information you should be restricting the access anyway.
jflowers45almost 11 years ago
I&#x27;ve always wondered what percentage of people understood what &quot;anyone with the link&quot; meant as a security setting.
lognalmost 11 years ago
I think the referrer info itself is a security hole. Browsers should disable it. Or, you can use a plugin for now.
msutherlalmost 11 years ago
Thousands of people working in enterprise are being banned from using Google Drive right now.
tanglesomealmost 11 years ago
This is news? Come on! You give anyone a link to your data and you expect security! Hello! If I gave folk a key to my house I doubt I&#x27;ll have any my A&#x2F;V equipment or computers when I come back after a long weekend. Why should I expect my data to be any safer!?
评论 #8010326 未加载
merittalmost 11 years ago
<a href="https://www.facebook.com/notes/facebook-engineering/protecting-privacy-with-referrers/392382738919" rel="nofollow">https:&#x2F;&#x2F;www.facebook.com&#x2F;notes&#x2F;facebook-engineering&#x2F;protecti...</a><p>Facebook Engineering&#x27;s entry on various methods of hiding referrers. This was 4 years ago, so some of these techniques might not still work.
评论 #8013545 未加载