Attack and Defense
@attackndefense
@[email protected] - Mozilla's Security Internals for Security Engineers, Security Researchers, and Bug Bounty Hunters.
ID: 1227676587606368256
https://blog.mozilla.org/attack-and-defense/ 12-02-2020 19:31:35
129 Tweet
1,1K Takipçi
7 Takip Edilen
What it takes to fix an 0day in 25 hours. (Spoiler: It's team work!). Read the blog post at blog.mozilla.org/security/2024/… by our very own Tom Ritter
Gareth Heyes \u2028 Masato Kinugawa Good find. This is now fixed Firefox Nightly 🔥. Sorry, no fun allowed.
bugzilla.mozilla.org/show_bug.cgi?i… This is a big change for DOM Clobberers. Firefox Nightly no longer allows native document properties to be overwritten by elements with a name attr, e.g.: <img src=a name=currentScript> <script> alert(document.currentScript)// HTMLScriptElement </script>