Firefox · DOM
CVE-2026-84145
Memory Corruption in DOM
Overview
High
Severity
—
CVSS
No
Exploited ITW
Fixed
Fix Status
Files Changed
dom/media/mediaelement/HTMLMediaElement.cpp
Patch
diff --git a/dom/media/mediaelement/HTMLMediaElement.cpp b/dom/media/mediaelement/HTMLMediaElement.cpp
index b106629ebc2..d0fd7b904e1 100644
--- a/dom/media/mediaelement/HTMLMediaElement.cpp
+++ b/dom/media/mediaelement/HTMLMediaElement.cpp
@@ -2652,6 +2652,8 @@ void HTMLMediaElement::AbortExistingLoads() {
RemoveMediaElementFromURITable();
mLoadingSrcTriggeringPrincipal = nullptr;
+ // The CORS mode is scoped to the current load.
+ mCORSMode = CORS_NONE;
DDLOG(DDLogCategory::Property, "loading_src", "");
DDUNLINKCHILD(mMediaSource.get());
mMediaSource = nullptr;
Loading diff…
References
On This Page