├── Analysis.md ├── Exp.js ├── PoC.js ├── README.md ├── Slides.pdf ├── Videos ├── CVE-2024-8381-Tailored.gif ├── CVE-2024-8381-Tailored.mp4 └── CVE-2024-8381.mp4 ├── images ├── Exploit-Type-Confusion.png └── PoC-Type-Confusion.png └── mozconfigs ├── debug └── opt /Analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/Analysis.md -------------------------------------------------------------------------------- /Exp.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/Exp.js -------------------------------------------------------------------------------- /PoC.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/PoC.js -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/README.md -------------------------------------------------------------------------------- /Slides.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/Slides.pdf -------------------------------------------------------------------------------- /Videos/CVE-2024-8381-Tailored.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/Videos/CVE-2024-8381-Tailored.gif -------------------------------------------------------------------------------- /Videos/CVE-2024-8381-Tailored.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/Videos/CVE-2024-8381-Tailored.mp4 -------------------------------------------------------------------------------- /Videos/CVE-2024-8381.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/Videos/CVE-2024-8381.mp4 -------------------------------------------------------------------------------- /images/Exploit-Type-Confusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/images/Exploit-Type-Confusion.png -------------------------------------------------------------------------------- /images/PoC-Type-Confusion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/images/PoC-Type-Confusion.png -------------------------------------------------------------------------------- /mozconfigs/debug: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/mozconfigs/debug -------------------------------------------------------------------------------- /mozconfigs/opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bjrjk/CVE-2024-8381/HEAD/mozconfigs/opt --------------------------------------------------------------------------------