This is my update to the 2021 JavaScript IPC blog post from the Firefox Attack & Defense blog. Firefox uses Inter-Process Communication (IPC) to implement privilege separation, which makes it an important cornerstone in our security architecture. A previous blog post focused on fuzzing the C++ side of IPC. This blog …