Slashdot Log In
Gmail Vulnerability May Expose User Information
Posted by
Zonk
on Thu Sep 27, 2007 12:23 PM
from the that's-not-so-good dept.
from the that's-not-so-good dept.
An anonymous reader writes "A cross-site scripting vulnerability may mean bad news for Gmail users. The ethical hacking group GNUCitizen has developed a proof-of-concept program that deftly steals contact information and emails from the popular web-based mail service. At the moment there are no 'wild' exploits for this vulnerability. The article discusses how lax security makes holes like this a problem for corporate IT houses as well as Google. '"People do use private accounts to store work information," IBRS security analyst James Turner said. "I've worked at one organization where this was implicitly expected, because the mail server at the time was so unreliable. But that scenario is certainly less than optimal. "In an ideal world, an organization would be able to draw a line in the sand and say that corporate data does not pass this point. The current reality is that there are Gen-Y workers who are sharing information with each other on multiple alternative communication channels--Gmail and Facebook included."'" This, just a few days after a search-based exploit was discovered.
Related Stories
[+]
GoogHOle Exploits GMail, Picasa and 200K Other Sites 167 comments
Giorgio Maone writes "Multiple Google-targeted exploits disclosed in the past 3 days could compromise your GMail account, steal your pictures from Picasa or impersonate you on almost 200,000 big sites which outsourced their search engines (vulnerabilities included in the price). If even Google, a very reactive company when web security matters, does face this kind of problems, how serious is the threat and what can you do, as a "normal" web user, to protect yourself?"
This discussion has been archived.
No new comments can be posted.
Gmail Vulnerability May Expose User Information
|
Log In/Create an Account
| Top
| 94 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Encrypt it (Score:3, Funny)
(http://www.aedanmcg....ch/win_switcher.html)
Online apps (Score:5, Insightful)
(Last Journal: Sunday October 17 2004, @02:33AM)
Online apps are only going to get more and more popular. Webmail is like the gateway drug of internet apps. It starts off innocently enough. Going from an in house email system that is only intranet. Then you need to give employees the ability to send outside email, no problem, but your servers can still filter out attachments both ways and give the company a security and intellectual property barrier. Then the online apps start looking appealing, no maintenance, no servers, just internet access. A lot of cost savings for the company. What could go wrong? Then Microsoft and the other big players start talking about making Office an online application and hyping the benifits of such a new age system. The benifits are described in beautiful powerpoint presentations to the execs and the IT departments warnings are just plain text. What's going to happen to the companies that fall for this new online paradigm? I think more of the same. Information leaks, database vulnerabilities, simple password guessing, general hacks, etc. And all the information accessed through these new online applications is going to be out there for the taking. Ease of use and availability on a new level, to the hackers.
Re:Online apps (Score:5, Insightful)
When it comes to convenience vs. privacy or security, people will choose convenience.
Of course (Score:4, Interesting)
(http://utropicmedia.net/)
In short: ditch the free and go with a service provider that provides service. GMail is ok for your Grandpa, but do you really want those million-dollar business contracts and project bids on it?
Close sites off by default (Score:2, Insightful)
because (Score:4, Insightful)
(Last Journal: Tuesday June 06 2006, @01:50PM)
You can say tough shit, and I'd agree, employer has that right. But then I'd counter by saying I'd probably be keeping an eye open for a new employer
Ideal situation? (Score:5, Insightful)
(http://anomalyent.com/)
alarming but who cares (Score:1)
(http://www.google.com/)
Always GMail (Score:3, Insightful)
Yet another "we hate Gmail article"? (Score:5, Insightful)
(http://www.stopcomputerlicens.dk/ | Last Journal: Wednesday August 01, @08:24AM)
Sure, they are a key player in the market, but so is Yahoo, Hotmail, and a number of others.
From a technical perspective, cross-site scripting (XSS) vulnerabilities isn't exactly a new thing. Nor are they isolated to Gmail.
The article is not wrong - so I am not attempting to protect Google. On the other hand, this problem is fairly general in nature, and probably applicable to a ton of websites. In fact, the "cookie grabbing technique" is one of the oldest tricks in the areas of XSS.
With this in mind, the article (and in general the constant rampage against Google) seems
- Jesper
Re:Yet another "we hate Gmail article"? (Score:4, Insightful)
(http://www.stopcomputerlicens.dk/ | Last Journal: Wednesday August 01, @08:24AM)
In fact, the total nightmare-scenario for the end-users (and the total wet-dream for XSS hackers) would be to gain access to an ad-server. Imagine the XSS hacks you could do if you managed to compromise a DoubleClick server? Millions of users could be targeted, across thousands of sites where your compromised ad-server would even be white-listed for all sorts of crap? In that case, the popularity of the sites themselves would be of no consequence. As long as it displayed ads from your compromised server.
Hmmm... come to think of it, that is a pretty clever idea. I just might wanna take a look at the scripting used in streaming video ads
- Jesper
httponly (Score:5, Informative)
(http://slashdot.org/~Spy+der+Mann/journal/ | Last Journal: Wednesday November 07, @12:32PM)
Javascript needs a sandbox/security model (Score:3, Interesting)
(http://www.mobydisk.com/)
It seems to me that the most foolproof solution is to display the HTML email inside a sandbox that does not have access to the cookies (or any other part) of the enclosing page. There may be some way(s) to do this with browsers as they are today, but it seems like ultimately, such a sandbox should be designed-in to HTML and/or Javascript. Something like a chroot command.
This would eliminate the constant cat & mouse game of scrubbing the HTML for something dangerous, then a new HTML/browser feature being used to get around it, etc.
Re:Javascript needs a sandbox/security model (Score:5, Informative)
(http://drblast.blogspot.com/)
Displaying the html mail in its own internal frame that pulls from a different domain name than the rest of the application should solve the problem you're referring to. Something like mail.googlecontent.com would work nicely.
Insecure by Default (Score:2, Interesting)
Trusting Google with you data is like playing Russian Roulette with an Automatic pistol, bad things will happen to your data
Google says it is so easy to keep all your information online - and it is - where they can search it
Google is the new Microsoft, more interested in profit than anything else (security, privacy, user rights)
But hey, they use Linux, so I guess it is ok
Re:Insecure by Default (Score:5, Interesting)
This is a XSS browser exploit, which basically means that one site you're visiting can talk to other sites you're logged into. It's not Google's fault; nothing is breaking in to their servers, it's just malicious code running on your computer hijacking the connection you made to Google. It's your browser's fault for not sandboxing sites properly.
Or to use an real-world analogy, it's like blaming Google because you forgot to log out at an internet cafe and then somebody else sat down and read your email.
Another reason to use NoScript (Score:4, Informative)
A good reason to use NoScript and Firefox (Score:2, Informative)
I'm also wondering if running Gmail over SSL would make any difference...
Avoidable? (Score:2)
But what if you tell both the browser and GMail not to remember your password? I make that a policy with most web sites I use, mostly to protect me if someone steals my laptop -- no password bypass mechanisms allowed, no passwords stored in clear text allowed.
Does that make you safe against this attack also?
Webamil for insecure, POP for secure (Score:2)
(http://www.pembo13.com/)
Because gmail is better (Score:3, Interesting)
Anyone not using PGP? (Score:2)
When you look at my GMail boxes, you'd probably get a very strange picture of me...
Generation X, not Y (Score:2)
(Last Journal: Saturday February 11 2006, @09:16AM)
Anyway... If you want to avoid browser vulnerabilities with GMail, simply use their free POP3 access (make sure SSL is enabled).
I have a GMail account and I have NEVER exposed it (Score:2)
(http://www.msbpodcast.com/)
I'd say, "Yeah there's a security hole in there..."
so, until Google does get this fixed... (Score:2)
(Last Journal: Monday July 18 2005, @06:18PM)
Accounts (Score:1)
I never have understood the fascination people have with webmail, same sort of thing using a website to access Usenet and calling it proper Usenet - which it isn't.
Physician, heal thyself! (Score:2)
Woo-hoo, meta-discovery! Oh wait - no, it's just Zonk screwing up.
Not XSS (Score:3, Interesting)
Much More Informative Article Here (Score:5, Informative)
(http://maone.net/)
A link to the ACTUAL article - and some FACTS! (Score:3, Informative)
Some interesting points
Plain text emails (Score:1)
(http://katerina.frederic.k12.wi.us/)
Most of my emails are plain text, with no links in them or very few. On top of this they are all from people or organizations I know, if I don't recognize it I don't open it. If I think its SPAM or suspicious I use the handy "Report Spam" button. TFA even says that disabling java-script solves the security issue and if you use Firefox you can use extensions like no-script (as I believe was mentioned in another post here).
It seems pretty unfair to lay this only on Google's shoulders as XSS has been around for a long time and many web apps are vulnerable to it. Sure, the two year session cookie lifetime is a bit long and it would be better to have a 1 week lifetime or maybe even shorter. Does anyone know if there is a way to force Gmail to create a new session cookie? Does clearing your local cookies do so? If so that is another way to solve the issue. And what about using Gmail over SSL as is allowed by a couple different Firefox extensions?
If this group has informed Google about this then I am sure Google will work on finding a solution, they have a lot of very smart people working for them after all and I am sure that they can find a solution that will address the issue without affecting usability or the user's experience. If nothing else, just say no to HTML email and only click links you trust. Just my two cents. :)