Closed Bug 411075 Opened 17 years ago Closed 17 years ago

File upload input focus stealing: focus can be set on text input element and remains following change to file type

Categories

(Core :: Security, defect)

1.8 Branch
defect
Not set
normal

Tracking

()

VERIFIED FIXED

People

(Reporter: gfleischer+bugzilla, Assigned: smaug)

References

()

Details

(Keywords: verified1.8.1.12, Whiteboard: [sg:moderate] 1.8-branch)

Attachments

(4 files)

User-Agent:       Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11

The type of an input element can be dynamically changed using JavaScript.  The input element applies special logic to prevent dynamic changes from setting the value on file types.  No additional special handling is applied to whether the element is focused or not.

By setting the focus on a text input element and then changing the type to be file, the focus remains.  This is not initially evident, but following a modal event, the focus is reset to the file element.

Once the focus is set on the file element, any entered keystrokes can be
selectively captured and potentially used to upload arbitrary files from the
user.


Reproducible: Always




Tested with user agents:

 - Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.11)
Gecko/20071127 Firefox/2.0.0.11
- Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.11) Gecko/20071127
Firefox/2.0.0.11
 - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127
Firefox/2.0.0.11
- Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.12pre)
Gecko/20080106 BonEcho/2.0.0.12pre
- Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.12pre)
Gecko/20080106 BonEcho/2.0.0.12pre
The type-change-stealing.html file demonstrates how an actual attack could be constructed.  On Mac OS X and Linux, "/etc/hosts" is targeted and on Windows, "c:\boot.ini".  The JavaScript and image files are required for the demo to function properly.

The demo is standalone by default, but the included 'upload.cgi' Perl CGI
script can be used to capture the submitted the file.
I'm nominating this bug (and the other similar bugs Gregory has filed) not because I think it should block, but because I think it should be wanted1.8.1.x, and I can't request that flag.
Assignee: nobody → dveditz
Flags: blocking1.8.1.12?
Product: Firefox → Core
QA Contact: firefox → toolkit
Whiteboard: [sg:moderate]
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: blocking1.8.1.12? → blocking1.8.1.12+
Whiteboard: [sg:moderate] → [sg:moderate] 1.8-branch
Gavin: I thought I fixed the requestability of the wanted flag. give it another try sometime.

I don't notice the two examples doing anything, but the demo works as advertised even after the fix for bug 405299
Assignee: dveditz → jonas
Flags: wanted1.8.1.x+
Attachment #295719 - Attachment mime type: application/zip → application/java-archive
Assignee: jonas → Olli.Pettay
Version: unspecified → 1.8 Branch
Oh, you could also simply move the file input to an area of the page that is outside the main viewport. This would add scrollbars, but that's hardly something that would stop the user from typing away.

Dan, is there any reason we couldn't simply disable typing on branch? Why didn't we do that when we did it on trunk?
(In reply to comment #6)
> Dan, is there any reason we couldn't simply disable typing on branch? Why
> didn't we do that when we did it on trunk?

Would that change break some accessibility code?
Though we may need that change anyway. Fixing all these file upload bugs is hard.
Would be ofc great to know how other browsers, which allow typing, are handling or are going to handle similar problems.

Depends on: 413135
The fix in bug 413135 makes this attack ineffective on branch; trunk not affected.
Status: NEW → RESOLVED
Closed: 17 years ago
Keywords: fixed1.8.1.12
Resolution: --- → FIXED
Updated the example attack to use the disabled property to selectively cancel keystrokes.

This bypasses the fix for bug 413135 in attachment 298006 [details] [diff] [review].
I have verified that with Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.12) Gecko/2008012822 Firefox/2.0.0.12, the updated attack from Gregory still exploits the browser.
Status: RESOLVED → REOPENED
Keywords: fixed1.8.1.12
Resolution: FIXED → ---
My bad. The test cause is counterintuitive. 

Olli and I just conferred and this is fixed. Re-resolving and verifying.
Status: REOPENED → RESOLVED
Closed: 17 years ago17 years ago
Keywords: fixed1.8.1.12
Resolution: --- → FIXED
Status: RESOLVED → VERIFIED
Group: core-security
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: