X
Tech

Four top sites vulnerable to attack, warn researchers

ING Direct, YouTube and Metafilter were all vulnerable to cross-site-request-forgery and The New York Times's site is still affected, according to Princeton University researchers
Written by Tom Espiner, Contributor

Four leading websites were or are vulnerable to attack through an underrated vulnerability, according to Princeton University researchers.

While ING Direct, YouTube and Metafilter have taken action to address the cross-site-request-forgery (CSRF) vulnerabilities, the fourth site, belonging to The New York Times, has not been fixed, the researchers claimed in a blog post.

CSRF flaws can be exploited so a user's browser is hijacked during a session and used to access a secure target site. As web authentication normally relies on cookies containing a pseudo-random session identifier, attributed to a browser at the beginning of a session, a hacker can perform actions normally restricted to the user if that browser is hijacked during the session.

In the case of ING Direct, which the Princeton researchers said was one of the first financial services sites they had found to be vulnerable, the researchers managed to transfer funds out of user accounts and create accounts on behalf of arbitrary users.

The researchers claimed to have discovered CSRF flaws in "nearly every action a user could perform on YouTube", including sending arbitrary messages on the user's behalf. Metafilter blog accounts could be subverted by the attacker changing the user's email to that of the attacker.

The researchers claimed they had let the sites know about these vulnerabilities in September last year, but said the vulnerability on NYTimes.com had still not been fixed. That site's flaw could allow hackers to find out the email addresses of the website's users and spam them, the researchers warned. The New York Times had not responded to a request for comment at the time of writing.

The Princeton researchers warned in a research paper that CSRF vulnerabilities were the "sleeping giant" of web flaws, and said many sites were open to attack through these flaws. The researchers suggested a number of ways to prevent CSRF. These included web developers coding to allow GET requests to only retrieve data, and not modify any data on the server.

Editorial standards