Prominent Web sites found to have serious coding flaw

By Jeremy Kirk, IDG News Service |  Security, vulnerability Add a new comment

Two Princeton University academics have found a type of coding flaw on several prominent Web sites that could jeopardize personal data and in one alarming case, drain a bank account.

The type of flaw, called cross-site request forgery (CSRF), allows an attacker to perform actions on a Web site on behalf of a victim who is already logged into the site.

CSRF flaws have largely been ignored by Web developers due to a lack of knowledge, wrote William Zeller and Edward Felten, who authored a research paper on their findings.

The flaw was found on the Web sites of The New York Times; ING Direct, a U.S. savings bank; Google's YouTube; and MetaFilter, a blogging site.

To exploit a CSRF flaw, an attacker has to create a special Web page and lure a victim to the page. The malicious Web site is coded to send a cross-site request through the victim's browser onto another site.

Unfortunately the programming language that underpins the Internet, HTML, makes it easy to do two types of requests, both of which can be used for CSRF attacks, the authors wrote.

That fact points to how Web developers are pushing the programming envelope to design Web services but sometimes with unintended consequences.

"The root cause of CSRF and similar vulnerabilities probably lies in the complexities of today's Web protocols and the gradual evolution of the Web from a data presentation facility to a platform for interactive services," according to the paper.

Some Web sites set a session identifier, a piece of information stored in a cookie, or a data file within the browser, when a person logs onto the site. The session identifier is checked, for example, throughout an online purchase, to verify that the browser engaged in the transaction.

During a CSRF attack, the hacker's request is passed through the victim's browser. The Web site checks the session identifier, but the site cannot check to ensure that the request came from the right person.

The CSRF problem on The New York Times' Web site, according to the research paper, allows an attacker to obtain the e-mail address of the user who is logged into the site. That address could then potentially be spammed.

The newspaper's Web site has a tool that lets logged-in users e-mail a story to someone else. If visited by the victim, the hacker's Web site automatically sends a command through the victim's browser to send an e-mail from the paper's Web site. If the destination e-mail address is the same as the hacker's, the victim's e-mail address will be revealed.

As of Sept. 24, the flaw had not been fixed, although the authors wrote they notified the newspaper in September 2007.

ING's problem had more alarming consequences. Zeller and Felten wrote the CSRF flaw allowed an additional account to be created on behalf of a victim. Also, an attacker could transfer a victim's money into their own account. ING has since fixed the problem, they wrote.

On MetaFile's Web site, a hacker could obtain a person's password. On YouTube, an attack could add videos to a user's "favorites" and send arbitrary messages on a user's behalf, among other actions. On both sites, the CSRF problems have been fixed.

Luckily, CSRF flaws are easy to find and easy to fix, which the authors give technical detail on in their paper. They've also created a Firefox add-on that defends against certain kinds of CSRF attacks.

    Add a comment

    Post a comment using one of these accounts
    Or join now
    At least 6 characters

    Note: Comment will appear soon after you have activated your account.
    Obscene/spam comments will be removed and accounts suspended.
    The information you submit is subject to our Privacy Policy and Terms of Service.

    ITworld LIVE

    SecurityWhite Papers & Webcasts

    White Paper

    Overcome Top 7 Admin Challenges of Active Directory

    As Active Directory's role in the enterprise has drastically increased, so has the need to secure the data. Gain insight on creating repeatable, enforceable processes that reduces administrative overhead and enables robust, customizable reporting and auditing capabilities. Brought to you by NetIQ.

    White Paper

    Insiders Can Ruin Your Company. Take Action.

    Did you know that 80 percent of threats to an organization come from the inside? The threat from insiders is often overlooked in organizations worldwide. This white paper from NetIQ, discusses key technology solutions that help to prevent and detect insider threats.

    White Paper

    Top Solutions and Tools to Prevent Devastating Malware

    Custom malware frequently goes undetected. According to Forrester Research, the best way to reduce risk of breach is to deploy file integrity monitoring (FIM) tools that provide immediate alerts. This white paper has been brought to you by NetIQ, the leader in solving complex IT challenges.

    White Paper

    Streamline Compliance and Increase ROI

    Streamline, simplify, and automate compliance related activities; especially those that impact multiple business units. This white paper from NetIQ, outlines solutions that will help your business gain the maximum return on investment possible while aligning your compliance programs.

    White Paper

    X-Ray of the PCI Process-4 Proactive Steps

    This white paper from Forrester Research Inc., helps break PCI into understandable components. Security and risk professionals will gain knowledge and insight into creating a compliant and secure IT environment. Follow these four proactive steps now before your next audit. Brought to you by NetIQ.

    See more White Papers | Webcasts

    Ask a question

    Ask a Question