Firefox · DOM
CVE-2025-13019
Cross Origin in DOM
Overview
Medium
Severity
—
CVSS
No
Exploited ITW
Fixed
Fix Status
Files Changed
dom/workers/sharedworkers/SharedWorkerService.cpp
Patch
diff --git a/dom/workers/sharedworkers/SharedWorkerService.cpp b/dom/workers/sharedworkers/SharedWorkerService.cpp index 1fc58067efb..f7f986e82d5 100644 --- a/dom/workers/sharedworkers/SharedWorkerService.cpp +++ b/dom/workers/sharedworkers/SharedWorkerService.cpp @@ -11,6 +11,7 @@ #include "mozilla/SchedulerGroup.h" #include "mozilla/StaticMutex.h" #include "mozilla/dom/MessagePort.h" +#include "mozilla/dom/RemoteWorkerManager.h" // RemoteWorkerManager::GetRemoteType #include "mozilla/dom/RemoteWorkerTypes.h" #include "mozilla/dom/SharedWorkerManager.h" #include "mozilla/ipc/BackgroundParent.h"
Loading diff…
References
On This Page