LuciNyan / awesome-browser-security

A curated list of awesome browser security learning material.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome browser security

A curated list of awesome browser security learning material.

0. Scoping philosophy

The overarching goal of this document is to provide a list of materials to consume to get a good understanding of browser security.

Contributions are welcome. Please file one PR per change.

In scope

  • Security of the browser product.
  • Web security issues involving a browser.

Out of scope

  • Web privacy issues.
  • Server-side web security issues.

Preferred sources

  • High-quality, in-depth introductory materials.
  • Source materials.
  • Important research papers.
  • Docs available online for free.

1. General introductions

Good starting points.

Architecture

How browser's architecture supports security.

Security assessments

Publicly available security assessments of browsers.

Key concepts

Formal definitions, known issues, state-of-the-art.

2. Security challenges and corresponding mitigations

Memory safety

Root cause for ~70% of browser's bugs.

Spectre

How Spectre affected browser's security.

Transport security

Mitigating active and passive network attackers.

Cross Site Scripting (XSS)

Attacks on the integrity of JavaScript code.

Cross Site Request Forgery (CSRF)

Abusing cookie-based session management to forge requests.

Cross Site Leaks (XS-Leaks)

Using side channels to leak bits of data cross-site.

Extensions

Security of the extension ecosystem.

URL bar security

Users must know which website is displayed.

Private Network Access

Abusing browsers to attack private networks.

3. Attacks on browsers

Fuzzing and browser exploitation.

4. Misc

5. Contributors

About

A curated list of awesome browser security learning material.

License:Creative Commons Zero v1.0 Universal