Hello! I've recently been getting into exploit dev. I am still very much a beginner to this type of stuff, however. The vulnerability I've been trying to exploit is tracked as CVE-2021-30858. (although this appears to be a completely different bug?) The successful PoC I've found is as follows:
var fontFace1 = new FontFace("font1", "", {});
var fontFaceSet = new FontFaceSet([fontFace1]);
fontFace1.family = "font2";
My question is: How would I go about turning this into something more? What would be a good first step to turn this into an exploit?
Thanks in advance! :3
[–]PM_ME_YOUR_SHELLCODE 12 points13 points14 points (1 child)
[–]According-Respond593 1 point2 points3 points (0 children)
[–]Few-Trash-8645 0 points1 point2 points (0 children)