Hackers discover way to access Google accounts without a password
independent.co.uk
Hackers discover way to access Google accounts without a password::‘Exploit enables continuous access to Google services, even after a user’s password is reset,’ researcher warns
This isn’t new at all. This is called session hijacking, and it’s been around for decades.
LTT just made a couple videos about it last year, because it happened to them.
I would guess they invalidate all sessions when password is reset, that part is weird.
Edit: read the thing. The exploit is that they steal some special token chrome stores and by manipulating it they can generate session cookies for the hijacked account. This doesn't seem related to ltt
Wow, this sounds a lot more serious than session hijacking. Are they straight up using Chrome's special token to generate brand new Google Account session tokens?
If so, i'm not sure how Google is going to fix that without wrecking the Chrome user experience for non tech savvy individuals
They're using some Google api to generate the cookie(s?) with the manipulated chrome token. To me it kinda sounded like Google is using an improper method to generate the chrome token and the hackers found a way to derive other valid chrome tokens from it.Though I'm not an expert. Read it yourself to get the right picture.Edit: This is the part of the article about it, rest seems to be about how the hackers encrypted their exploit to avoid detection:
Edit but there's some conflicting information on what to do:
From one of the hack tool changelogs:
I guess Google doesn't invalidate session cookies generated with the chrome token upon a password reset, but the chrome token itself gets invalidated and deletes the session cokkies on the browser side or something? Idk sounds whack
I thought session hijacking could only be done with 1st party cookies from google itself. I didn't know you could session hijack with 3rd party cookies. That's pretty interesting.
The article mentions third party cookies, but it’s talking about hackers stealing first party cookies (specifically authentication cookies).
Firefox users keep winning.
Firefox isn't magically immune to session hijacking...
This isn't session hijacking but taking some magical token from Chrome that can generate sessions. Which has far more attack surface.
So it is session hijacking, something that has been known for a while?
The main difference that makes this worse is that they can get persistence and maintain access even if the user resets their password (i.e. revoke session tokens). Hackers are usually limited to the fairly short lifetime of the session token (usually a few hours).
Yes, if by for a while you mean 25 years or so.
So the moral is use Firefox and not Chrome?!
This is the best summary I could come up with:
Analysis from security firm CloudSEK found that a dangerous form of malware uses third-party cookies to gain unauthorised access to people’s private data, and is already being actively tested by hacking groups.
The post noted how accounts could be compromised through a vulnerability with cookies, which are used by websites and browsers to track users and increase their efficiency and usability.
The Google Chrome web browser, which is the world’s most popular with a market share greater than 60 per cent last year, is currently in the process of cracking down on third-party cookies.
“This exploit enables continuous access to Google services, even after a user’s password is reset,” Pavan Karthick M, a threat intelligence researcher at CloudSEK, wrote in a blog post detailing the issue.
“It highlights the necessity for continuous monitoring of both technical vulnerabilities and human intelligence sources to stay ahead of emerging cyber threats.”
The security issue was detailed in a report, titled ‘Compromising Google accounts: Malwares Exploiting Undocumented OAuth2 Functionality for session hijacking’, written by CloudSEK threat intelligence researcher Pavan Karthick M.
The original article contains 335 words, the summary contains 177 words. Saved 47%. I'm a bot and I'm open source!