stack overflow in CSSUnparsedValue
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
People
(Reporter: happyercat, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.6 Safari/605.1.15
Steps to reproduce:
Run the poc.html on the firefox to reproduce the ASAN crash
Actual results:
Crash with stack-overflow, see asan.txt for detail
Expected results:
NO ASAN CRASH
Updated•2 months ago
|
Comment 2•2 months ago
|
||
A stack overflow is a content process DOS but not sure I'd qualify as a security bug. In general we don't protect about stack overflows on css parsing just like we don't protect against an OOM if you send us a really massive stylesheet.
ASAN builds also take a lot more stack space.
Let me know if I'm missing something tho. Also I'm confused, there's no CSSUnparsedValue anywhere in the ASAN report? That's a TypedOM thing.
Comment 3•2 months ago
|
||
Yes, a stack overflow is different from an out of bounds access to the stack.
Yeah I agree stack-overflow isn't a security issue. Free free to close it. Many thanks!
Updated•2 months ago
|
Updated•2 months ago
|
Description
•