Full Disclosure mailing list archives
Re: [WEB SECURITY] Preventing Cross-site Request Forgeries [ASP.NET crowd]
From: "Chris Weber" <chris () lookout net>
Date: Fri, 30 Mar 2007 15:11:36 -0700
Nice article. For the ASP.NET crowd out there, the will be even more simple, one line of code. Set the ViewStateUserKey property in your base class or page and the unique token protections (similar to CSRF_Guard) will be provided for you. http://msdn2.microsoft.com/en-us/library/system.web.ui.page.viewstateuserkey .aspx This protection mechanism has been available for many years, since the Framework 1.1 -----Original Message----- From: pdp (architect) [mailto:pdp.gnucitizen () googlemail com] Sent: Friday, March 30, 2007 3:16 AM To: full-disclosure () lists grok org uk; WASC Forum; webappsec @OWASP Subject: [WEB SECURITY] Preventing Cross-site Request Forgeries http://www.gnucitizen.org/blog/preventing-csrf I briefly covered how simple it is to prevent CSRF attacks. Hope that you find it useful. -- pdp (architect) | petko d. petkov http://www.gnucitizen.org ---------------------------------------------------------------------------- Join us on IRC: irc.freenode.net #webappsec Have a question? Search The Web Security Mailing List Archives: http://www.webappsec.org/lists/websecurity/ Subscribe via RSS: http://www.webappsec.org/rss/websecurity.rss [RSS Feed] _______________________________________________ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/
Current thread:
- Preventing Cross-site Request Forgeries pdp (architect) (Mar 30)
- Re: [WEB SECURITY] Preventing Cross-site Request Forgeries [ASP.NET crowd] Chris Weber (Mar 30)
- Re: [WEB SECURITY] Preventing Cross-site Request Forgeries [ASP.NET crowd] Michael Sutton (Mar 30)
- Re: [WEB SECURITY] Preventing Cross-site Request Forgeries [ASP.NET crowd] Chris Weber (Mar 30)
- Re: [WEB SECURITY] Preventing Cross-site Request Forgeries [ASP.NET crowd] Michael Sutton (Mar 30)
- Re: [WEB SECURITY] Preventing Cross-site Request Forgeries [ASP.NET crowd] Chris Weber (Mar 30)
