Internet Bug Bounty: Race condition in workers may cause an exploitable double free by abusing bytearray.compress()
The issue occurs while sharing a bytearray between two workers. If one worker calls bytearray.compress while the other uses that bytearray, Flash does not correctly handle the race and may double free the array. Identified as CVE-2015-0312, and reported to Adobe via Chrome VRP:...