Skip to content

Clash when snow protected page opens itself #81

@weizman

Description

@weizman
<!-- https://wow.com/x.html -->
<script> SNOW(() => {}); </script>
<script> open('https://wow.com/x.html'); </script>
  • load https://wow.com/x.html.
  • page runs Snow protection.
  • page opens new window to https://wow.com/x.html and marks it.
  • opened page tries to run snow protection and to mark it, but fails because opener has marked it already.
  • infinite loop.

This is tricky, how do i make the opened understand that it is Snow protected without an attacker being able to leverage that?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions