<slide fontsize="4em">
<title>What is CSRF?</title>
<list fontsize="4em">
	<bullet>
		Exploits the trust a site has for a particular user
	</bullet>
</list>
<list fontsize="4em">
	<bullet>
		Generally involves Web sites that rely completely on the
		identification of the user for security
	</bullet>
</list>
<list fontsize="4em">
	<bullet>
		Involves "tricking" a user into unknowingly sending an HTTP request
		of the attacker's choosing
	</bullet>
</list>
<list fontsize="4em">
	<bullet>
		Represents the best reason to disable register_globals
	</bullet>
</list>
<list fontsize="4em">
	<bullet>
		No easy solution - depends on application design
	</bullet>
</list>
</slide>
