Closed
Bug 1376692
Opened 7 years ago
Closed 4 years ago
OOM crash when creating CSS error message
Categories
(Core :: CSS Parsing and Computation, defect, P5)
Core
CSS Parsing and Computation
Tracking
()
People
(Reporter: apparitionsec, Unassigned)
Details
(Keywords: crash)
Crash Data
Attachments
(1 file)
456 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36
Steps to reproduce:
Dynamically creating HTML elements IMG,FORM,DIV,P,A,H2,IFRAME,TABLE,TEXTAREA and assign very long string of junk chars to the "style.color" property results in Firefox browser crash (not tab).
Actual results:
Firefox crash, possible out of memory... no time to research yet. So I will check the security option below.
Updated•7 years ago
|
Group: firefox-core-security → core-security
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Comment 1•7 years ago
|
||
Crash Signature: [@ OOM | large | mozalloc_abort | mozalloc_handle_oom | moz_xrealloc | GrowStuff ]
status-firefox54:
--- → wontfix
status-firefox55:
--- → affected
status-firefox56:
--- → affected
status-firefox-esr52:
--- → affected
Keywords: crash
Version: 53 Branch → unspecified
Comment 2•7 years ago
|
||
Thanks for the crash report, Ryan. It looks like we're trying to generate a very large CSS error message, and we crash safely in an OOM.
Group: core-security
Comment 3•7 years ago
|
||
mozilla::dom::HTMLMediaElement::ReportLoadError() seems to also hit a similar crash signature.
Updated•7 years ago
|
Summary: Firefox Multiple Denial Of Service (for now) → OOM crash when creating CSS error message
Yea I figured it was OOM, this will be be fix etc? thanks...
Comment 5•7 years ago
|
||
Generally we prioritize OOM crashes based on how common they are. This one doesn't appear to be particularly common.
Comment 7•7 years ago
|
||
(In reply to hyp3rlinx from comment #6)
> So not being common means which priority?
It means low priority.
Although...we limit CSS error messages to something short so they don't cause these sorts of problems, IIRC. Maybe we should be limiting load errors similarly?
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Comment 8•4 years ago
|
||
Closing because no crashes reported for 12 weeks.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•