好书推荐 好书速递 排行榜 读书文摘

The Tangled Web

The Tangled Web
作者:Michal Zalewski
副标题:A Guide to Securing Modern Web Applications
出版社:No Starch Press
出版年:2011-11
ISBN:9781593273880
行业:其它
浏览数:15

内容简介

"Thorough and comprehensive coverage from one of the foremost experts in browser security." -Tavis Ormandy, Google Inc. Modern web applications are built on a tangle of technologies that have been developed over time and then haphazardly pieced together. Every piece of the web application stack, from HTTP requests to browser-side scripts, comes with important yet subtle security consequences. To keep users safe, it is essential for developers to confidently navigate this landscape. In The Tangled Web, Michal Zalewski, one of the world's top browser security experts, offers a compelling narrative that explains exactly how browsers work and why they're fundamentally insecure. Rather than dispense simplistic advice on vulnerabilities, Zalewski examines the entire browser security model, revealing weak points and providing crucial information for shoring up web application security. You'll learn how to: * Perform common but surprisingly complex tasks such as URL parsing and HTML sanitization * Use modern security features like Strict Transport Security, Content Security Policy, and Cross-Origin Resource Sharing * Leverage many variants of the same-origin policy to safely compartmentalize complex web applications and protect user credentials in case of XSS bugs * Build mashups and embed gadgets without getting stung by the tricky frame navigation policy * Embed or host user-supplied content without running into the trap of content sniffing For quick reference, "Security Engineering Cheat Sheets" at the end of each chapter offer ready solutions to problems you're most likely to encounter. With coverage extending as far as planned HTML5 features, The Tangled Web will help you create secure web applications that stand the test of time.

......(更多)

作者简介

Michal Zalewski is an internationally recognized information security expert with a long track record of delivering cutting-edge research. He is credited with discovering hundreds of notable security vulnerabilities and frequently appears on lists of the most influential security experts. He is the author of Silence on the Wire (No Starch Press), Google's "Browser Security Handbook," and numerous important research papers.

......(更多)

目录

Preface and Acknowledgments

1. Security in the World of Web Applications

Part I: Anatomy of the Web

2. It Starts with A URL

3. Hypertext Transfer Protocol

4. Hypertext Markup Language

5. Cascading Style Sheets

6. Browser-Side Scripts

7. Non-HTML Document Types

8. Content Rendering with Browser Plug-Ins

Part II: Browser Security Features

9. Content Isolation Logic

10. Origin Inheritance

11. Life Outside Same-Origin Rules

12. Other Security Boundaries

13. Content Recognition Mechanisms

14. Dealing with Rogue Scripts

15. Extrinsic Site Privileges

Part III: A Glimpse of Things to Come

16. New and Upcoming Security Features

17. Other Browser Mechanisms of Note

18. Common Web Vulnerabilities

Epilogue

Notes

Index

......(更多)

读书文摘

有这么件传闻逸事(但很可能是真事),说的是一位名叫John Breckman的网站管理员的悲剧。故事里说,John的网站无意中被搜索引擎的爬虫全删了。仅仅是因为这个爬虫无意中访问到一个不需要授权的页面,里面是John自己做的一个基于GET方法的管理页面...爬虫就高高兴兴地把页面所有的“删除”链接都爬了一遍,然后?然后就没有然后了。

但说到底,有可能我们问的问题本身就是错的,提供给他们的选择也是错的。简单来说,如果我们确信在某些场景下,用户接受这些警告是有道理的,那么应该直接以“沙箱”(Sandbox)模式打开页面,这种模式下攻击会受到严格限制,并在界面上做出明确的标识,可能是更为合理的解决之道。

......(更多)

猜你喜欢

点击查看