Cross Site Scripting Attacks: XSS Exploits and Defense
Seth Fogie, Robert Hansen, Jeremiah Grossman, Anton Rager, Petko D. PetkovBooks.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.
Overview
Cross Site Scripting Attacks starts by defining the terms and laying out the ground work. It assumes that the reader is familiar with basic web programming (HTML) and JavaScript. First it discusses the concepts, methodology, and technology that makes XSS a valid concern. It then moves into the various types of XSS attacks, how they are implemented, used, and abused. After XSS is thoroughly explored, the next part provides examples of XSS malware and demonstrates real cases where XSS is a dangerous risk that exposes internet users to remote access, sensitive data theft, and monetary losses. Finally, the book closes by examining the ways developers can avoid XSS vulnerabilities in their web applications, and how users can avoid becoming a victim. The audience is web developers, security practitioners, and managers.*XSS Vulnerabilities exist in 8 out of 10 Web sites
*The authors of this book are the undisputed industry leading authorities
*Contains independent, bleeding edge research, code listings and exploits that can not be found anywhere else
Synopsis
Cross Site Scripting Attacks starts by defining the terms and laying out the ground work. It assumes that the reader is familiar with basic web programming (HTML) and JavaScript. First it discusses the concepts, methodology, and technology that makes XSS a valid concern. It then moves into the various types of XSS attacks, how they are implemented, used, and abused. After XSS is thoroughly explored, the next part provides examples of XSS malware and demonstrates real cases where XSS is a dangerous risk that exposes internet users to remote access, sensitive data theft, and monetary losses. Finally, the book closes by examining the ways developers can avoid XSS vulnerabilities in their web applications, and how users can avoid becoming a victim. The audience is web developers, security practitioners, and managers.
*XSS Vulnerabilities exist in 8 out of 10 Web sites
*The authors of this book are the undisputed industry leading authorities
*Contains independent, bleeding edge research, code listings and exploits that can not be found anywhere else
Editorials
From Barnes & Noble
The Barnes & Noble ReviewCross-site scripting (XSS) attacks have shown up on sites ranging from Microsoft to MySpace: they may now be the No. 1 threat to web sites and applications. Just in time, there's a comprehensive guide to XSS: how these attacks work, why they're different from other web vulnerabilities (for better and worse), and how to defend against them.
This book's authors -- notably Jeremiah Grossman, founder/CTO of White Hat Security -- are among the world's top XSS experts. Here, they illuminate every category of attack, finding vulnerabilities where you might not expect them (for example, in IMAP3 servers), and presenting case studies where millions of real users have been exposed. Then, once you're sufficiently concerned, the authors turn to solutions: rock-solid input validation, session tokens, HTTP referrer header checking, and much more.
If you're not worried about XSS attacks, you should be. If you are worried, read this book. Bill Camarda, from the June 2007 Read Only