Reading this Claim's description will log you out.

By 3 Kees Cook on February 04, 2007

Embed Claim Make a related claim

Discussion (3)

http://farnsworth.ch/

1 Fabian who disagreed, says

Chris Shiflett wrote an interesting article about this problem: http://shiflett.org/articles/cross-site-request-forgeries

He talks about "cross site" but as you see it's actually worse than that. A solution of this problem would be by implementing the logout as a POST form.

Make a related claim about 1 year ago (link)
http://brian.myopenid.com/

8 bce who disagreed, says

A safer, more reliable way to guard against CSRF is to make destructive action URLs impossible for an attacker to create. For example, require a parameter which is a big number based on something in the "victim's" session. A salted, hash of the logged in user's session_id works pretty well.

Mouse over the signout link about to see how I've done it.

Make a related claim about 1 year ago (link)
http://tim.leroy.myopenid.com/

1 Tim LeRoy who disagreed, says

It didn't work, sorry...

Make a related claim about 1 year ago (link)
Sign in in to leave a comment.