Sponsor of the Day:
Jerkmate
https://xsleaks.dev/docs/defenses/opt-in/coop/
Cross-Origin-Opener-Policy | XS-Leaks Wiki
Getting access to a website’s window object is a common prerequisite for different XS-Leak techniques. Framing Protections can ensure that an attacker cannot...
cross origin openerpolicy xs leakswiki
https://xsleaks.dev/docs/defenses/design-protections/
Application Design | XS-Leaks Wiki
Application Design # This section contains articles explaining how you can: Defend against cache probing attacks, see Cache Protections. Protect especially...
xs leaks wikiapplication design
https://xsleaks.dev/docs/attacks/timing-attacks/connection-pool/
Connection Pool | XS-Leaks Wiki
Another way to measure the network timing of a request consists of abusing the socket pool of a browser 1. Browsers use sockets to communicate with servers. As...
xs leaks wikiconnection pool
https://xsleaks.dev/docs/attacks/historical/
Historical | XS-Leaks Wiki
Historical Attacks # The articles in this section present XS-Leaks that have been addressed within browsers and no longer work. Different mitigation strategies...
xs leaks wikihistorical
https://xsleaks.dev/docs/defenses/opt-in/same-site-cookies/
SameSite Cookies | XS-Leaks Wiki
SameSite cookies are one of the most impactful modern security mechanisms for fixing security issues that involve cross-site requests. This mechanism allows...
xs leaks wikisamesite cookies
https://xsleaks.dev/docs/attacks/frame-counting/
Frame Counting | XS-Leaks Wiki
Window references allow cross-origin pages to get access to some of the attributes of other pages. These references become available when using or allowing...
xs leaks wikiframecounting
https://xsleaks.dev/docs/defenses/isolation-policies/framing-isolation/
Framing Isolation Policy | XS-Leaks Wiki
Framing Isolation Policy is a stricter version of Framing Protections where the request gets blocked at the application level rather than by the browser. This...
policy xs leaksframingisolationwiki
https://cheatsheetseries.owasp.org/cheatsheets/XS_Leaks_Cheat_Sheet.html
XS Leaks - OWASP Cheat Sheet Series
Website with the collection of all the cheat sheets of the project.
owasp cheat sheetxs leaksseries
https://xsleaks.dev/docs/defenses/isolation-policies/strict-isolation/
Strict Isolation Policy | XS-Leaks Wiki
Strict Isolation Policy is intended to protect against all cross-site interactions (including navigations to the application through hyperlinks). This is a...
policy xs leaksstrict isolationwiki
https://xsleaks.dev/docs/defenses/isolation-policies/
Isolation Policies | XS-Leaks Wiki
Isolation Policies # This section describes proposed defenses against different kinds of cross-site interactions, presented in the form of isolation policies:...
xs leaks wikiisolationpolicies
https://xsleaks.dev/docs/attacks/cache-probing/
Cache Probing | XS-Leaks Wiki
The principle of Cache Probing consists of detecting whether a resource was cached by the browser. The concept has been known since the beginning of the web 1...
xs leaks wikicacheprobing
https://xsleaks.dev/docs/defenses/opt-in/corp/
Cross-Origin-Resource-Policy | XS-Leaks Wiki
Cross-Origin Resource Policy (CORP) is a web platform security feature that allows websites to prevent certain resources from being loaded by other origins....
cross origin resourcepolicy xs leakswiki
https://xsleaks.dev/
Introduction | XS-Leaks Wiki
XS-Leaks Wiki # Overview # Cross-site leaks (aka XS-Leaks, XSLeaks) are a class of vulnerabilities derived from side-channels 1 built into the web platform....
xs leaks wikiintroduction
https://xsleaks.dev/docs/attacks/timing-attacks/clocks/
Clocks | XS-Leaks Wiki
We can distinguish two types of clocks – explicit and implicit. Explicit clocks are used by developers to get direct timing measurements, mechanisms of this...
xs leaks wikiclocks