Low firefox Logic Error 🔧 Commit mapped

Overview

Low
Severity
CVSS
No
Exploited ITW
Fixed
Fix Status
Impactlow
DescriptionSpoofing issue in the Form Autofill component
ComponentCore
Bug ClassLogic Error
Tracker1962625
Fix commit64df09b1aa26 (firefox) +2/-1
CISA KEVNot listed
CreditedHafiizh
Disclosed2026-05-19

Files Changed

  • browser/base/content/main-popupset.inc.xhtml
diff --git a/browser/base/content/main-popupset.inc.xhtml b/browser/base/content/main-popupset.inc.xhtml
index 84f48f73c83..098a9f36eab 100644
--- a/browser/base/content/main-popupset.inc.xhtml
+++ b/browser/base/content/main-popupset.inc.xhtml
@@ -178,7 +178,8 @@
          hidden="true"
          overflowpadding="4"
          norolluponanchor="true"
-         nomaxresults="true" />
+         nomaxresults="true"
+         locationspecific="true" />
 
   <!-- for search with one-off buttons -->
   <panel is="search-autocomplete-richlistbox-popup"
Loading diff…