searchengine-devtools has XSS vulnerabilities
Categories
(Firefox :: Search, defect, P2)
Tracking
()
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
(Keywords: sec-other)
searchengine-devtools loads various items from the network, namely:
https://hg.mozilla.org/mozilla-central/raw-file/tip/browser/locales/all-locales
plus the search-config configurations
These data sets are currently not sanitised, and so may lead to XSS vulnerabilities.
Note: this is a vulnerability in the searchengine-devtools extension that we use for the search configuration for developing with Firefox, not in Firefox itself.
Assignee | ||
Comment 1•4 years ago
|
||
Dale, this is the reason behind https://github.com/mozilla-extensions/searchengine-devtools/pull/20
The changes there fix all the UI parts, there's still one part not covered, that I'll handle in a separate bug (I don't think it is as vital, but we should still fix it).
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Update: The PR has been approved and merged, I'm still waiting for the new release to be approved.
Assignee | ||
Comment 4•4 years ago
|
||
1.1.5 is now released with this fix in.
The remaining part will be covered in bug 1663403.
Updated•4 years ago
|
Updated•3 years ago
|
Description
•