vendor:
Chrome
by:
Anonymous
6.5
CVSS
MEDIUM
Race Condition
362
CWE
Product Name: Chrome
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows, Linux, Mac
2020
Race Condition in Destruction of ExtensionsGuestViewMessageFilter
There appears to be a race condition in the destruction of the ExtensionsGuestViewMessageFilter if the ProcessIdToFilterMap is modified concurrently. This issue was detected by TSAN during fuzzing, but can be reproduced by spawning lots of renderers. The bug report will become visible to the public after 90 days elapse or a patch has been made broadly available (whichever is earlier).
Mitigation:
Synchronize access to the ProcessIdToFilterMap to avoid race conditions.