Closed
Bug 1942025
Opened 1 year ago
Closed 1 year ago
The CSP of about:privatebrowsing is too permissive
Categories
(Firefox :: Private Browsing, defect)
Firefox
Private Browsing
Tracking
()
RESOLVED
FIXED
136 Branch
People
(Reporter: tschuster, Assigned: tschuster)
References
Details
(Keywords: sec-want, Whiteboard: [adv-main136-])
Attachments
(1 file)
The about:privatebrowsing page uses the following CSP policy: default-src chrome: blob:; object-src 'none'. This means scripts/styles etc. can be loaded dynamically from a blob URL. I didn't immediately see where this page even uses blobs. All our default-src policy should only include chrome: and resource:.
| Assignee | ||
Comment 1•1 year ago
|
||
It seems like we load the logo inside the search bar from a blob URL.
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → tschuster
Status: NEW → ASSIGNED
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/32d761bfc411
Improve the about:privatebrowsing CSP. r=firefox-desktop-core-reviewers ,Gijs
Comment 4•1 year ago
|
||
Group: firefox-core-security → core-security-release
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
Updated•1 year ago
|
status-firefox134:
--- → wontfix
status-firefox135:
--- → affected
status-firefox-esr115:
--- → wontfix
status-firefox-esr128:
--- → affected
tracking-firefox135:
--- → +
tracking-firefox136:
--- → +
tracking-firefox-esr128:
--- → 135+
Comment 5•1 year ago
|
||
The patch landed in nightly and beta is affected.
:tschuster, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox135towontfix.
For more information, please visit BugBot documentation.
Flags: needinfo?(tschuster)
| Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
tracking-firefox135:
+ → ---
tracking-firefox-esr128:
135+ → ---
Updated•1 year ago
|
QA Whiteboard: [post-critsmash-triage]
Flags: qe-verify-
Updated•1 year ago
|
Whiteboard: [adv-main136-]
Updated•10 months ago
|
Group: core-security-release
You need to log in
before you can comment on or make changes to this bug.
Description
•