Closed Bug 1790207 Opened 2 years ago Closed 2 years ago

Deserializing of a FileSystemHandle should check origin

Categories

(Core :: DOM: File, defect, P1)

defect

Tracking

()

RESOLVED FIXED
109 Branch
Tracking Status
firefox-esr91 --- unaffected
firefox-esr102 --- unaffected
firefox104 --- unaffected
firefox105 --- unaffected
firefox106 --- wontfix
firefox107 --- wontfix
firefox108 --- wontfix
firefox109 --- fixed

People

(Reporter: peterv, Assigned: jesup)

References

(Blocks 1 open bug, Regression)

Details

(Keywords: regression)

Attachments

(5 files)

See https://fs.spec.whatwg.org/#filesystemhandle, we don't seem to be doing step 1:

Their deserialization steps, given serialized and value are:

  1. If serialized.[[Origin]] is not same origin with value’s relevant settings object's origin, then throw a DataCloneError.

  2. Set value’s entry to serialized.[[Entry]]

Attaching a mochitest, but there do seem to be WPTs that test this already (though right now all testing/web-platform/tests/fs WPTs fail for me, even with dom.fs.enabled set to true).

I often try to annotate code with the steps from the spec algorithm (within reason), to make sure I don't forget any.

Flags: needinfo?(rjesup)
Blocks: OPFS

Set release status flags based on info from the regressing bug 1751681

My understanding is:

  • The core logic behind the checks for the same-origin de-serialization checks exists at https://phabricator.services.mozilla.com/D149264. We spent a lot of time discussing the best way to do this. That said, I don't see where the actual hookups happen in the stack at the current moment.
    • I am not sure why the WebIDL serialization annotations landed without the security checks, though? It seems like they should have landed at the same time and I'll be paying more attention to relative positioning of WebIDL patches in whatever stack they're in going forward since the Phabricator review between the author's comments and my (WebIDL) review comments should have contextualized the changes in terms of their dependencies if everything was not going to be in place at the time of landing and explain the rationale for enabling the WebIDL prior to the rest of the logic being there. That said...
  • There's a major meta-issue with our infrastructure for development efforts that involve large patch-stacks, especially when there are multiple people collaborating. Right now I understand the core OPFS team to be very awkwardly juggling patches through phabricator, and so there's a general desire to get patches out of the human-effort-intensive phabricator stack and into the tree since this ends significant overhead cost. The other potential approach available was a branch but that would tend to have much worse results given the number of significant changes that touch areas of the tree outside of dom/fs and would greatly increase the potential to regress m-c code and for landings to be crash-landings of massive patches.
  • The security check here is actually a policy check rather than a SOP check; without the check (and assuming the actor hookups were in place in the stack right now, which I believe they aren't) we have largely the same characteristics as Blobs/Files albeit with mutability. (That said, we very much want the policy check.)
Severity: -- → S2
Priority: -- → P1
Assignee: nobody → rjesup
Status: NEW → ASSIGNED

Jan, is there potential for an uplift to 106 once a patch is on nightly given that you set it to P1/S2 or can the fix ride the 107 train when it is ready? Thanks

Flags: needinfo?(jvarga)

(In reply to Pascal Chevrel:pascalc from comment #4)

Jan, is there potential for an uplift to 106 once a patch is on nightly given that you set it to P1/S2 or can the fix ride the 107 train when it is ready? Thanks

Randell, could you give me a status update wrt to our 106Y release? Thanks

Well, OPFS is still disabled by default on all branches, so the possible security issue could be only observed if someone flips the pref manually. I gave it P1/S2 just to get this higher priority over other OPFS bugs which are mostly P2/S3.
Uplifting the fix would be nice to have, but it's not a must IMO.

Flags: needinfo?(jvarga)
Blocks: 1751681
Flags: needinfo?(rjesup)

Looks like it's too late for 107.
The attached patch doesn't look like something we would take in an uplift.

feature restricted to nightly, depends on main tracker.

nsGlobalWindowInner, WorkerGlobalScopeBase, BackstagePas and SandboxPrivate now
explicitly provide GetStorageKey implementation which explicitly block null and
expanded principals. All other globals (nsGlobalWindowOuter, SimpleGlobalObject,
ShadowRealmGlobalScope and WorkletGlobalScope) inherit the default
implementation which returns NS_ERROR_NOT_AVAILABLE.

Depends on D157892

Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7d1bce61c9c4
Provide cross-origin security checks for OPFS r=nika,asuth
https://hg.mozilla.org/integration/autoland/rev/1bb90b57e047
Change nsIGlobalObject::GetStorageKey to return NS_ERROR_NOT_AVAILABLE by default; r=dom-storage-reviewers,jesup,asuth
https://hg.mozilla.org/integration/autoland/rev/fe07529cfe78
Forward declaration of mozilla::Result in nsIGlobalObject.h and other cleanup; r=dom-storage-reviewers,jesup
https://hg.mozilla.org/integration/autoland/rev/54bf7e90e341
Fix the function for comparing storage keys; r=dom-storage-reviewers,jesup,asuth

The patch landed in nightly and beta is affected.
:jesup, is this bug important enough to require an uplift?

  • If yes, please nominate the patch for beta approval.
  • If no, please set status-firefox108 to wontfix.

For more information, please visit auto_nag documentation.

Flags: needinfo?(rjesup)

This feature (OPFS) is still not enabled by default, so no need for an uplift.

Flags: needinfo?(rjesup)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: