NEW 281243
Don't repaint SVG elements not in tree and check for nullptr before derefencing enclosing layer
https://bugs.webkit.org/show_bug.cgi?id=281243
Summary Don't repaint SVG elements not in tree and check for nullptr before derefenci...
Pedro Varangot
Reported 2024-10-10 13:17:08 PDT
Found via fuzzing. When using some HTML elements inside a filter element on svg, and modifying the hierarchy with a script, a RenderElement with a null enclosingLayer can dereference a null pointer.
Attachments
Pedro Varangot
Comment 1 2024-10-10 13:22:37 PDT
Pedro Varangot
Comment 2 2024-10-10 13:48:37 PDT
Note You need to log in before you can comment on or make changes to this bug.