Videos

Published on March 16th, 2018 📆 | 1751 Views ⚑

0

A Practical Guide to DOM Based XSS | Lucideus Research


iSpeech


Difficulty: Easy

DOM Based XSS (or as it is called in some texts, “type-0 XSS”) is an XSS attack wherein the attack payload is executed as a result of modifying the DOM “environment” in the victim’s browser used by the original client-side script, so that the client side code runs in an “unexpected” manner. That is, the page itself (the HTTP response that is) does not change, but the client side code contained in the page executes differently due to the malicious modifications that have occurred in the DOM environment.





This is in contrast to other XSS attacks (stored or reflected), wherein the attack payload is placed in the response page (due to a server-side flaw). Reference: https://www.owasp.org/index.php/DOM_Based_XSS


2018-03-16 05:59:27

source

Tagged with:



Comments are closed.