Heap write-after-free in Custom Elements / HTML5 Parser
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
People
(Reporter: yaniv.frank, Assigned: hsivonen)
References
Details
(4 keywords, Whiteboard: [post-critsmash-triage][adv-main65+][adv-esr60.5+][coordinate disclosure with bug 1524711])
Attachments
(5 files)
14.11 KB,
text/plain
|
Details | |
1.72 KB,
text/html
|
Details | |
1.07 KB,
text/x-python
|
Details | |
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-esr60+
abillings
:
sec-approval+
|
Details | Review |
12.81 KB,
text/plain
|
Details |
Reporter | ||
Comment 1•6 years ago
|
||
Reporter | ||
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Assignee | ||
Comment 15•6 years ago
|
||
Comment 16•6 years ago
•
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 17•6 years ago
|
||
Assignee | ||
Comment 18•6 years ago
|
||
Assignee | ||
Comment 19•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 20•6 years ago
|
||
Assignee | ||
Comment 21•6 years ago
|
||
Comment 22•6 years ago
|
||
Assignee | ||
Comment 23•6 years ago
|
||
Comment 24•6 years ago
|
||
Comment 25•6 years ago
|
||
uplift |
Comment 26•6 years ago
|
||
uplift |
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 27•6 years ago
|
||
Assignee | ||
Comment 28•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 29•6 years ago
|
||
Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0 (20181219203225)
I've tested this issue on Ubuntu 18.10 using the provided steps in comment 28. During execution, I experienced several tab crashes and two browser crashes. Attached is the output from the terminal after a browser crash.
Assignee | ||
Comment 30•6 years ago
|
||
On surface, attachment 9040239 [details] looks unrelated to the Custom Elements bug. Also, the Custom Elements bug with this POC was expected to only crash the tab, not the whole browser.
However, the POC uses WebGLBuffer, so given "GraphicsCriticalError" in the ASAN report, it's possible that the same POC also reveals a graphics bug now that the parser bug is no longer in the way. Could you, please, file a new graphics security bug with the steps you took?
Comment 31•6 years ago
|
||
Based on comment 30 I will mark this issue as Verified fixed since the encountered error is not related to the issue presented here.
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 (20181220134820)
Assignee | ||
Comment 32•6 years ago
|
||
(In reply to Henri Sivonen (:hsivonen) from comment #30)
However, the POC uses WebGLBuffer, so given "GraphicsCriticalError" in the ASAN report, it's possible that the same POC also reveals a graphics bug now that the parser bug is no longer in the way. Could you, please, file a new graphics security bug with the steps you took?
This is now bug 1524711.
Assignee | ||
Updated•6 years ago
|
Updated•5 years ago
|
Updated•5 months ago
|
Description
•