Document Object Model (DOM)
Last updated
Last updated
The Document Object Model (DOM) is a web browser's hierarchical representation of the elements on the page. Websites can use JavaScript to manipulate the nodes and objects of the DOM, as well as their properties. DOM manipulation in itself is not a problem. In fact, it is an integral part of how modern websites work. However, JavaScript that handles data insecurely can enable various attacks. DOM-based vulnerabilities arise when a website contains JavaScript that takes an attacker-controllable value, known as a source, and passes it into a dangerous function, known as a sink.
DOM-based vulnerability | Example sink |
---|---|
DOM XSS LABS |
|
Open redirection LABS |
|
Cookie manipulation LABS |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|