GODSON'S BLOG
โ† Back to Writeups

Tagged: #javascript

1 writeup
Client-Side / DOM
๐Ÿ“Œ PinnedResearch

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

Search Writeups