GODSON'S BLOG
← Back to Writeups

Tagged: #javascript

1 writeup
Client-Side / DOM

An Art of DOM Clobbering 🎭

A deep dive into DOM Clobbering from first principles — how id/name attributes create references on window and document, why window properties can't be overridden but document properties can, and how to chain clobbering across multiple levels using nested iframes.

Jul 21, 2021 · 13 min read