This is a public reposting of FB14885505, in case it’s helpful to anyone else or especially in case someone else has seen this too and knows how to work around it. NSPasteboard mutates itself simultaneously from the main thread and the global concurrent Dispatch pool, w.r.t. to its internal type cache. This is surprisingly trivial… Read more| Wade Tregaskis
Checkout my videos on the webp vulnerability: https://www.youtube.com/watch?v=lAyhKaclsPM https://www.youtube.com/watch?v=PJLWlmp8CDM The huffman table algorithm as implemented in C is very confusing and I could not understand how the attackers were able to control the overflow properly. But after watching| LiveOverflow