Skip to content

Commit

Permalink
External reference to image.complete property (#110)
Browse files Browse the repository at this point in the history
* CORS error on Origin Reflection misconfiguration #103

* Update _index.md

added Basco & rick.titor as contributor

* Update content/docs/attacks/cache-probing.md

Co-authored-by: terjanq <terjanq@users.noreply.github.com>

* Update content/docs/attacks/cache-probing.md

Co-authored-by: terjanq <terjanq@users.noreply.github.com>

* fix for style

* fix unclosed shortcode

* added ref for default misconf in flask & Rails

* Noticed that the issue in Rack CORS was closed

* addedd snippet

* merging

* Update content/docs/attacks/cache-probing.md

Co-authored-by: terjanq <terjanq@users.noreply.github.com>

* Update content/docs/attacks/cache-probing.md

Co-authored-by: terjanq <terjanq@users.noreply.github.com>

* Update content/docs/attacks/cache-probing.md

Co-authored-by: terjanq <terjanq@users.noreply.github.com>

* Update content/docs/attacks/cache-probing.md

Co-authored-by: terjanq <terjanq@users.noreply.github.com>

* fix in typo

* added reference to exernal article about image.complete property

Co-authored-by: Brasco <a.braschi90@gmail.com>
Co-authored-by: terjanq <terjanq@users.noreply.github.com>
Co-authored-by: rmerlano <rmerlano@faclitylive.com>
  • Loading branch information
4 people authored Apr 26, 2021
1 parent aa3fb0a commit 5f52aa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions content/docs/attacks/timing-attacks/network-timing.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ script.onload = () => {
{{< hint tip >}}
A similar technique can be used for other HTML elements, e.g. `<img>`, `<link>`, or `<iframe>`, which could be used in scenarios where other techniques fail. For example, if [Fetch Metadata]({{< ref "/docs/defenses/opt-in/fetch-metadata.md">}}) blocks loading a resource into a script tag, it may allow loading it into an image tag.
{{< /hint >}}
{{< hint tip >}}
An alternative way could be to use `image.complete` property. More information [here](https://riccardomerlano.github.io/xs-leaks/cache-probing-through-image.complete-property/).
{{< /hint >}}

## Cross-window Timing Attacks

Expand Down

0 comments on commit 5f52aa7

Please sign in to comment.