CSRF is Wicked

By Daniel Miessler on February 14th, 2008: Tagged as Uncategorized

3 Comments »

  1. Pardon my ignorance of the subtleties, but am I understanding correctly that this is a cookie-based vulnerability? That is, if one removes all cookies when exiting a browser session (or even more frequently), is one at least somewhat protected from this sort of attack?

    Comment by Carl M — 2/14/2008 @ 5:41 pm

  2. Lets take your auction example. What if the site employed a captcha image or required some additional information to complete the request?

    Comment by Ken — 2/15/2008 @ 2:43 am

  3. @Carl

    Yes, if your cookies weren’t there then you wouldn’t have that problem. But then you’d lose a whole lot of functionality. Another good suggestion is to use one browser profile for sensitive things and another for non-sensitive.

    Of course, the best solution is to have web applications that are coded securely.

    Comment by Daniel Miessler — 2/17/2008 @ 10:27 pm

RSS Feed For This Post...
This Post's TrackBack URI

Leave a Comment...