CSP Oddities

PRESENTATION SLIDES

Content Security Policy (CSP) is a defense-in-depth mechanism to restrict resources that can be loaded, embedded and executed in a web application, significantly reducing the risk and impact of injections. It is supported by most modern browsers, and it already is at its third iteration – yet, adoption in the web is struggling.

In this presentation we will highlight the major roadblocks that make CSP deployment difficult, common mistakes, talk about what works and what doesn’t in different browsers, show how easy it is to defeat the whitelist-based model with some juicy bypasses, for example thanks to JSONP endpoints, by abusing a CDN and loading outdated versions of AngularJS.

Finally, we present a radically new way of doing CSP in a simpler, easier to maintain and more secure way based on nonces and making use of a new feature we contributed to CSP3.

We hope that after attending this talk you will understand how tricky it can be to deploy an effective CSP policy and what are the common mistakes to avoid, and as an attacker you will get resources and pointers on how well is CSP keeping up with modern web technologies, and how to break it.

Fun is guaranteed!

The Content Security Policy (CSP) is a mechanism to whitelist content sources in a web application, significantly reducing the risk and impact of injections in the web application by limiting content

CONFERENCE
Location: Track 2 Date: May 26, 2016 Time: 11:45 am - 12:45 pm Michele Spagnuolo Lukas Weichselbaum