The Artima Developer Community
Sponsored Link

PHP Buzz Forum
PHPMaster: Preventing Cross-Site Request Forgeries

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Harry Fuecks

Posts: 875
Nickname: hfuecks
Registered: Sep, 2004

Dynamically typed through Sitepoint
PHPMaster: Preventing Cross-Site Request Forgeries Posted: Oct 3, 2011 2:29 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Harry Fuecks.
Original Post: PHPMaster: Preventing Cross-Site Request Forgeries
Feed Title: SitePoint's PHP Blog: Dynamically Typed
Feed URL: http://feeds.pheedo.com/sitepoint_blogs_category_php_feed
Feed Description: SitePoint's PHP blog: Dynamically Typed
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Harry Fuecks
Latest Posts From SitePoint's PHP Blog: Dynamically Typed

Advertisement
Thumbnail Cross-site request forgery (CSRF) is a common and serious exploit where a user is tricked into performing an action he didn’t explicitly intend to do. This can happen when, for example, the user is logged in to one of his favorite websites and proceeds to click a seemingly harmless link. In the background, his profile information is silently updated with an attacker’s e-mail address. The attacker can then use the website’s password reset feature to e-mail herself a new password and she’s just successfully stolen the account.

Read: PHPMaster: Preventing Cross-Site Request Forgeries

Topic: RubySource: Getting to Grips with Blocks II Previous Topic   Next Topic Topic: PHPMaster: PHP is Moving to Git (Eventually)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use