Right-clicking a Malformed Blob URI Crashes Tab
Categories
(Core :: DOM: File, defect, P2)
Tracking
()
People
(Reporter: bad.32, Assigned: baku)
Details
(Keywords: crash, csectype-dos, testcase, Whiteboard: [sg:dos])
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
right-click on malformed blob-url link (see attached file).
Actual results:
tab crash, crash dump code caused stack-overflow(exhaustion), opened post-mortem debugger.
Comment 1•7 years ago
|
||
Huh, that doesn't look great, this is the crash report: https://crash-stats.mozilla.org/report/index/b1efec75-c7c9-480e-be75-be8550190906#tab-details
I don't know how to associate it with an existing bug, though.
Baku, can you take a look at this, please?
Comment 2•7 years ago
|
||
The PoC URL is data: URL, not a blob URL. This also crashes with other incomplete URL schemes, like ftp: , moz-icon:, etc.
| Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
| Assignee | ||
Comment 3•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•7 years ago
|
Comment 5•7 years ago
|
||
| bugherder | ||
Updated•7 years ago
|
Updated•6 years ago
|
Comment 6•6 years ago
|
||
Confirmed issue with 71.0a1 (2019-09-06) on Windows 10.
Fix verified with 71.0b8 on Windows 10, macOS 10.13.6, Ubuntu 18.04.
Description
•